summaryrefslogtreecommitdiff
path: root/camlibs/toshiba
Commit message (Expand)AuthorAgeFilesLines
* avoid usleep during fuzzing (AFL)Marcus Meissner2020-02-011-0/+5
* Help editors treat as Makefiles all our Makefile-files filesHans Ulrich Niedermann2016-10-281-0/+2
* remove probably unistd.h include , or protected by ifdef forMarcus Meissner2016-01-031-1/+0
* removed copyright umlauts and replaced other umlautsMarcus Meissner2014-06-273-3/+3
* From: "Daniel P. Berrange" <dan@berrange.com>Marcus Meissner2014-04-111-1/+1
* iFrom: "Daniel P. Berrange" <dan@berrange.com>Marcus Meissner2014-04-111-12/+12
* use a more portable construct for stringificatinMarcus Meissner2014-02-231-2/+2
* updated fsf addressMarcus Meissner2014-01-013-6/+6
* makefile.am here not longer neededMarcus Meissner2008-10-191-3/+0
* more gone .cvsignore filesMarcus Meissner2008-09-262-15/+0
* added missing free() on exit paths (CID 60)Marcus Meissner2007-05-112-2/+17
* remove unused variableHans Ulrich Niedermann2006-12-271-2/+0
* 2.3.1.0.trunk, non-recursive camlibs buildHans Ulrich Niedermann2006-12-262-10/+11
* 1 function static, 1 function if 0'edMarcus Meissner2006-12-042-10/+6
* Move header files one last time to reduce file path lengths in tarball.Hans Ulrich Niedermann2006-10-141-1/+1
* camlib README files: rename, ship in dist tarball, install as docHans Ulrich Niedermann2006-10-072-0/+3
* Consistently use #include <gphoto2/gphoto2-foo.h> everywhere.Hans Ulrich Niedermann2006-09-283-4/+4
* use gp_fs_set_funcs().Marcus Meissner2006-03-191-174/+10
* ignore moreMarcus Meissner2006-01-121-2/+1
* add *.sym file to _DEPENDENCIESHans Ulrich Niedermann2006-01-031-0/+1
* build camlibs as libtool modules with simple names and symbol listHans Ulrich Niedermann2005-06-111-4/+5
* remove redundant INCLUDE = definitions from Makefile.amHans Ulrich Niedermann2005-04-141-6/+0
* merge from 2.1.5 branchHubert Figuiere2004-12-161-0/+6
* revert deletion of driver pdrm11Hubert Figuiere2004-11-177-0/+705
* 2004-11-17 Lutz Mueller <lutz@users.sourceforge.net>Lutz Mueller2004-11-178-711/+0
* ignoreMarcus Meissner2004-08-231-0/+1
* * fixed mismatch format string/argumentsMarcus Meissner2004-08-232-2/+2
* Remove driver for Toshiba PDR-M65, it uses the Sierra protocol.Hans Ulrich Niedermann2004-08-027-708/+1
* comment/doc reformattingHans Ulrich Niedermann2004-07-192-6/+8
* More work...too tired...must sleep...camera still not working.Sean Bruno2004-07-191-19/+17
* Removed accidental insertion of fstab entries...What was I up to there?Sean Bruno2004-07-191-4/+3
* Discovered that the 64 byte packet from camera is the Exif II information for...Sean Bruno2004-07-181-1/+2
* Added DEFINE for JPEG_CHUNKSean Bruno2004-07-181-0/+2
* Still working on Image Transfer. Successfully created an "almost" valid JPG.Sean Bruno2004-07-181-10/+31
* Continued work on retreiving images. Succesfully retreived data from camera,...Sean Bruno2004-07-171-15/+86
* Continue to add functions.Sean Bruno2004-07-171-1/+2
* Added comment about 64byte header received between 30Kbyte image packets.Sean Bruno2004-07-171-1/+3
* To tired to continue. --get-all-files core dumps retrieving picture #1. Nee...Sean Bruno2004-07-171-2/+1
* updated pdrm65_get_filenames to properly determine how many files the camera ...Sean Bruno2004-07-171-3/+21
* Updated notes on proper negotiation.Sean Bruno2004-07-171-0/+3
* Modified pdrm65_get_filenames to properly determine how many files are in the...Sean Bruno2004-07-171-9/+7
* Modified README to reflect author and protcol for cameraSean Bruno2004-07-171-1/+8
* Documentation of the Toshiba PDR-M65 Communication ProtocolSean Bruno2004-07-171-0/+169
* Initial work done to add support for PDR-M65, this file compiles, but the lib...Sean Bruno2004-07-173-30/+139
* Add template for PDR-M65 driver developed by Sean Bruno:Hans Ulrich Niedermann2004-07-147-5/+312
* tiff thumbnails work nowDavid Hogue2003-06-231-9/+12
* fixed a stupid bugDavid Hogue2003-06-151-1/+1
* Include _stdint.h instead of stdint.h as the former is guaranteed by configureDan Fandrich2003-06-142-2/+2
* Include stdlib.h to get malloc prototype.Dan Fandrich2003-06-141-0/+1
* Trying to get tiff files to workDavid Hogue2003-04-293-8/+32