diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 1999-03-22 19:58:59 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 1999-03-22 19:58:59 +0000 |
| commit | 83fac6ab3f0262ed695fbee0951605a1a85ab82b (patch) | |
| tree | 8f8b03afbd7e43263bdee89b06852c263ea6d865 /sys/dev/usb/usb_subr.c | |
| parent | 86df1e04ccf4207c03feb479f160c55217175334 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/usb_subr.c')
| -rw-r--r-- | sys/dev/usb/usb_subr.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_subr.c b/sys/dev/usb/usb_subr.c index b02be19bf439..11f2e03648b6 100644 --- a/sys/dev/usb/usb_subr.c +++ b/sys/dev/usb/usb_subr.c @@ -794,6 +794,8 @@ usbd_probe_and_attach(parent, dev, port, addr) found++; ifaces[i] = 0; /* consumed */ #elif defined(__FreeBSD__) + /* XXX FreeBSD can't handle multiple intfaces + * on 1 device yet */ return (USBD_NORMAL_COMPLETION); #endif } @@ -972,7 +974,7 @@ usbd_new_device(parent, bus, depth, lowspeed, port, up) usbd_remove_device(dev, up); return (r); } - + return (USBD_NORMAL_COMPLETION); } |
