Change the way that contactless IOCTL commands are defined. All IOCTL commands must be unique.

This commit is contained in:
Gregory Nutt
2016-08-31 11:30:22 -06:00
parent 4b0e8e56cf
commit 7ea9632592
8 changed files with 117 additions and 108 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ config USBHOST_COMPOSITE_STRICT
If selected, then the composite device will not be enumerated unless
every member class in the composite is supported. If not selected
then, for example, you could use the CDC/ACM interface of the device
with not support for the other interfaces.
with no support for the other interfaces.
config USBHOST_MSC
bool "Mass Storage Class Support"