Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed issue with composite using HID keyboard on interface 0r272 | Pete Batard | 2010-04-27 | 2 | -18/+40 |
| | | | | | issue reported by Jason Kotzin also improved auto-claim functionality | ||||
* | added threads_windows to source browserr271 | Michael Plante | 2010-04-26 | 2 | -2/+2 |
| | |||||
* | Linux: don't set SHORT_NOT_OK on bulk out URBs (#20r270 | Daniel Drake | 2010-04-24 | 1 | -9/+18 |
| | | | | | Setting this flag is illegal, and the behaviour we're looking for is already in place for host-to-device transfers without this flag. | ||||
* | [INTERNAL - NOT FOR RELEASE] updated generated rc file for 1.0.7 | Michael Plante | 2010-04-24 | 1 | -4/+4 |
| | |||||
* | general whitespace cleanup | Michael Plante | 2010-04-24 | 13 | -108/+108 |
| | |||||
* | Linux: Handle failure to read active configuration during enumerationr269 | Daniel Drake | 2010-04-21 | 1 | -3/+10 |
| | |||||
* | Darwin: don't reuse cached descriptors during enumeration | Nathan Hjelm | 2010-04-21 | 1 | -31/+31 |
| | | | | | Descriptor reuse was causing scans to return invalid information when the device at a location has changed. | ||||
* | autoconf needs to check for struct timespecr268 | Peter Stuge | 2010-04-20 | 1 | -0/+2 |
| | |||||
* | residuals from previous merger267 | Pete Batard | 2010-04-20 | 1 | -3/+0 |
| | |||||
* | merged official 1.0.6 -> 1.0.7 release changes | Pete Batard | 2010-04-20 | 5 | -5/+20 |
| | |||||
* | clarified ddk build procedurer266 | Michael Plante | 2010-04-19 | 1 | -1/+2 |
| | |||||
* | added official libtool NLS patch for Chinese localer265 | Pete Batard | 2010-04-19 | 2 | -6/+26 |
| | |||||
* | restore builds of DLLs from the DDKr264 | Pete Batard | 2010-04-19 | 2 | -4/+12 |
| | |||||
* | removed need for .def file, added LIBUSB_EXPr263 | Michael Plante | 2010-04-19 | 6 | -179/+74 |
| | |||||
* | improved windows_assign_endpoints (debug msg + error codes)r262 | Pete Batard | 2010-04-19 | 1 | -16/+30 |
| | |||||
* | [INTERNAL - NOT FOR RELEASE] added libusb-1.0.rc generated filer261 | Peter Stuge | 2010-04-18 | 1 | -0/+109 |
| | |||||
* | configure creates libusb-1.0.rc to not duplicate the version number | Peter Stuge | 2010-04-18 | 3 | -21/+15 |
| | |||||
* | added missing calling convention for callbacks in dpfp | Pete Batard | 2010-04-18 | 2 | -13/+13 |
| | | | | also whitespaces in dpfp.c | ||||
* | switched DDK calling convention for examples to __cdeclr260 | Pete Batard | 2010-04-18 | 4 | -10/+4 |
| | |||||
* | removed unneeded (and problematic) _WINDOWS_ referencer259 | Michael Plante | 2010-04-18 | 1 | -1/+1 |
| | |||||
* | removed calling convention modifier for inlines (resid)r258 | Michael Plante | 2010-04-18 | 1 | -2/+2 |
| | |||||
* | updated documentation for unsupported darwin/Windows callsr257 | Pete Batard | 2010-04-17 | 1 | -2/+7 |
| | | | | attach/detach_kernel_driver and kernel_driver_active (Windows) | ||||
* | fixed function brace consistency in windows_usb.c | Pete Batard | 2010-04-17 | 1 | -2/+4 |
| | |||||
* | revert r253 / f08aae4ddb9cfe3856e07f8997d9adbfa5330467 | Pete Batard | 2010-04-17 | 2 | -9/+7 |
| | |||||
* | MinGW/cygwin advapi32 library dependency (configure.ac)r256 | Pete Batard | 2010-04-16 | 1 | -2/+2 |
| | |||||
* | DDK build (sources) advapi32.lib dependency | Pete Batard | 2010-04-16 | 3 | -3/+4 |
| | | | | also removed unneeded user32.lib dependency from libusb_sources (suggested by Michael Plante) | ||||
* | [INTERNAL - NOT FOR RELEASE] MSVC 2008 advapi.lib dependency | Pete Batard | 2010-04-16 | 3 | -12/+12 |
| | |||||
* | added advapi32.lib dependency reference in xusb.c | Pete Batard | 2010-04-16 | 1 | -1/+3 |
| | |||||
* | removed calling convention modifier for inlinesr255 | Pete Batard | 2010-04-16 | 1 | -10/+10 |
| | | | | to be merged with 511f5b9fdf032fc6b3d4b926538705fe96db1d4f | ||||
* | better handling of attach/detach for Linux in xusb.cr254 | Pete Batard | 2010-04-16 | 1 | -12/+14 |
| | |||||
* | added more explicit library dependencies in xusb.c (MSVC) | Tim Roberts | 2010-04-16 | 1 | -0/+6 |
| | |||||
* | [INTERNAL - NOT FOR RELEASE] added 2003/XP64 support (EXPERIMENTAL) | Pete Batard | 2010-04-16 | 2 | -0/+3 |
| | |||||
* | LIBUSB_SUCCESS on attach/detach for darwin & Windowsr253 | Pete Batard | 2010-04-15 | 2 | -7/+9 |
| | |||||
* | darwin whitespaces | Pete Batard | 2010-04-15 | 1 | -32/+32 |
| | |||||
* | added mingw *.exe output to gitignore and fixed whitesr252 | Michael Plante | 2010-04-15 | 2 | -1/+2 |
| | |||||
* | more explicit toggable debug options | Michael Plante | 2010-04-15 | 3 | -4/+5 |
| | | | | also re-added usbi_dbg() default context creation message | ||||
* | let MSVC re-sort filenames based on very old renames | Michael Plante | 2010-04-15 | 2 | -12/+12 |
| | |||||
* | reverted to MS defaults in MSVC6 .dsp project file | Michael Plante | 2010-04-15 | 1 | -1/+1 |
| | |||||
* | added missing LIBUSB_API for transfer_cb function calls | Michael Plante | 2010-04-15 | 2 | -3/+3 |
| | |||||
* | fixed HID bulk/interrupt transfers for report IDsr251 | Pete Batard | 2010-04-15 | 2 | -94/+104 |
| | |||||
* | [INTERNAL - NOT FOR RELEASE] added libusb.h copy to bins | Pete Batard | 2010-04-15 | 1 | -0/+1 |
| | |||||
* | reverted to MS defaults in .vcproj DLL file (internal 2008)r250 | Pete Batard | 2010-04-13 | 1 | -4/+0 |
| | | | | The calling convention is now explicitly defined elsewhere | ||||
* | reverted to MS defaults in .vcproj DLL file (official) | Pete Batard | 2010-04-13 | 1 | -4/+0 |
| | | | | The calling convention is now explicitly defined elsewhere | ||||
* | set default calling convention for Windows platform (core) | Pete Batard | 2010-04-13 | 5 | -123/+131 |
| | | | | | no calling convention is set on non Windows platforms as using __attribute__((cdecl)) is source of potential warnings. | ||||
* | fixed the use of internal OS_WINDOWS in general file libusb.h | Pete Batard | 2010-04-13 | 1 | -1/+1 |
| | | | | | OS_WINDOWS is only defined in the context of compiling libusb switched to using the explicit MinGW/cygwin and MS compiler defines | ||||
* | fixed handing of HID reports when report IDs are in user249 | Pete Batard | 2010-04-12 | 1 | -71/+104 |
| | | | | | also switched to USE_HIDD_FOR_REPORTS in windows_usb.c, to be closer to Linux behaviour. issue originally reported by Axel Rohde | ||||
* | set default messaging level to warnings in xusbr248 | Pete Batard | 2010-04-08 | 1 | -2/+2 |
| | |||||
* | added missing LOG_LEVEL_DEBUG filter for toggable debug (core) | Pete Batard | 2010-04-08 | 1 | -0/+2 |
| | |||||
* | fixed "ignoring return value of 'fwrite'" warning with gccr247 | Pete Batard | 2010-04-08 | 1 | -2/+4 |
| | |||||
* | addressed MSVC warnings prompted by previous changer246 | Pete Batard | 2010-04-08 | 2 | -8/+8 |
| |