Searched hist:"9 d524485" (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/dev/usb/ |
H A D | ehcireg.h | diff 9d524485 Sun Oct 02 06:36:39 GMT 2016 kettenis <kettenis@openbsd.org> Save and restore the (non-standard) USBMODE register around a reset of the controller. This register controls whether the controller is in device or host mode on many dual role controllers and gets reset during a reset of the controller, placing the controller in (non-functional) idle mode. By saving and restoring it, we keep the controller in host mode. Since this is a non-standard register, add a new EHCIF_USBMODE flag and only do the save and restore if it has been set.
Makes the upper "OTG" port of the Cubox-i work.
ok mpi@, jsg@
|
H A D | ehcivar.h | diff 9d524485 Sun Oct 02 06:36:39 GMT 2016 kettenis <kettenis@openbsd.org> Save and restore the (non-standard) USBMODE register around a reset of the controller. This register controls whether the controller is in device or host mode on many dual role controllers and gets reset during a reset of the controller, placing the controller in (non-functional) idle mode. By saving and restoring it, we keep the controller in host mode. Since this is a non-standard register, add a new EHCIF_USBMODE flag and only do the save and restore if it has been set.
Makes the upper "OTG" port of the Cubox-i work.
ok mpi@, jsg@
|
H A D | ehci.c | diff 9d524485 Sun Oct 02 06:36:39 GMT 2016 kettenis <kettenis@openbsd.org> Save and restore the (non-standard) USBMODE register around a reset of the controller. This register controls whether the controller is in device or host mode on many dual role controllers and gets reset during a reset of the controller, placing the controller in (non-functional) idle mode. By saving and restoring it, we keep the controller in host mode. Since this is a non-standard register, add a new EHCIF_USBMODE flag and only do the save and restore if it has been set.
Makes the upper "OTG" port of the Cubox-i work.
ok mpi@, jsg@
|