nuttx/drivers/usbhost
Brennan Ashton 3ebcd045b5 usb: Do not try to print verbose trace when disabled
Right now if usb tracing is enabled but verbose is disabled
a debug assert will be triggered when ever a verbose trace point
is hit.  Instead of trying to print the NULL message, just return
early.

Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
2020-11-22 21:24:59 -08:00
..
hid_parser.c drivers/usbhost/hid_parser.c: nxstyle fixes 2020-08-03 22:52:31 -05:00
Kconfig Added USB MSC state change notifier in notifier work queue. 2020-08-09 11:54:04 -06:00
Make.defs Add support to CDC-MBIM USB host driver 2020-06-15 07:13:21 -06:00
usbhost_cdcacm.c global change: fix tools/checkpatch.sh warnnings 2020-04-09 10:29:28 -06:00
usbhost_cdcmbim.c sched/wdog: Remove MAX_WDOGPARMS and related stuff 2020-08-14 08:19:50 -06:00
usbhost_composite.c Correct more improper use of malloc(), zalloc(), and free() 2020-08-04 20:41:43 +01:00
usbhost_composite.h Fix some typographical errors. 2018-09-14 06:55:45 -06:00
usbhost_devaddr.c Check return from nxsem_wait_initialize() 2020-03-30 21:53:12 +01:00
usbhost_enumerate.c drivers/usbhost/usbhost_enumerate.c: Fix a syslog format 2020-11-22 19:01:05 -08:00
usbhost_findclass.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
usbhost_ft232r.c drivers/usbhost/usbhost_ft232r.c: Cosmetic 2020-05-28 21:17:58 +01:00
usbhost_hidkbd.c pollnotify: we should send poll events before semaphore incrementes. 2020-10-26 08:27:09 -03:00
usbhost_hidmouse.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
usbhost_hub.c Added another usbid with proto = 1 (HighSpeed Hub). Nxstyle fixes. 2020-08-09 16:12:18 -03:00
usbhost_max3421e.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
usbhost_registerclass.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -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 Check return from nxsem_wait_initialize() 2020-03-30 21:53:12 +01:00
usbhost_storage.c drivers/usbhost/usbhost_storage.c: Fix a syslog format 2020-11-22 19:01:05 -08:00
usbhost_trace.c usb: Do not try to print verbose trace when disabled 2020-11-22 21:24:59 -08:00
usbhost_xboxcontroller.c Char drivers should return -ENOTTY if CMD is not recognized 2020-06-06 14:51:02 -03:00