nuttx/drivers/usbhost
2015-05-05 14:59:03 -06:00
..
.gitignore
hid_parser.c
Kconfig USB hub: Add a configuration option to fallback to polling mode if the the HCD async method does not work. Don't call DRVR_CANCEL twice, and certainly not from the interrupt level. Add so checks so that we do not do some normal asynchronous actions if the hub has been disconnected 2015-04-30 11:30:01 -06:00
Make.defs USB hub: First steps to make interfaces backward compatible 2015-04-20 07:45:11 -06:00
usbhost_devaddr.c USB Host function address calculation needs to reset the 'next' address when an address is released 2015-05-05 14:59:03 -06:00
usbhost_enumerate.c Another hub-related interface change: Need to pass speed to EP0 2015-04-26 09:53:43 -06:00
usbhost_findclass.c USB hub: Minor fix to reduce the amount of debug garbage on console in certain configurations 2015-04-30 13:03:28 -06:00
usbhost_hidkbd.c USB host: Need to include the port structure when disconnecting, otherwise may destroy a root hub port 2015-05-02 10:44:18 -06:00
usbhost_hidmouse.c USB host: Modify the transfer() and asynch() methods so that the actual size of the transfer is returned. Unverified on initial commit. 2015-05-05 13:14:22 -06:00
usbhost_hub.c USB host: Modify the transfer() and asynch() methods so that the actual size of the transfer is returned. Unverified on initial commit. 2015-05-05 13:14:22 -06:00
usbhost_registerclass.c
usbhost_registry.c
usbhost_registry.h
usbhost_skeleton.c USB host: Need to include the port structure when disconnecting, otherwise may destroy a root hub port 2015-05-02 10:44:18 -06:00
usbhost_storage.c USB host: Modify the transfer() and asynch() methods so that the actual size of the transfer is returned. Unverified on initial commit. 2015-05-05 13:14:22 -06:00
usbhost_trace.c