diff options
| author | Ian Dowse <iedowse@FreeBSD.org> | 2002-12-26 13:25:57 +0000 |
|---|---|---|
| committer | Ian Dowse <iedowse@FreeBSD.org> | 2002-12-26 13:25:57 +0000 |
| commit | 326b4d74c42ee6ebc6e8e69f357758d92474e376 (patch) | |
| tree | ecc64adbd591f513598ceaac04553b88ffd04cda /sys/dev/usb/uhci.c | |
| parent | 4b2d2f604ce614696f8ccebbd97c6be669d3f655 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/uhci.c')
| -rw-r--r-- | sys/dev/usb/uhci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c index c96294a9ccbb..0f577242e752 100644 --- a/sys/dev/usb/uhci.c +++ b/sys/dev/usb/uhci.c @@ -720,6 +720,7 @@ uhci_power(int why, void *v) UHCICMD(sc, cmd & ~UHCI_CMD_EGSM); /* back to normal */ UWRITE2(sc, UHCI_INTR, UHCI_INTR_TOCRCIE | UHCI_INTR_RIE | UHCI_INTR_IOCE | UHCI_INTR_SPIE); /* re-enable intrs */ + UHCICMD(sc, UHCI_CMD_MAXP); uhci_run(sc, 1); /* and start traffic again */ usb_delay_ms(&sc->sc_bus, USB_RESUME_RECOVERY); sc->sc_bus.use_polling--; |
