incubator-nuttx/drivers/usbhost
Gregory Nutt 9e1c72e3e2 Add basic board build configurat for the SAML21 Xplained. Initial commit is jsut the SAMD20 Xplained with name changes and does not yet build 2015-05-18 13:16:32 -06:00
..
.gitignore Clone svn:ignore directory atributed to .gitignore files 2013-04-04 14:27:29 -06:00
Kconfig Add basic board build configurat for the SAML21 Xplained. Initial commit is jsut the SAMD20 Xplained with name changes and does not yet build 2015-05-18 13:16:32 -06:00
Make.defs drivers/usbhost: Add initial implementatino of a host-side CDC/ACM driver. Completely untested on initial commit (2015-05-06). 2015-05-06 12:49:00 -06:00
hid_parser.c More trailing whilespace removal 2014-04-13 14:32:20 -06:00
usbhost_cdcacm.c Clean up some logic in the CDC/ACM host drivers. Test with some other host controller drivers. There are lots of problems. 2015-05-14 10:22:08 -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 Use sched_kfree() instead of kmm_free() 2015-05-08 12:03:45 -06:00
usbhost_hidmouse.c Use sched_kfree() instead of kmm_free() 2015-05-08 12:03:45 -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 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: More fixes from last changes.. MSC block read and write must again return number of blocks on success. Fix numerous places where the assumption the ret == OK means success. Since the transfer method now returns the number of byte transfered, the correct test for success is ret >= 0 2015-05-05 15:48:48 -06:00
usbhost_storage.c Use sched_kfree() instead of kmm_free() 2015-05-08 12:03:45 -06:00
usbhost_trace.c Make some file section headers more consistent with standard 2015-04-08 07:15:32 -06:00