- Jan 08, 2012
-
-
Pete Batard authored
-
Nathan Hjelm authored
* this is a restore of previous commit which was reverted when merging with master
-
Alan Stern authored
* this is a restore of previous commit which was reverted when merging with master
-
Pete Batard authored
-
Pete Batard authored
* see r265 = b7c99f78 * more than 18 months have elapsed since the fix has been integrated in libtool => most people should have upgraded by now
-
Michael Plante authored
* also removes unneeded library dependencies
-
Pete Batard authored
* up to "Core: Fix #122 warning: no previous prototype for ‘usbi_log_v’" a8e2e7ca
-
- Jan 07, 2012
-
-
Pete Batard authored
* tests condicted using a Renesas PCIE USB 3.0 controller and driver and a mass storage USB 3.0 confirm that USB_NODE_CONNECTION_INFORMATION_EX uses (undocumented) value 3 for SuperSpeed
-
Pete Batard authored
This reverts commit 200fe715.
-
- Nov 18, 2011
-
-
Pete Batard authored
* typo fixes and race condition warning suggested by Alan Stern
-
- Nov 17, 2011
-
-
Pete Batard authored
* also introduces 3 new driver related error codes
-
- Nov 15, 2011
-
-
Pete Batard authored
* warning C4761: integral size mismatch in argument;
-
Pete Batard authored
* error C2065: 'LONG_PTR' : undeclared identifier; in poll_windows * warning C4761: integral size mismatch in argument; in libusb.h * issue reported by Satz Klauer
-
- Nov 13, 2011
-
-
Pete Batard authored
* also added -j2 to _bm.sh
-
Pete Batard authored
* unlike later iterations of Visual Studio, MSVC6 does not accept blank parameters on macro calls [eg. CALL(a, ,b)] * blank params were used with the DLL_DECLARE and DLL_LOAD macros * issue reported by Satz Klauer
-
- Nov 07, 2011
-
-
Pete Batard authored
* easier to spot comments * simplify errors through the use of a %PWD% * used a BUILD_CMD variable with updated options
-
- Nov 06, 2011
-
-
Austyn Krutsinger authored
* display bluetooth addresses of controller and master
-
- Nov 02, 2011
-
-
Pete Batard authored
-
Pete Batard authored
-
Pete Batard authored
-
Pete Batard authored
-
Pete Batard authored
* uint32_t* being caset to int* * simplify allocation using calloc * fix VS2010 Intellisense warnings
-
Pete Batard authored
* add missing warning on alloc failure * prefer calloc() to malloc() * add casts to address VS2010 IntelliSense warnings
-
Pete Batard authored
* note that WinUSB prevents proper use of LIBUSB_RECIPIENT_INTERFACE for Extended Properties: http://www.lvr.com/forum/index.php?topic=331
-
- Oct 31, 2011
-
-
Pete Batard authored
-
- Sep 23, 2011
-
-
Pete Batard authored
-
Pete Batard authored
-
Pete Batard authored
* introduced by the windres step improvement: libusb/Makefile.am:28: pkg_v_rc_$(V: non-POSIX variable name libusb/Makefile.am:29: pkg_v_rc_$(AM_DEFAULT_VERBOSITY: non-POSIX variable name
-
Peter Stuge authored
* reverts 32098158
-
Peter Stuge authored
* reverts 52925893
-
Nathan Hjelm authored
-
Dave Camarillo authored
* indexes were outgrowing the array before realloc, resulting in out of bound access and crash.
-
- Sep 22, 2011
-
-
Pete Batard authored
* These descriptors are used for automated WinUSB driver installation on Windows 8 * http://msdn.microsoft.com/en-us/library/windows/hardware/hh450799.aspx
-
- Sep 19, 2011
-
-
Pete Batard authored
-
Pete Batard authored
-
Pete Batard authored
-
Pete Batard authored
-
- Sep 12, 2011
-
-
Pete Batard authored
-
Pete Batard authored
* also trailing whitespaces and formatting
-
Pete Batard authored
* MinGW was issuing a "suggest parenthesis" warning with timercmp
-