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/ums.c | |
| parent | a5c3c93893fc8aca96d072a8e84d3602c6ed194a (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/ums.c')
| -rw-r--r-- | sys/dev/usb/ums.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/ums.c b/sys/dev/usb/ums.c index f48f6a12cc78..3eed7aa2fe12 100644 --- a/sys/dev/usb/ums.c +++ b/sys/dev/usb/ums.c @@ -553,7 +553,8 @@ ums_enable(v) /* Set up interrupt pipe. */ err = usbd_open_pipe_intr(sc->sc_iface, sc->sc_ep_addr, USBD_SHORT_XFER_OK, &sc->sc_intrpipe, sc, - sc->sc_ibuf, sc->sc_isize, ums_intr); + sc->sc_ibuf, sc->sc_isize, ums_intr, + USBD_DEFAULT_INTERVAL); if (err) { DPRINTF(("ums_enable: usbd_open_pipe_intr failed, error=%d\n", err)); |
