summaryrefslogtreecommitdiff
path: root/libusb/os
Commit message (Expand)AuthorAgeFilesLines
...
* Linux: Provide libusb_get_device_speed() data from sysfsHans de Goede2011-09-151-1/+15
* Darwin: Improve device enumeration performanceNathan Hjelm2011-09-131-62/+160
* Linux: Use __read_sysfs_attr() to get busnum and devaddrHans de Goede2011-07-241-39/+6
* Linux: Add __read_sysfs_attr() helper functionHans de Goede2011-07-241-0/+35
* Linux: Stop kernel from re-attaching in-kernel driver after resetHans de Goede2011-07-241-5/+35
* Linux: Fix warnings seen when compiling with gcc-4.6Hans de Goede2011-07-241-0/+4
* Darwin: Fix #108 crash when a device is unpluggedVitali Lovich2011-07-241-2/+12
* Darwin: Fix #100 warning cast to pointer from integer of different sizeSean McBride2011-07-241-4/+3
* Windows: Make cancel_io() in poll_windows.c staticPete Batard2011-07-241-1/+1
* Windows: Make upperize() in windows_usb.h staticPeter Stuge2011-07-241-1/+1
* Add recursive mutexes to threading abstractionVitali Lovich2011-07-243-0/+59
* Linux: Detect and report that device has gone away while discarding URBsVitali Lovich2011-07-241-0/+3
* threads_posix.h: Whitespace fixPeter Stuge2011-07-241-1/+1
* Linux: Fix #70 race condition in sysfs_get_device_list()Alan Ott2011-07-241-48/+95
* Darwin: Fix #63 error when apps use Objective-C garbage collectionSean McBride2011-06-131-1/+14
* Darwin: Fix #28 clang analyzer warning about unbalanced retain/releaseSean McBride2011-06-131-2/+4
* Linux: Do not include useless pthread.hLudovic Rousseau2011-06-131-1/+0
* Windows: minor code improvementsPete Batard2011-06-132-12/+13
* Windows: prevent set_configuration request from being sent using WinUSBPete Batard2011-06-131-7/+20
* Windows: fixed default WinUSB timeout and ineffective policy settingsGraeme Gill2011-06-131-34/+57
* Windows: Don't leak pipe fdsPete Batard2011-06-132-39/+20
* Windows: enumeration overhaulPeter Stuge2011-06-132-768/+793
* Windows: explicit use of ANSI or WideChar callsPete Batard2011-06-133-39/+31
* Windows: Remove SetupAPI, AdvAPI32 and OLE32 link-time dependenciesPete Batard2011-06-132-34/+64
* Windows: Remove emulated direct device access via HID APIPeter Stuge2011-06-132-1432/+22
* Revert libusb_strerror() until we have i18n and l10nPeter Stuge2011-06-131-2/+2
* Windows: Rename various variables named "index" to avoid shadow warningsPete Batard2011-06-132-88/+88
* Windows: Fix logic in enumeration of driver name and port numberPete Batard2011-06-131-2/+2
* Windows: Allow claiming any interface in composite device using WinUSBPete Batard2011-06-131-35/+28
* Windows: Allow arbitrary bConfigurationValue in config descriptorsPete Batard2011-06-131-7/+2
* Darwin: Schedule isochronous transfers further in the futureThomas Röfer2011-06-132-1/+7
* Darwin: Fix #65 memory leak in submit_iso_transfer()Thomas Röfer2011-06-132-4/+13
* configure.ac: Check for poll.h, and for nfds_t on DarwinPeter Stuge2011-06-135-8/+4
* Darwin: Add support for control requests on endpoints other than 0Nathan Hjelm2011-06-131-1/+18
* Darwin: Add more error checking for libusb_open()Nathan Hjelm2011-06-131-2/+11
* Linux: Correctly catch read() errors for sysfs config descriptorsLudovic Rousseau2011-06-131-2/+2
* Linux: Refactor cancellation into one function for all transfer typesPeter Stuge2011-06-131-39/+12
* Linux: Refactor discarding of URBs into a function and return all errorsPeter Stuge2011-02-251-71/+39
* Linux: Set private number of URBs also for control transfersPeter Stuge2011-02-251-0/+1
* Linux: cancel URBs in reverse orderAlan Stern2010-12-241-7/+9
* Linux: report correct value for urb->actual_lengthAlan Stern2010-12-241-15/+9
* Linux: improve reporting of URB error status codesAlan Stern2010-12-241-8/+31
* Linux: improve detection of BULK_CONTINUATION kernel supportAlan Stern2010-11-261-14/+23
* Remove USBI_OS_HANDLES_TIMEOUT and fix int/isoc timeouts on DarwinNathan Hjelm2010-11-261-0/+8
* Linux: Fix usbfs/sysfs config descriptor handling on big-endianHector Martin2010-11-221-2/+2
* Linux: Don't free() URBs prematurely on hardware error; fix #54Peter Stuge2010-10-161-53/+59
* Windows: add support for filter driversPete Batard2010-10-062-54/+106
* Windows: fix errcode shadow warning, and string and DLL_DECLARE fixesPete Batard2010-10-062-23/+28
* Windows: use IOCTLs for HID input, output and feature reportsPete Batard2010-10-062-155/+62
* Linux: fix build failure when CLOCK_MONOTONIC does not existMike Frysinger2010-10-041-5/+6