- Make sure we don't match the wrong device by adding
a match for the bus the device belongs to. PR: misc/157903 MFC after: 14 days
This commit is contained in:
parent
e71c21385e
commit
160d9dc32b
@ -150,6 +150,7 @@ usb_dump(struct usb_device_id *id, uint32_t nid)
|
||||
|
||||
if (info.is_any) {
|
||||
printf("nomatch 10 {\n"
|
||||
" match \"bus\" \"uhub[0-9]+\";\n"
|
||||
" match \"mode\" \"%s\";\n", mode);
|
||||
} else {
|
||||
return (n);
|
||||
|
Loading…
Reference in New Issue
Block a user