summaryrefslogtreecommitdiff
path: root/camlibs/fuji/fuji.h
Commit message (Collapse)AuthorAgeFilesLines
* Use consistently named non-reserved CPP macros for header filesHans Ulrich Niedermann2021-10-051-3/+3
| | | | | | | | | | | | | | | | | | | | | | | C preprocessor macros beginning/ending with underscores are reserved for system use as well as macros containing a double underscore anywhere, so application software macros are supposed to be named differently. For a header file gphoto2-abilities-list.h, this consistently uses a macro name LIBGPHOTO2_GPHOTO2_ABILITIES_LIST_H for the usual #ifndef LIBGPHOTO2_GPHOTO2_ABILITIES_LIST_H #define LIBGPHOTO2_GPHOTO2_ABILITIES_LIST_H ... content of the header file ... #endif /* !defined(LIBGPHOTO2_GPHOTO2_ABILITIES_LIST_H) */ Found using "clang -Weverything". This should work, unless when run with an ancient C preprocessor which might only the first 8 or 10 characters to distinguish macro names and ignores the remainder of the name.
* Remove trailing whitespace from all *.h and *.c files.Siim Meerits2020-07-271-3/+3
|
* removed copyright umlauts and replaced other umlautsMarcus Meissner2014-06-271-1/+1
| | | | | | | by international spelling git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@15027 67ed7778-7388-44ab-90cf-0a291f65f57c
* updated fsf addressMarcus Meissner2014-01-011-2/+2
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14608 67ed7778-7388-44ab-90cf-0a291f65f57c
* Fixed a bunch of C89 and SUS portability issues.Dan Fandrich2009-07-301-2/+2
| | | | | | | Fixed a buffer overflow in the AOX driver. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@12305 67ed7778-7388-44ab-90cf-0a291f65f57c
* 1 function made staticMarcus Meissner2006-12-041-2/+0
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@9505 67ed7778-7388-44ab-90cf-0a291f65f57c
* Consistently use #include <gphoto2/gphoto2-foo.h> everywhere.Hans Ulrich Niedermann2006-09-281-2/+2
| | | | | | | | | | This moves the header files to a new subdirectory gphoto2 in both libgphoto2 and libphoto2_port/libgphoto2. All references are adapted appropriately. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@9221 67ed7778-7388-44ab-90cf-0a291f65f57c
* replace (c) and (C) by �Arnaud Launay2002-12-151-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5969 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-04-21 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-04-211-20/+40
| | | | | | | | * library.c: * fuji.[c,h]: Implement upload and summary. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4460 67ed7778-7388-44ab-90cf-0a291f65f57c
* Fixed some pointer errors in CFR macro calls.Matt Martin2002-04-211-3/+3
| | | | | | | | | Added quick escaping of 0xff codes, needs to become a function like get_byte of old driver. Made provisions for DS-7 which does not support file-length query. Fixed FUJI_CMD_PIC_GET vs PIC_GET_THUMB swap. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4458 67ed7778-7388-44ab-90cf-0a291f65f57c
* List more commands.Lutz Mueller2002-04-181-2/+24
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4451 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-04-18 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-04-181-2/+19
| | | | | | | | * library.c * fuji.[c,h]: Basic configuration support. Progress information. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4450 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-04-18 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-04-181-0/+1
| | | | | | | | * library.c: * fuji.[c,h]: Use the [pre,post]_func-tions. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4447 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-04-18 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-04-181-7/+11
| | | | | | | | * library.c: * fuji.[c,h]: Implement fetching of previews. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4442 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-04-17 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-04-171-8/+29
| | | | | | | | * fuji.[c,h]: * library.c: More functions. Needs testing. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4436 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-04-16 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-04-161-51/+39
| | | | | | | | | | | * library.c: New. * fuji.[c,h]: Rewrite. * exif.[c,h]: * fuji_exif.c: Removed. * Makefile.am: Updated. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4424 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-01-16 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-01-151-4/+4
| | | | | | | | | Black magic by Marcus Meissner <marcus@jet.franken.de>: find . -type f | xargs grep -l gp_debug_printf | xargs perl -pi -e 's/gp_debug_printf\(\s*GP_DEBUG[^,]*,[^,]*,(.*)$/GP_DEBUG(\1/' git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@3902 67ed7778-7388-44ab-90cf-0a291f65f57c
* Updates for API changesMatt Martin2001-10-251-0/+16
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2732 67ed7778-7388-44ab-90cf-0a291f65f57c
* Preliminary checkin of fuji libraryMatt Martin2001-10-081-0/+41
Needs clean-up currently only works at default speed of 9600 git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2430 67ed7778-7388-44ab-90cf-0a291f65f57c