nuttx/drivers/usbhost
2015-05-04 07:46:13 -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 Another hub-related interface change: Need to pass speed to EP0 2015-04-26 09:53:43 -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: Need to include the port structure when disconnecting, otherwise may destroy a root hub port 2015-05-02 10:44:18 -06:00
usbhost_hub.c Hub: Use usleep instead of up_mdelay 2015-05-04 07:46:13 -06:00
usbhost_registerclass.c USB host drivers: Change all parmeters named class to usbclass to avoid C++ conflicts 2015-01-11 08:05:09 -06:00
usbhost_registry.c USB host drivers: Change all parmeters named class to usbclass to avoid C++ conflicts 2015-01-11 08:05:09 -06:00
usbhost_registry.h Make some file section headers more consistent with standard 2015-04-08 07:15:32 -06:00
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 SAMA5 EHCI: Mostly cosmetic 2015-05-03 08:51:44 -06:00
usbhost_trace.c Make some file section headers more consistent with standard 2015-04-08 07:15:32 -06:00