summaryrefslogtreecommitdiff
path: root/libusb/os
Commit message (Expand)AuthorAgeFilesLines
* merged -> pbr336Pete Batard2011-03-097-1561/+227
* commented out some debugging dataPete Batard2011-01-241-0/+2
* merged pbr327+1Pete Batard2011-01-223-16/+43
* fixed missing context for get_ancestor_session_id()pbh315Pete Batard2010-12-091-3/+3
* merged -> pbr324+4Pete Batard2010-12-094-160/+116
* fixed bus number set to zero for some devicesPete Batard2010-12-091-68/+106
* fixes for MBCS to Unicode switchPete Batard2010-10-281-5/+5
* merge -> pbr319, part 2Pete Batard2010-10-283-47/+56
* merge -> pbr319, part 1Pete Batard2010-10-284-98/+131
* move hash table functions from Windows to corePete Batard2010-10-183-184/+10
* merged -> pbr314pbh312Pete Batard2010-10-142-100/+223
* hotplug - WindowsPete Batard2010-10-083-23/+177
* hotplug - core, Linux, DarwinPete Batard2010-10-083-167/+476
* fixed double listing of devices in discovered listPete Batard2010-10-071-6/+7
* ignore non USB grandparents on HID interface detectionPete Batard2010-10-061-6/+16
* merged pbr309Pete Batard2010-10-054-98/+99
* added hub API and removed is_hub dev private propertyPete Batard2010-10-052-16/+36
* switched to using CM_Get_Device_IDA alwaysPete Batard2010-10-042-27/+3
* Windows enumeration overhaulPete Batard2010-10-042-828/+639
* fixed erroneous checks on SetupDi callsPete Batard2010-10-041-2/+2
* Linux: Fix endian handling for usbfs/sysfsHector Martin2010-09-211-2/+2
* fixed missing winioctl.h header for cygwinpbr301Pete Batard2010-09-061-0/+1
* use IOCTLs for HID reports (input, output, feature)Pete Batard2010-09-062-153/+59
* workaround for unavailable _strdup on MinGW32pbr300Pete Batard2010-08-211-1/+6
* fixed possible buffer overflow in windows_error_str()pbr299Pete Batard2010-08-191-4/+9
* added full support for filter driversPete Batard2010-08-192-35/+66
* added limited support for filter driverspbr298Pete Batard2010-08-181-45/+61
* removed root from list of DDK include pathspbr297Pete Batard2010-08-171-1/+1
* fixed errcode shadow warning in MinGW-w64 (windows backend)pbr296Pete Batard2010-08-171-8/+8
* restrict scope of previous workaround and return error when possiblePete Batard2010-08-173-9/+18
* only apply previous workaround for 32 bit buildspbr295Pete Batard2010-08-163-0/+17
* added Workaround for MinGW-w64 multilib bugPete Batard2010-08-153-5/+38
* remove unneeded sanity check in cache_config_descriptorspbr294Pete Batard2010-08-102-8/+3
* removed WinUsb_QueryInterfaceSettings() call in winusb_claim_interfacePete Batard2010-08-101-35/+28
* Darwin: Cache device configuration valueNathan Hjelm2010-08-052-51/+75
* more safe string macros improvementspbr292Pete Batard2010-08-032-4/+6
* reverted to using a (generated) .def file for DLL exportspbr291Pete Batard2010-08-021-2/+1
* minor improvementsPete Batard2010-08-022-14/+14
* fixed bad cleanup in winusb_release_interface()pbr290Pete Batard2010-08-011-2/+3
* fixed mishandling of null terminators in safe_strncpy()Pete Batard2010-08-011-1/+1
* fixed bad string duplication for WinUSB pathspbr289Pete Batard2010-07-311-2/+2
* fix missing linefeeds at the end of windows_usb.c/hPete Batard2010-07-292-2/+2
* fixed -Wshadow compilation errors when using cygwinPete Batard2010-07-294-31/+23
* fixed residuals from official for DarwinPete Batard2010-07-291-0/+5
* Darwin: handle kIOReturnUnderrunpbr284Hoi-Ho Chan2010-07-291-1/+3
* Darwin: write iso transfer details into correct packetsHoi-Ho Chan2010-07-291-1/+1
* Darwin: fix interface object leakNathan Hjelm2010-07-291-1/+4
* Darwin: clean up some debug messagesNathan Hjelm2010-07-291-3/+3
* Darwin: Don't open devices during scan unless we have to unsuspendNathan Hjelm2010-07-291-6/+10
* Linux: Handle early complete of multi-URB transferPeter Stuge2010-07-291-5/+13