summaryrefslogtreecommitdiff
path: root/camlibs
Commit message (Collapse)AuthorAgeFilesLines
* fixed some inconsistencies with the use of gp_port_read() and gp_port_write()Hubert Figuiere2002-07-301-3/+3
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4949 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-07-30 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-07-302-1/+5
| | | | | | | * library.c: Change "!= GP_OK" to "< GP_OK". git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4948 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-07-30 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-07-302-2/+6
| | | | | | | * rs232.c: Change != GP_OK to < GP_OK. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4947 67ed7778-7388-44ab-90cf-0a291f65f57c
* added support for Canon A100, A200Hans Ulrich Niedermann2002-07-291-0/+4
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4945 67ed7778-7388-44ab-90cf-0a291f65f57c
* Support Canon PowerShot A200Hans Ulrich Niedermann2002-07-292-2/+4
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4944 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-07-29 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-07-282-1/+7
| | | | | | | | * canon.h: Make CVS compile again by adding CANON_PS_A100 to the enumeration. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4938 67ed7778-7388-44ab-90cf-0a291f65f57c
* added support for the A100 thanks to Carsten Voss <cavofl at t-online.de>Philippe Marzouk2002-07-251-0/+1
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4915 67ed7778-7388-44ab-90cf-0a291f65f57c
* The rest of the work I have done for DC210. I don't think it works.Hubert Figuiere2002-07-254-54/+182
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4911 67ed7778-7388-44ab-90cf-0a291f65f57c
* removed obsolete mkpatch fileHans Ulrich Niedermann2002-07-242-33/+2
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4907 67ed7778-7388-44ab-90cf-0a291f65f57c
* COTDHans Ulrich Niedermann2002-07-241-0/+5
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4906 67ed7778-7388-44ab-90cf-0a291f65f57c
* report upload support only if possibleHans Ulrich Niedermann2002-07-241-1/+6
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4901 67ed7778-7388-44ab-90cf-0a291f65f57c
* added IXUS v2 under its own nameHans Ulrich Niedermann2002-07-241-0/+6
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4900 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-07-20 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-07-204-3/+88
| | | | | | | | * library.c: * ricoh.[c,h]: Implement upload. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4889 67ed7778-7388-44ab-90cf-0a291f65f57c
* Reversed previouce changes.Mariusz Woloszyn2002-07-202-11/+11
| | | | | | | Moved getdevinfo request inside the session. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4887 67ed7778-7388-44ab-90cf-0a291f65f57c
* Added session_id field (seems Kodak has broken implementation!?)Mariusz Woloszyn2002-07-201-1/+2
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4886 67ed7778-7388-44ab-90cf-0a291f65f57c
* Added calls to gp_context_idle()Raymond Penners2002-07-182-2/+8
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4881 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-07-17 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-07-172-0/+18
| | | | | | | * directory.c: Improve user feedback by calling gp_context_idle. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4871 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-07-16 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-07-162-39/+25
| | | | | | | | | | | | | * ricoh.c: Simplify by using macros. 2002-07-16 Lutz M�ller <lutz@users.sourceforge.net> Patch by Martin Fischer <martin.fischer@inka.de>: * ricoh.c (ricoh_set_date): Fix. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4870 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-07-16 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-07-162-4/+4
| | | | | | | * Makefile.am: Don't use glib. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4868 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-07-16 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-07-162-0/+10
| | | | | | | * library.c: The camera needs to be in record mode to set settings. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4867 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-07-16 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-07-162-2/+8
| | | | | | | | | Patch from Martin Fischer <martin.fischer@inka.de>: * ricoh.c: Bug Fixes. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4866 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-07-11 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-07-112-3/+7
| | | | | | | * library.c: Initialize some variables to NULL. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4849 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-07-11 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-07-112-7/+8
| | | | | | | * ricoh.c: Remove 3 direct calls to ricoh_send and ricoh_recv. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4848 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-07-11 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-07-112-0/+6
| | | | | | | * library.c: Add a couple of 'gp_context_idle's. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4845 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-07-10 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-07-102-2/+6
| | | | | | | * library.c (camera_set_config): Fix bug (again). git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4843 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-07-10 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-07-102-1/+5
| | | | | | | * library.c (camera_set_config): Fix bug. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4841 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-07-10 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-07-103-12/+55
| | | | | | | | | | Patch by Martin Fischer <martin.fischer@inka.de>: * ricoh.c (ricoh_get_pic_date): Corrected. * library.c (get_info_func): Implemented. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4839 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-07-09 Gilles Grandou <gilles@grandou.net>Gilles Grandou2002-07-095-2/+571
| | | | | | | | | | | | * epson-desc.h * sierra-desc.h * sierra.h * Makefile.am: add initial configuration support for epson 3000z through cam_desc. original code is still here for other cameras which may rely on it (if any). git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4835 67ed7778-7388-44ab-90cf-0a291f65f57c
* * olympus-desc.c: Patch aperature to use menu rather than radio.Patrick Mansfield2002-07-092-1/+5
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4834 67ed7778-7388-44ab-90cf-0a291f65f57c
* * nikon-desc.c: Add comment clarifying 995 non-support.Patrick Mansfield2002-07-094-1/+29
| | | | | | | | * olympus-desc.c: * sierra-desc.h: Add sierra_default_cam_desc. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4833 67ed7778-7388-44ab-90cf-0a291f65f57c
* see inside.Marcus Meissner2002-07-081-0/+5
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4832 67ed7778-7388-44ab-90cf-0a291f65f57c
* * Added SpyPen Xion, Cleo, Axys, Memo as report by Andrei BorosMarcus Meissner2002-07-081-0/+6
| | | | | | | <andrei@srr.ro>. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4831 67ed7778-7388-44ab-90cf-0a291f65f57c
* * sierra.c: Output summary with warning if no memory card present.Patrick Mansfield2002-07-074-7/+28
| | | | | | | | * library.c: Check for memory card before capture or listing. * sierra-desc.c: add extern round() rather than a complete hack. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4824 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-07-05 Lutz M�ller <lutz@users.sourceforge.net>uid347562002-07-051-1/+4
| | | | | | | * library.c: We can't change the name of files. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4821 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-07-05 Lutz M�ller <lutz@users.sourceforge.net>uid347562002-07-052-0/+7
| | | | | | | | | Patch by Thomas Reitelbach <tr@erdfunkstelle.de>: * sierra.c: Add support for Epson 850z. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4820 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-07-05 Lutz M�ller <lutz@users.sourceforge.net>uid347562002-07-052-0/+8
| | | | | | | * library.c: We can't change the name of files. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4819 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-07-05 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-07-054-214/+291
| | | | | | | | * ricoh.[c,h]: * library.c: More settings. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4816 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-07-05 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-07-046-0/+743
| | | | | | | | | Checked into CVS. * library.c: Fixed compile warnings, fixed file_list_func. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4814 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-07-04 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-07-042-2/+5
| | | | | | | * library.c: (camera_capture): Fix bug. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4812 67ed7778-7388-44ab-90cf-0a291f65f57c
* reordered cams according to ProductIDHans Ulrich Niedermann2002-07-041-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4809 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-07-02 LUtz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-07-024-5/+144
| | | | | | | | * ricoh.[c,h]: * library.c: Exposure setting. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4801 67ed7778-7388-44ab-90cf-0a291f65f57c
* * nikon-desc.cPatrick Mansfield2002-07-017-35/+111
| | | | | | | | | | | | | * olympus-desc.c * sierra-desc.c * sierra-desc.h * sierra.c * sierra.h: Add the ability to put the camera manual text in the camera descriptor. Added text for cp880 and cp995. Put text in for the Oly 3040. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4799 67ed7778-7388-44ab-90cf-0a291f65f57c
* sierra.c: Use SIERRA_MODEL_CAM_DESC for some olympus models.Patrick Mansfield2002-07-012-7/+13
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4798 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-06-28 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-06-284-52/+109
| | | | | | | | | | | Patch by Selmeczi David <david@esr.elte.hu>: * olympus-desc.c: * nikon-desc.c: Prepare for translation. * sierra.c: Use the new configuration dialog for more camera models. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4787 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-06-28 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-06-286-54/+75
| | | | | | | | | | * sierra.h: * library.[c,h]: * sierra-desc.[c,h]: Fix includes. * sierra.c: Remove cruft. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4786 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-06-28 Selmeczi David <david@esr.elte.hu>Lutz Mueller2002-06-281-0/+533
| | | | | | | | | | * olympus-desc.c: New. * Makefile.am: Add above file. * sierra-desc.h: Reference to olympus-desc.c * sierra.c: Use new configuration dialog for the 3040Z. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4785 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-06-28 Selmeczi David <david@esr.elte.hu>Lutz Mueller2002-06-284-15/+33
| | | | | | | | | | * olympus-desc.c: New. * Makefile.am: Add above file. * sierra-desc.h: Reference to olympus-desc.c * sierra.c: Use new configuration dialog for the 3040Z. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4784 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-06-27 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-06-272-1/+7
| | | | | | | * sierra-usbwrap.c: I missed one < GP_OK. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4778 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-06-27 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-06-273-42/+87
| | | | | | | | | | | Selmeczi David <david@esr.elte.hu> fixed the error checks. I added the CR macro and fixed the headers. * sierra-usbwrap.h: Fix header. * sierra-usbwrap.c: Check for gp_* < GP_OK instead of != GP_OK. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4777 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-06-26 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-06-262-0/+8
| | | | | | | | | | Selmeczi David <david@esr.elte.hu> is working on supporting his camera. This is a first step to get his camera working: * sierra.c: "Olympus C-3040Z" is supported by this driver, too. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4772 67ed7778-7388-44ab-90cf-0a291f65f57c