diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2007-06-10 01:28:55 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2007-06-10 01:28:55 +0000 |
| commit | 16ccae5559555912db56631638b0a1de4a7a2826 (patch) | |
| tree | a44b226ec7c88be4688aedcee00ec5acb5d752fc /sys/dev | |
| parent | cffc6c3fe1214757845d95caddec3b800f0fd6eb (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/usb_subr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/usb_subr.c b/sys/dev/usb/usb_subr.c index 1512e85b50c7..fcfb45ce5455 100644 --- a/sys/dev/usb/usb_subr.c +++ b/sys/dev/usb/usb_subr.c @@ -849,6 +849,7 @@ usbd_probe_and_attach(device_t parent, usbd_device_handle dev, uaa.vendor = UGETW(dd->idVendor); uaa.product = UGETW(dd->idProduct); uaa.release = UGETW(dd->bcdDevice); + uaa.matchlvl = 0; /* First try with device specific drivers. */ DPRINTF(("usbd_probe_and_attach: trying device specific drivers\n")); |
