summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usbdi.c
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>2001-07-05 10:12:59 +0000
committern_hibma <n_hibma@FreeBSD.org>2001-07-05 10:12:59 +0000
commit60099359c243e7eea92b1b5c026a423abd00b595 (patch)
tree0df10f0e8ccd9a71f18fdbed27992d4e568b0bdb /sys/dev/usb/usbdi.c
parent50549aff55be61754ae5f0d122d4a46e81618888 (diff)
downloadFreeBSD-src-60099359c243e7eea92b1b5c026a423abd00b595.zip
FreeBSD-src-60099359c243e7eea92b1b5c026a423abd00b595.tar.gz
Pull in the most recent version of usb_quirks.h and propagate the necessary
changes to the various files. Also, pull in most of the current usb_subr.c file.
Diffstat (limited to 'sys/dev/usb/usbdi.c')
-rw-r--r--sys/dev/usb/usbdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdi.c b/sys/dev/usb/usbdi.c
index 6203e8a..9acffce 100644
--- a/sys/dev/usb/usbdi.c
+++ b/sys/dev/usb/usbdi.c
@@ -1047,7 +1047,7 @@ usbd_do_request_async(dev, req, data)
return (USBD_NORMAL_COMPLETION);
}
-struct usbd_quirks *
+const struct usbd_quirks *
usbd_get_quirks(dev)
usbd_device_handle dev;
{
OpenPOWER on IntegriCloud