nuttx/drivers/usbhost
2016-08-29 15:02:15 -06:00
..
.gitignore Clone svn:ignore directory atributed to .gitignore files 2013-04-04 14:27:29 -06:00
hid_parser.c drivers/usbhost/hid_parser.c: Wrong size used in memcpy() 2016-01-25 20:00:11 -06:00
Kconfig Mark USB host compsite feature EXPERMENTAL; update ChangeLog 2016-08-28 14:51:55 -06:00
Make.defs Basic framework that might be used to add USB host support 2016-08-26 09:07:52 -06:00
usbhost_cdcacm.c drivers/: Change some nerr() ERRORS to nwarn() WARNINGS. Anomolous network evernts are not errors. 2016-06-12 08:31:22 -06:00
usbhost_composite.c USB host composite: Save some information that will be needed to create a class-specific configuration. 2016-08-29 15:02:15 -06:00
usbhost_composite.h USB host composite: Several syntactic errors fixed 2016-08-29 07:53:57 -06:00
usbhost_devaddr.c Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 2016-06-11 15:50:49 -06:00
usbhost_enumerate.c Add the logic necessary to abstract the register lookup information for each candiate class 2016-08-27 10:31:18 -06:00
usbhost_findclass.c Replace all occurrences of vdbg with vinfo 2016-06-11 11:59:51 -06:00
usbhost_hidkbd.c Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info(). 2016-06-20 11:59:15 -06:00
usbhost_hidmouse.c Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info(). 2016-06-20 11:59:15 -06:00
usbhost_hub.c Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err(). 2016-06-20 12:44:38 -06:00
usbhost_registerclass.c Replace all occurrences of vdbg with vinfo 2016-06-11 11:59:51 -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 Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err(). 2016-06-20 12:44:38 -06:00
usbhost_storage.c Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err(). 2016-06-20 12:44:38 -06:00
usbhost_trace.c Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00