incubator-nuttx/drivers/usbdev
Gregory Nutt f1671bb6a7 Alloc CONFIG_FS_READABLE/WRITABLE to be defined in Kconfig files while preserving backward compatibility with legacy configurations (for the time being) 2013-11-15 09:49:27 -06:00
..
Kconfig Alloc CONFIG_FS_READABLE/WRITABLE to be defined in Kconfig files while preserving backward compatibility with legacy configurations (for the time being) 2013-11-15 09:49:27 -06:00
Make.defs Extend USB trace logic. When we are configured to decode and stringify trace data, de-stringification support is not included for class driver trace output 2013-09-06 17:24:02 -06:00
cdcacm.c Correct unitialization of composite USB device. A stale pointer was being reused. From David Sidrane 2013-11-05 09:12:08 -06:00
cdcacm.h Fix CDC/ACM alternate interface number (from Antti) 2012-04-11 14:47:25 +00:00
cdcacm_desc.c Use a valid interval for the interrupt endpoint in the CDC/ACM driver 2013-09-22 11:35:44 -06:00
composite.c Correct unitialization of composite USB device. A stale pointer was being reused. From David Sidrane 2013-11-05 09:12:08 -06:00
composite.h Names of some USB device definitions changed to avoid collisions 2013-09-20 10:00:30 -06:00
composite_desc.c Names of some USB device definitions changed to avoid collisions 2013-09-20 10:00:30 -06:00
pl2303.c Names of some USB device definitions changed to avoid collisions 2013-09-20 10:00:30 -06:00
usbdev_strings.c Extend USB trace logic. When we are configured to decode and stringify trace data, de-stringification support is not included for class driver trace output 2013-09-06 17:24:02 -06:00
usbdev_trace.c Add syslog.h; rename lib_rawprintf() to syslog() 2013-01-28 21:55:16 +00:00
usbdev_trprintf.c Extend USB trace logic. When we are configured to decode and stringify trace data, de-stringification support is not included for class driver trace output 2013-09-06 17:24:02 -06:00
usbmsc.c Correct unitialization of composite USB device. A stale pointer was being reused. From David Sidrane 2013-11-05 09:12:08 -06:00
usbmsc.h Names of some USB device definitions changed to avoid collisions 2013-09-20 10:00:30 -06:00
usbmsc_desc.c Names of some USB device definitions changed to avoid collisions 2013-09-20 10:00:30 -06:00
usbmsc_scsi.c Need to lock mutex before signal 2013-11-02 08:10:24 -06:00