mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Fix for incorrect PnP information used by devmatch(8).
MFC after: 1 week Sponsored by: Mellanox Technologies
This commit is contained in:
parent
9ea81ab56a
commit
9ce3abcf79
1 changed files with 1 additions and 1 deletions
|
|
@ -336,7 +336,7 @@ struct usb_device_id {
|
|||
unsigned long driver_info;
|
||||
} __aligned(32);
|
||||
|
||||
#define USB_STD_PNP_INFO "M16:mask;U16:vendor;U16:product;L16:product;G16:product;" \
|
||||
#define USB_STD_PNP_INFO "M16:mask;U16:vendor;U16:product;L16:release;G16:release;" \
|
||||
"U8:devclass;U8:devsubclass;U8:devprotocol;" \
|
||||
"U8:intclass;U8:intsubclass;U8:intprotocol;"
|
||||
#define USB_STD_PNP_HOST_INFO USB_STD_PNP_INFO "T:mode=host;"
|
||||
|
|
|
|||
Loading…
Reference in a new issue