summaryrefslogtreecommitdiff
path: root/libgphoto2_port/usb
Commit message (Expand)AuthorAgeFilesLines
* * **/Makefile.am: Do not use $(prefix)/lib/, but $(libdir).Marcus Meissner2002-01-251-1/+1
* Added include of config.hDan Fandrich2002-01-251-0/+1
* Print the found message before the parsed defaultsJohannes Erdfelt2002-01-221-5/+5
* Print the detected config, interface, altsetting, inep and outep forJohannes Erdfelt2002-01-221-7/+23
* Don't strip off the direction bit. This breaks usb_clear_halt for in endpointsJohannes Erdfelt2002-01-161-1/+1
* Track if we've set the config and/or altsetting seperately so it getsJohannes Erdfelt2002-01-071-42/+42
* Make sure dev->config is not NULL before walking the descriptorsJohannes Erdfelt2002-01-061-11/+50
* Automatically set config, interface, altsetting, inep and outep based onJohannes Erdfelt2002-01-061-13/+48
* fixed error messageHans Ulrich Niedermann2002-01-041-1/+1
* 2002-01-02 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2002-01-021-1/+1
* Simplify libgphoto2_port/configure.in so I only need to modify one lineJohannes Erdfelt2001-12-301-8/+45
* Match on class, subclass and protocol. This only works on the device descript...Johannes Erdfelt2001-12-291-2/+50
* 2001-12-20 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2001-12-201-1/+1
* 2001-12-12 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2001-12-121-6/+6
* 2001-12-05 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2001-12-051-1/+1
* Added one error report.Lutz Mueller2001-12-011-1/+4
* 2001-11-26 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2001-11-261-1/+2
* 2001-11-23 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2001-11-231-7/+2
* Improve error reporting.Lutz Mueller2001-11-141-8/+4
* fixed classification of success msg; clarified one error messageHans Ulrich Niedermann2001-11-041-4/+6
* Added -module flag to libtool link command for each library that is dlopen'edDan Fandrich2001-10-311-1/+1
* 2001-10-29 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2001-10-291-0/+1
* 2001-10-28 Hans Ulrich Niedermann <gp@n-dimensional.de>Hans Ulrich Niedermann2001-10-281-2/+11
* 2001-10-26 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2001-10-261-2/+1
* 2001-10-25 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2001-10-251-144/+147
* 2001-10-25 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2001-10-251-8/+10
* added missing files to EXTRA_DIST and *_SOURCESHans Ulrich Niedermann2001-10-191-0/+2
* 2001-10-17 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2001-10-171-103/+68
* 2001-10-16 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2001-10-162-1/+2
* 2001-10-12 Hans Ulrich Niedermann <gp@n-dimensional.de>Hans Ulrich Niedermann2001-10-121-13/+17
* 2001-10-12 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2001-10-121-31/+92
* 2001-10-06 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2001-10-061-53/+40
* 2001-10-04 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2001-10-041-2/+3
* 2001-10-03 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2001-10-031-1/+1
* 2001-09-22 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2001-09-221-23/+61
* 2001-09-18 Chris Pinkham <cpinkham@infi.net>Chris Pinkham2001-09-191-6/+10
* 2001-09-14 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2001-09-141-27/+31
* patch from fredrik@krixor.xy.org to call usb_set_configuration() and usb_set_...Philippe Marzouk2001-09-141-13/+18
* * libgphoto2_port/usb/libusb.c (gp_port_usb_find_device_lib): ifHubert Figuiere2001-09-101-0/+7
* * libgphoto2_port/usb/libusb.c (gp_port_usb_close): Fixed aHubert Figuiere2001-09-071-6/+8
* 2001-08-29 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2001-08-291-2/+10
* 2001-08-27 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2001-08-271-21/+28
* * libgphoto2_port/usb/libusb.c (gp_port_usb_open): fix bug #438062:Hubert Figuiere2001-08-131-0/+4
* bvl: added initial OS/2 USB supportbvl2001-07-243-0/+296
* minor updateScott Fritzinger2001-03-301-1/+2
* added specifying serial port pathsScott Fritzinger2001-03-281-1/+1
* changed camera_capture API, added camera_file_info, added serial_flushScott Fritzinger2001-03-071-2/+5
* made the usb port lib follow global debugScott Fritzinger2001-01-241-5/+4
* put CameraPortInfo and gp_port_info togetherScott Fritzinger2001-01-241-1/+1
* added cvsignore to subdirsScott Fritzinger2001-01-241-0/+6