Imported Upstream version 2.6.3
This commit is contained in:
parent
45043b58d0
commit
fad6ced6f6
255 changed files with 11081 additions and 4629 deletions
|
|
@ -71,10 +71,7 @@ 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
|
||||
* CAUTION: only use with *valid* device identifiers, Ie the following is not
|
||||
* valid (from blazer_usb, krauler subdriver): 0x0001:0x0000
|
||||
*/
|
||||
* this allows USB information extraction */
|
||||
#define USB_DEVICE(vendorID, productID) vendorID, productID
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue