diff options
author | thompsa <thompsa@FreeBSD.org> | 2010-03-11 21:50:36 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2010-03-11 21:50:36 +0000 |
commit | f4b85f2b66a6e50e956fde4bbe541d4b4076258e (patch) | |
tree | 987e600bb6e26a16646c0ac23b92a326e81e4975 /sys/dev/usb/usb_device.c | |
parent | 2d4cdf11542385d8643cba57871eed9486746461 (diff) | |
download | FreeBSD-src-f4b85f2b66a6e50e956fde4bbe541d4b4076258e.zip FreeBSD-src-f4b85f2b66a6e50e956fde4bbe541d4b4076258e.tar.gz |
Implement USB kernel driver detach from userland.
Submitted by: Hans Petter Selasky
Diffstat (limited to 'sys/dev/usb/usb_device.c')
-rw-r--r-- | sys/dev/usb/usb_device.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_device.c b/sys/dev/usb/usb_device.c index 5aef59d..d7f0c31 100644 --- a/sys/dev/usb/usb_device.c +++ b/sys/dev/usb/usb_device.c @@ -80,7 +80,6 @@ static void usb_init_endpoint(struct usb_device *, uint8_t, struct usb_endpoint_descriptor *, struct usb_endpoint *); static void usb_unconfigure(struct usb_device *, uint8_t); -static void usb_detach_device(struct usb_device *, uint8_t, uint8_t); static void usb_detach_device_sub(struct usb_device *, device_t *, uint8_t); static uint8_t usb_probe_and_attach_sub(struct usb_device *, |