Complete an initialization to make gcc 4.2 happy.

This commit is contained in:
Matt Jacob 2007-06-10 01:28:55 +00:00
parent cffc6c3fe1
commit 16ccae5559

View File

@ -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"));