diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2002-04-02 14:08:43 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2002-04-02 14:08:43 +0000 |
| commit | e92dc1d513e8e054a307df847d03002ef392901f (patch) | |
| tree | 4d23d0123b5356ad1599d92f391f59d7010c104d /sys/dev/usb/usbdi.h | |
| parent | 3348c0092c84619c988ffb9ed22490d9830e87e6 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/usbdi.h')
| -rw-r--r-- | sys/dev/usb/usbdi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/usbdi.h b/sys/dev/usb/usbdi.h index a1cbf330d89c..65a483ea4422 100644 --- a/sys/dev/usb/usbdi.h +++ b/sys/dev/usb/usbdi.h @@ -213,6 +213,7 @@ struct usb_attach_arg { int vendor; int product; int release; + int matchlvl; usbd_device_handle device; /* current device */ usbd_interface_handle iface; /* current interface */ int usegeneric; |
