summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-17Windows: add speed retrievalfedora-1.0.9-0.1usbredirPete Batard2-9/+12
2011-06-17use device location when setting up iteratorNathan Hjelm1-4/+28
2011-06-17improved device enumeration for darwinNathan Hjelm1-99/+180
2011-06-17linux: Handle 2 digit kernel versions like 3.0Hans de Goede1-9/+17
2011-06-17linux: Remove dead code from sysfs_scan_deviceHans de Goede1-19/+0
2011-06-17linux: Read the device speed from sysfsHans de Goede1-1/+15
2011-06-17Add a libusb_get_device_speed functionHans de Goede3-0/+34
2011-06-17linux: Use __read_sysfs_attr to get busnum and devaddrHans de Goede1-37/+6
2011-06-17linux: Add __read_sysfs_attr helper functionHans de Goede1-0/+35
2011-06-17linux: Stop the kernel from re-attaching in kernel drivers after a resetHans de Goede1-5/+35
2011-06-17Use USB_MAXINTERFACES rather then sizeof(claimed_interfaces)Hans de Goede1-3/+3
2011-06-17claimed_interfaces is a long so any masks should be a long tooHans de Goede2-9/+9
2011-06-17Fix warnings seen when compiling with gcc-4.6Hans de Goede1-0/+4
2011-06-15Darwin: Fix #108 crash when a device is unpluggedVitali Lovich1-2/+12
2011-06-15libusb.h: Add missing LIBUSB_CLASS_ codes currently defined by usb.orgPeter Stuge1-0/+18
2011-06-15libusb.h: Add LIBUSB_CLASS_IMAGE in addition to LIBUSB_CLASS_PTPPeter Stuge1-2/+3
2011-06-15libusb.h: Fix LIBUSB_CLASS_PRINTER description typoPeter Stuge1-1/+1
2011-06-15Darwin: Fix #100 warning cast to pointer from integer of different sizeSean McBride1-4/+3
2011-06-15configure.ac: Fix #97 clang warning about -fgnu89-inlineSean McBride1-7/+1
2011-06-15Windows: Make cancel_io() in poll_windows.c staticPete Batard1-1/+1
2011-06-15Windows: Make upperize() in windows_usb.h staticPeter Stuge1-1/+1
2011-06-15descriptor.c: Fix buffer read overflow caught by valgrindVitali Lovich1-5/+7
2011-06-15Clean up in-flight transfers and device handle when closing a deviceVitali Lovich2-1/+46
2011-06-15Add recursive mutexes to threading abstractionVitali Lovich4-2/+61
2011-06-15Add USBI_TRANSFER_CANCELLING and _DEVICE_DISAPPEARED status flagsVitali Lovich2-1/+14
2011-06-15Linux: Detect and report that device has gone away while discarding URBsVitali Lovich1-0/+3
2011-06-15libusbi.h: Add comma after last value in enum usbi_transfer_flagsPeter Stuge1-1/+1
2011-06-15threads_posix.h: Whitespace fixPeter Stuge1-1/+1
2011-06-15libusb/Makefile.am: Correct threading files in libusb_1_0_la_SOURCESPeter Stuge1-5/+7
2011-06-13Linux: Fix #70 race condition in sysfs_get_device_list()Alan Ott1-31/+95
2011-06-13Darwin: Fix #63 error when apps use Objective-C garbage collectionSean McBride2-1/+15
2011-06-13Darwin: Fix #28 clang analyzer warning about unbalanced retain/releaseSean McBride1-2/+4
2011-06-13io.c: Fix clang analyzer warning about unused variableSean McBride1-0/+2
2011-06-13.gitignore: Add m4 subdirectory created by libtoolPeter Stuge1-0/+1
2011-06-13Linux: Do not include useless pthread.hLudovic Rousseau1-1/+0
2011-06-13Windows: minor code improvementsPete Batard2-12/+13
2011-06-13Windows: prevent set_configuration request from being sent using WinUSBPete Batard1-7/+20
2011-06-13Windows: fixed default WinUSB timeout and ineffective policy settingsGraeme Gill1-34/+57
2011-06-13Windows: Don't leak pipe fdsPete Batard2-39/+20
2011-06-13Windows: enumeration overhaulPeter Stuge3-769/+794
2011-06-13Windows: MS project files part 4 - MSVC6 project filesPete Batard3-0/+416
2011-06-13Windows: MS project files part 3 - VS2005 project filesPete Batard4-0/+1188
2011-06-13Windows: MS project files part 2 - WDK project filesPete Batard3-0/+161
2011-06-13Windows: MS project files part 1 - support files & preliminariesPete Batard7-2/+704
2011-06-13Move library version number from configure.ac to libusb/version.hPeter Stuge3-12/+45
2011-06-13Windows: Debug builds create the same .dll file name as non-debugPeter Stuge1-7/+1
2011-06-13Windows: explicit use of ANSI or WideChar callsPete Batard3-39/+31
2011-06-13Windows: Remove SetupAPI, AdvAPI32 and OLE32 link-time dependenciesPete Batard3-35/+65
2011-06-13Add .gitattributes to avoid Windows line ending issues with autocrlfPete Batard1-0/+3
2011-06-13Windows: Touch up FileDescription and ProductName resource stringsPeter Stuge1-2/+2