summaryrefslogtreecommitdiff
path: root/libgphoto2_port/usb
Commit message (Expand)AuthorAgeFilesLines
* skip read-only / non configurable usb ports.Marcus Meissner2006-03-161-2/+12
* Allow matching usb:XXX,YYY entries even when not listed in --list-ports viaMarcus Meissner2006-02-171-1/+9
* add *.sym file to _DEPENDENCIESHans Ulrich Niedermann2006-01-031-0/+1
* descent into interfaces to check if they are just hid or comm or audi.Marcus Meissner2005-08-171-1/+33
* * usb/libusb.c: added gp_port_usb_msg_interface_write_lib andTheodore Kilgore2005-06-091-0/+32
* install lean mean iolibs with short filenames and symbol listsHans Ulrich Niedermann2005-05-091-8/+9
* * libusb.c: release / reclaim interface during config handlingMarcus Meissner2005-05-041-2/+20
* log idVendor/idProduct in case of detection by classHans Ulrich Niedermann2005-04-241-0/+3
* more new build systemHans Ulrich Niedermann2005-04-141-6/+8
* * deactivate usb-storage driver if we get here.Marcus Meissner2005-02-161-5/+1
* * Detach USB kernel drivers if possible. (Except storage.)Marcus Meissner2004-08-221-1/+25
* If we have 0 or 1 USB devices of unknown origin, do not use the enhanced usb:x,yMarcus Meissner2004-08-181-3/+31
* add spca50x to list of interfering kernel modulesHans Ulrich Niedermann2004-07-171-2/+2
* Added support to clear halt on interrupt endpointMariusz Woloszyn2004-07-162-0/+5
* sorry, wrong branchHans Ulrich Niedermann2004-01-101-1/+80
* remove support for multiple USB cameras from 2.1.4 release branchHans Ulrich Niedermann2004-01-101-80/+1
* * Implemented multiple Camera support.Marcus Meissner2004-01-061-1/+80
* use defined URLHans Ulrich Niedermann2003-08-241-2/+2
* usb/libusb.c: change the mass storage check to output a debugPatrick Mansfield2003-08-241-9/+7
* usb/libusb.c: Fix the check for mass storage devices.Patrick Mansfield2003-08-121-8/+13
* usb/libusb.c: Check for and do not allow USB mass storage devices.Patrick Mansfield2003-08-111-0/+8
* Update Lutz's emailArnaud Launay2003-07-131-1/+1
* replace (c) and (C) by �Arnaud Launay2002-12-152-3/+3
* <config.h> -> "config.h"Arnaud Launay2002-11-292-2/+2
* gettext stuff for ArnaudHans Ulrich Niedermann2002-11-231-1/+1
* - modify config.h locationArnaud Launay2002-09-141-1/+1
* added note about stv680 kernel driverHans Ulrich Niedermann2002-06-041-1/+1
* cosmeticsHans Ulrich Niedermann2002-05-251-0/+1
* * libgphoto2_port/gphoto2-port-library.h: changed definition ofMariusz Woloszyn2002-04-191-2/+2
* * usb/libusb.c: Remember we did the altsetting after we did change it.Marcus Meissner2002-03-211-0/+1
* * usb/libusb.c: interrupts endpoints are *input* endpoints, not *output*Marcus Meissner2002-03-211-2/+2
* * usb/libusb.c: gp_port_usb_find_bulk no exists, replaced with _ep.Marcus Meissner2002-03-211-6/+11
* fixed typoHans Ulrich Niedermann2002-03-141-1/+1
* * changed all _event, eventep to _int and intep as it describes usbMariusz Woloszyn2002-03-121-4/+4
* 2002-03-11 Mariusz WoloszynMariusz Woloszyn2002-03-111-4/+22
* 2002-02-23 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-02-231-1/+2
* added usb-os2.c to EXTRA_DISTHans Ulrich Niedermann2002-02-161-1/+1
* 2002-01-31 Lutz M�ller <lutz@users.sourceforge.net>Lutz Mueller2002-01-311-3/+3
* * **/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