diff options
| author | Andrew Thompson <thompsa@FreeBSD.org> | 2010-06-22 20:57:48 +0000 |
|---|---|---|
| committer | Andrew Thompson <thompsa@FreeBSD.org> | 2010-06-22 20:57:48 +0000 |
| commit | a4cadedb58732247495654bdc9dafaee55c4150d (patch) | |
| tree | 309d928489f1ea66c71c2f1880e5b0478ac9dd21 /sys/dev/usb/controller/uhci.c | |
| parent | ca9d2489c685b47fb38c1fed62de511807159e4e (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/controller/uhci.c')
| -rw-r--r-- | sys/dev/usb/controller/uhci.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/usb/controller/uhci.c b/sys/dev/usb/controller/uhci.c index f87907c4925e2..50fdb0d1e8688 100644 --- a/sys/dev/usb/controller/uhci.c +++ b/sys/dev/usb/controller/uhci.c @@ -3068,9 +3068,7 @@ uhci_ep_init(struct usb_device *udev, struct usb_endpoint_descriptor *edesc, } break; case UE_BULK: - if (udev->speed != USB_SPEED_LOW) { - ep->methods = &uhci_device_bulk_methods; - } + ep->methods = &uhci_device_bulk_methods; break; default: /* do nothing */ |
