Imported Upstream version 2.6.1
This commit is contained in:
parent
459aaf9392
commit
a367d9bc54
178 changed files with 4651 additions and 3279 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue