diff options
author | 2001-01-28 09:43:41 +0000 | |
---|---|---|
committer | 2001-01-28 09:43:41 +0000 | |
commit | c7c0eef52352a7a1942f73770810c9560c6146a3 (patch) | |
tree | fea03472e6c232caad7e6b12e56720205ef35824 /sys/dev/usb/usbdi.c | |
parent | sync (diff) | |
download | wireguard-openbsd-c7c0eef52352a7a1942f73770810c9560c6146a3.tar.xz wireguard-openbsd-c7c0eef52352a7a1942f73770810c9560c6146a3.zip |
Another USB sync with NetBSD. We are still lacking an up-to-date umass(4)
driver. I would appreciate it if someone with the hardware looked into it.
I also have to take a closer look at changes to the USB Ethernet drivers,
as well as import some drivers we are missing (uftdi, if_upl, yap, etc.)
Diffstat (limited to 'sys/dev/usb/usbdi.c')
-rw-r--r-- | sys/dev/usb/usbdi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdi.c b/sys/dev/usb/usbdi.c index 212888b4860..d1392fa8bc8 100644 --- a/sys/dev/usb/usbdi.c +++ b/sys/dev/usb/usbdi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: usbdi.c,v 1.12 2000/11/08 18:10:39 aaron Exp $ */ +/* $OpenBSD: usbdi.c,v 1.13 2001/01/28 09:43:42 aaron Exp $ */ /* $NetBSD: usbdi.c,v 1.77 2000/09/23 21:02:04 augustss Exp $ */ /* $FreeBSD: src/sys/dev/usb/usbdi.c,v 1.28 1999/11/17 22:33:49 n_hibma Exp $ */ @@ -1012,7 +1012,7 @@ usbd_do_request_async(usbd_device_handle dev, usb_device_request_t *req, return (USBD_NORMAL_COMPLETION); } -struct usbd_quirks * +const struct usbd_quirks * usbd_get_quirks(usbd_device_handle dev) { return (dev->quirks); |