diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 2000-01-20 07:38:33 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 2000-01-20 07:38:33 +0000 |
| commit | a6d9a40e8163f779fb153df81631a6ab9f441bb4 (patch) | |
| tree | 257dd3a68bb1d36943d4bed83eff93d8fcaad2c7 /sys/dev/usb/uhub.c | |
| parent | a5c3c93893fc8aca96d072a8e84d3602c6ed194a (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/uhub.c')
| -rw-r--r-- | sys/dev/usb/uhub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/uhub.c b/sys/dev/usb/uhub.c index f8d9c2acd4cb..a0087de3daed 100644 --- a/sys/dev/usb/uhub.c +++ b/sys/dev/usb/uhub.c @@ -237,7 +237,7 @@ USB_ATTACH(uhub) err = usbd_open_pipe_intr(iface, ed->bEndpointAddress, USBD_SHORT_XFER_OK, &sc->sc_ipipe, sc, sc->sc_status, - sizeof(sc->sc_status), uhub_intr); + sizeof(sc->sc_status), uhub_intr, USBD_DEFAULT_INTERVAL); if (err) { printf("%s: cannot open interrupt pipe\n", USBDEVNAME(sc->sc_dev)); |
