nuttx/drivers/usbdev
Wolfgang Reissnegger 4f83d58b24 USBMSC: Fix reversed logic on waiting for SCSI thread start.
The scsi thread was waiting for the wrong condition.

However, this was masked by the fact that the code creating the scsi thread
was also holding usbmsc_scsi_lock(priv) while initializing data, hence this
lock synchronized the scsi thread start with init completion.
2016-07-23 20:11:00 -07:00
..
cdcacm_desc.c drivers/: Fixes to spacing and alignement 2015-10-10 10:41:00 -06:00
cdcacm.c cdcacm_unbind leaks write request objects. This arises due to freeing the 2016-07-07 12:02:23 -05: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 reversed logic on waiting for SCSI thread start. 2016-07-23 20:11:00 -07:00
usbmsc.c Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
usbmsc.h Fix several defien -> define. Thanks Pierre 2015-05-13 06:33:17 -06:00