Commit Graph

130 Commits

Author SHA1 Message Date
Pete Batard 870b24bee3 removed the smuc sample 2011-03-09 00:12:32 +00:00
Pete Batard 677ea16f44 merged -> pbr336 2011-03-09 00:10:00 +00:00
Pete Batard fb47d99a11 added missing sample .vcproj 2011-01-28 11:33:23 +00:00
Pete Batard c84af74c9d added smuc demo for topology + hotplug test 2011-01-24 01:25:51 +00:00
Pete Batard 6581fc0d85 merged pbr327+1 2011-01-22 22:15:54 +00:00
Pete Batard 50a23e3f38 merged -> pbr324+4 2010-12-09 11:14:26 +00:00
Pete Batard e29d63d1c4 added missing user32.lib dependency for DDK samples 2010-10-28 12:08:30 +01:00
Pete Batard f673769618 merge -> pbr319, part 2 2010-10-28 11:43:29 +01:00
Pete Batard 1b538f0e2b merge -> pbr319, part 1 2010-10-28 11:33:17 +01:00
Pete Batard 20e706f33a hotplug - Windows 2010-10-08 17:14:01 +01:00
Pete Batard dfc99bb006 replaced LIBUSB_API with LIBUSB_CALL 2010-09-20 15:39:26 +01:00
Pete Batard 94039837f6 added libusb version display to xusb 2010-09-20 13:28:04 +01:00
Pete Batard 9daf8200f0 VS 2008 project files now use default for most options
* also fixed DLL generation that was set to MT(d) to using MD(d)
2010-08-06 18:55:17 +01:00
Pete Batard b5820d34ad enforce proper line terminators for MSVC and .sh files 2010-07-31 01:03:39 +01:00
Pete Batard 972106d2c8 more residuals from official: samples 2010-07-30 00:02:18 +01:00
Daniel Drake 435760539e bring autoconf/automake in line with official 2010-07-29 12:42:25 +01:00
Pete Batard 1ebd8c9052 improved readout of string descriptors in xusb
reads man/prod/ser strings using the relevant string index
2010-06-14 22:07:19 +01:00
Pete Batard 0e74019d22 added detection of -pthread option - only use when required 2010-05-11 00:36:46 +01:00
Pete Batard 71eaaccde2 disabled autoclaim in windows_usb.c and removed its use in xusb.c 2010-05-05 23:07:18 +01:00
Michael Plante 4242ac1b31 added threads_windows to source browser 2010-04-26 19:11:11 +01:00
Michael Plante 4226f9ee90 general whitespace cleanup 2010-04-24 11:18:56 +01:00
Pete Batard 307c5490de added missing calling convention for callbacks in dpfp
also whitespaces in dpfp.c
2010-04-18 23:15:33 +01:00
Pete Batard 9c896f5d98 switched DDK calling convention for examples to __cdecl 2010-04-18 23:01:44 +01:00
Pete Batard 3c06787b84 DDK build (sources) advapi32.lib dependency
also removed unneeded user32.lib dependency from libusb_sources (suggested by Michael Plante)
2010-04-16 23:35:01 +01:00
Pete Batard ea272ad88b [INTERNAL - NOT FOR RELEASE] MSVC 2008 advapi.lib dependency 2010-04-16 23:32:55 +01:00
Pete Batard d70641755c added advapi32.lib dependency reference in xusb.c 2010-04-16 23:31:50 +01:00
Pete Batard fc2b212758 better handling of attach/detach for Linux in xusb.c 2010-04-16 10:47:37 +01:00
Tim Roberts 32a674508a added more explicit library dependencies in xusb.c (MSVC) 2010-04-16 10:27:33 +01:00
Pete Batard 9300883d04 set default messaging level to warnings in xusb 2010-04-08 13:30:17 +01:00
Pete Batard 31aff02b62 fixed "ignoring return value of 'fwrite'" warning with gcc 2010-04-08 12:40:54 +01:00
Pete Batard c1cea1b0fe addressed MSVC warnings prompted by previous change 2010-04-08 12:33:27 +01:00
Pete Batard e295c065f3 added binary dump option to xusb (-b)
also switched boolean variables to actual bool
2010-04-08 12:30:06 +01:00
Pete Batard 2ec0c2b1ff fixed HID record size computation in xusb 2010-04-08 11:48:58 +01:00
Pete Batard adc0945982 fixed arglen warning from previous commit 2010-04-06 20:21:45 +01:00
Pete Batard b52b131343 xusb improvements (parameter handling + debug enable) 2010-04-06 20:20:01 +01:00
Michael Plante e5a9ce5865 xusb HID test improvements (Feature Reports)
Issue reported by Axel Rohde
2010-04-06 17:26:09 +01:00
Pete Batard 99587b5e2d ddk_build improvements (DLL option, static lib default) 2010-03-29 15:41:22 +01:00
Pete Batard fb787f4e67 enabled reuse of windows_error_str for wdi
additional cleanup
2010-03-23 19:42:15 +00:00
Pete Batard e36b809e53 renamed 2005 and 2008 MSVC solution files
2005 will be used a master and the only one included in release.
2008 will be kept in the development tree only for convenience.
2010-03-19 11:43:14 +00:00
Peter Stuge f43d8e65db removed trailing whitespaces (Windows backend) 2010-03-18 12:44:55 +00:00
Pete Batard e23692f3ea _stdcall calling convention for VS2005 DLL project files
also keeps default calling convention for non DLL project files with VS2008
2010-03-08 20:26:30 +00:00
Pete Batard 19f97761a0 xusb improvements (parameters checks) 2010-03-08 20:14:05 +00:00
Pete Batard 666106e836 more residual cleanup (Michael Plante) 2010-03-03 20:36:46 +00:00
Pete Batard 6320efeb75 changed calling convention to __stdcall (VS2008) 2010-03-03 16:41:35 +00:00
Pete Batard 32f130a540 renamed windows_compat to poll_windows 2010-03-02 16:13:33 +00:00
Pete Batard 1c72741123 reattach driver when detached in xusb (Xiaofan Chen) 2010-03-01 16:43:48 +00:00
Pete Batard 158799ca3f xusb improvements for HID test: int. vs bulk (Xiaofan Chen) 2010-03-01 16:08:20 +00:00
Pete Batard a3e487f1b9 xusb improvements and fixes 2010-02-28 22:31:06 +00:00
Pete Batard 2745941df4 exclude dpfp_threaded if pthread is not available (MinGW) 2010-02-24 22:18:41 +00:00
Pete Batard dbd439fa2c includes simplification and cleanup (core) 2010-02-24 22:05:40 +00:00