On 11/28/13 06:56, Nick Hudson wrote:
Module Name: src Committed By: skrll Date: Thu Nov 28 06:56:36 UTC 2013 Modified Files: src/sys/external/bsd/dwc2: dwc2.c Log Message: Drop the intr_lock when calling usb_schedsoftintr so that we don't lock against ourself in dwc2_softintr in the polling case.
With this change I can use usb keyboard in ddb on my RPI now. Nick