zephyr/usb/class
Jithu Joseph 93f8009eb6 usb/cdc_acm : Unsupported functions return error code
Poll functions were not implemented for the cdc_acm
USB uart since the underlying USB device controller
always uses interrupts.
We return -ENOTSUP and 0 rather than leaving unimplemented.

Jira: ZEP-595

Change-Id: I02d9e693694d03296da3c815cdda53f151e06f6d
Signed-off-by: Jithu Joseph <jithu.joseph@intel.com>
2016-08-05 20:39:10 +00:00
..
Kconfig sys_log: replace USB CDC ACM Device Class Driver debug macros 2016-07-31 18:13:27 +00:00
Makefile
cdc_acm.c usb/cdc_acm : Unsupported functions return error code 2016-08-05 20:39:10 +00:00
cdc_acm.h