Module Name: src Committed By: jmcneill Date: Sat Jul 30 20:05:36 UTC 2011
Modified Files: src/sys/dev/usb: ohci.c usbdi.c Log Message: PR# port-i386/18818: cannot enter ddb with usb keyboard - ohci: when polling, make sure sc_eintrs has the OHCI_WDH flag set otherwise ohci_intr1 won't actually read data - usbdi: kick the host controller by calling its soft_intr callback when switching out of polling mode too DDB with a USB keyboard works for me now with ohci. To generate a diff of this commit: cvs rdiff -u -r1.216 -r1.217 src/sys/dev/usb/ohci.c cvs rdiff -u -r1.132 -r1.133 src/sys/dev/usb/usbdi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.