summaryrefslogtreecommitdiff
path: root/libusb/os
Commit message (Expand)AuthorAgeFilesLines
* [winusb] removed unused variablepbr333Pete Batard2011-03-021-1/+0
* [windows-backends] remove HID supportPete Batard2011-03-022-1333/+14
* [enum] fixed memory leaks when a device is already openPete Batard2011-03-021-2/+9
* different approach to topology retrievalPete Batard2011-02-213-24/+2
* prevent set_configuration request from being sent using WinUSBPete Batard2011-02-211-6/+19
* merged latest official changesPete Batard2011-01-302-44/+80
* fixed windows_init() return value on subsequent callsPete Batard2011-01-201-3/+3
* added get_device_topology optional API callPete Batard2011-01-203-0/+24
* fixed VS2010 IntelliSense warningsPete Batard2011-01-181-13/+16
* fixed assertion failure on non USB HIDPete Batard2010-12-041-5/+1
* unconstrained ancestors lookup for HID and other devicespbr324Pete Batard2010-12-011-31/+13
* moved WDK/DDK build scripts to /msvcPete Batard2010-11-221-36/+0
* code readability: always use apib->id for comparisonsPete Batard2010-11-221-8/+8
* fixed default WinUSB timeout and ineffective policy settingsGraeme Gill2010-11-221-34/+56
* removed "'guid_to_string' defined but not used" warningPete Batard2010-11-181-0/+2
* fixed device interface path not freed for HID collectionsPete Batard2010-11-181-13/+22
* removed the need for _open_osfhandle()Pete Batard2010-11-132-31/+12
* use _close() rather than CloseHandle() in usbi_close()Pete Batard2010-11-132-8/+8
* fixed bus number set to zero for some devicesPete Batard2010-11-011-48/+40
* improved handling of newly connected devices during enumPete Batard2010-11-011-10/+15
* hub handling improvementsPete Batard2010-10-281-10/+51
* more enumeration bugfixes and improvementspbr319Pete Batard2010-10-281-24/+25
* minor enumeration bugfixes and improvementspbr318Pete Batard2010-10-271-6/+8
* proper removal of advapi32 library dependencyPete Batard2010-10-273-3/+8
* added /MT option for DDK buildsPete Batard2010-10-271-2/+4
* fixed error C1001 when using DDK 64 bit .lib in VS2008Pete Batard2010-10-271-1/+10
* remove unneeded lib refs from DDK sourcePete Batard2010-10-261-4/+1
* enum: allow out of hierarchical order processing of hubsPete Batard2010-10-261-8/+2
* removed SetupAPI, AdvAPI32 and OLE32 dependenciesPete Batard2010-10-262-34/+60
* set DLL API call declarations to staticPete Batard2010-10-261-1/+2
* switched MSVC project files from MBCS to UnicodePete Batard2010-10-263-13/+13
* merged latest from officialPete Batard2010-10-181-53/+59
* fixed potentially non unique return value for htab_hashpbr314Pete Batard2010-10-142-6/+7
* fixed trac #68 (incorrect buffer size for HID reports)pbr313Pete Batard2010-10-131-11/+6
* fixed missing malloc check in htab_hash()pbr312Pete Batard2010-10-121-5/+5
* hash function for session id now uses a proper hash tablePete Batard2010-10-121-9/+169
* addressed TODOs from new_enumPete Batard2010-10-111-87/+40
* Windows enumeration overhaulPete Batard2010-10-112-855/+673
* fixed missed index -> _index in poll_windows.c debug messagesPete Batard2010-10-051-2/+2
* fixed index shadow warnings from cygwin (from official)Pete Batard2010-10-052-86/+86
* small fixup to be in check with proposed officialPete Batard2010-10-052-2/+2
* Linux: fix build failure when CLOCK_MONOTONIC does not existMike Frysinger2010-10-051-5/+6
* 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