diff options
author | joe <joe@FreeBSD.org> | 2002-04-02 14:08:43 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2002-04-02 14:08:43 +0000 |
commit | bd5b0c32fd2fb16434cc0af4c98969fe540fadbe (patch) | |
tree | 4d23d0123b5356ad1599d92f391f59d7010c104d /sys/dev/usb/usbdi.h | |
parent | 9b962a4e9b5fedc67b4a99f7e601ead5e560046a (diff) | |
download | FreeBSD-src-bd5b0c32fd2fb16434cc0af4c98969fe540fadbe.zip FreeBSD-src-bd5b0c32fd2fb16434cc0af4c98969fe540fadbe.tar.gz |
MFNetBSD: usb_subr.c (1.87), usbdi.h (1.53)
date: 2001/08/15 00:04:59; author: augustss;
Add a little infrastructure so that individual drivers can easily check
if thee was a vendor+product locator match.
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 a1cbf33..65a483e 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; |