Commit Graph

8 Commits

Author SHA1 Message Date
Francois Gouget 1af1601177 usbd.sys: Add a trailing '\n' to a Wine trace. 2012-08-30 19:16:57 +02:00
André Hentschel c540c98d55 usbd.sys: Add partial USBD_ValidateConfigurationDescriptor implementation. 2012-08-29 21:26:38 +02:00
Alexandre Julliard 81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
Alexandre Julliard b86d515ed6 dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
Francois Gouget 3c58b1a6f6 usbd.sys: Fix the test for type control endpoints.
The value of USB_ENDPOINT_TYPE_CONTROL is 0 so and-ing with it makes no sense.
2010-06-24 10:35:56 +02:00
Damjan Jovanovic 3f02dee355 usbd.sys: Implement URB building functions. 2010-03-22 15:53:36 +01:00
Damjan Jovanovic 6e4873691c usbd.sys: Add USB descriptor parsing functions. 2010-03-19 12:00:40 +01:00
Damjan Jovanovic c177e938ae usbd.sys: Add stub usbd.sys. 2010-03-18 14:02:57 +01:00