Imported Upstream version 2.6.1

This commit is contained in:
Arnaud Quette 2011-06-01 22:31:49 +02:00
parent 459aaf9392
commit a367d9bc54
178 changed files with 4651 additions and 3279 deletions

View file

@ -71,7 +71,10 @@ void USBFreeExactMatcher(USBDeviceMatcher_t *matcher);
void USBFreeRegexMatcher(USBDeviceMatcher_t *matcher);
/* dummy USB function and macro, inspired from the Linux kernel
* this allows USB information extraction */
* this allows USB information extraction
* CAUTION: only use with *valid* device identifiers, Ie the following is not
* valid (from blazer_usb, krauler subdriver): 0x0001:0x0000
*/
#define USB_DEVICE(vendorID, productID) vendorID, productID
typedef struct {