nuttx/drivers/usbdev
Oleg Evseev 794ecbfd86 Use struct instead of pointer to the struct as sizeof argument in memset in usbmsc.c
Otherwise it leads to error: argument to 'sizeof' in 'memset' call is the same pointer type 'struct usbmsc_lun_s *' as the destination
2017-06-19 19:45:35 +03:00
..
cdcacm_desc.c drivers/: Fixes to spacing and alignement 2015-10-10 10:41:00 -06:00
cdcacm.c BugFix:uart_ops_s portion of cdcacm will not be initalized with correct functions if CONFIG_SERIAL_DMA is lit. 2016-12-17 04:29:41 -10:00
cdcacm.h Back part of a previous CDC/ACM change. Improve some Kconfig comments. 2016-03-19 12:45:33 -06:00
composite_desc.c Names of some USB device definitions changed to avoid collisions 2013-09-20 10:00:30 -06:00
composite.c Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
composite.h USB composite: Fix some errors in conditional compilation 2016-03-19 08:08:40 -06:00
Kconfig Eliminate use of apps/system/usbmonitor. Use drivers/usbmonitor instead. 2016-06-30 13:09:22 -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
pl2303.c Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
usbdev_strings.c USBMSC: Fix usbtrace() string. 2016-07-23 20:10:20 -07:00
usbdev_trace.c Remove some last traces of lowvsyslog that were missed; Add a SYSLOG emergency channel for handling assertion output more cleanly 2016-06-20 16:11:50 -06:00
usbdev_trprintf.c Standardize the width of all comment boxes in C files 2015-10-03 07:25:53 -06:00
usbmsc_desc.c Fix some spacing problems 2015-10-04 15:04:00 -06:00
usbmsc_scsi.c USBMSC: Fix a wrong lun number issue 2017-04-24 09:48:49 +09:00
usbmsc.c Use struct instead of pointer to the struct as sizeof argument in memset in usbmsc.c 2017-06-19 19:45:35 +03:00
usbmsc.h Cosmetic 2017-05-30 12:04:48 -06:00