summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_subr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/usb_subr.c')
-rw-r--r--sys/dev/usb/usb_subr.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_subr.c b/sys/dev/usb/usb_subr.c
index b02be19..11f2e03 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);
}
OpenPOWER on IntegriCloud