mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 09:49:21 +08:00
usbdev-composite: In the device descriptor, 0xEF means use of IAD
Signed-off-by: sunkun3 <sunkun3@xiaomi.com>
This commit is contained in:
parent
1b0ab4c0f7
commit
e872610071
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ static const struct usb_devdesc_s g_devdesc =
|
|||
LSBYTE(0x0200),
|
||||
MSBYTE(0x0200)
|
||||
},
|
||||
#ifndef CONFIG_COMPOSITE_IAD
|
||||
#ifdef CONFIG_COMPOSITE_IAD
|
||||
USB_CLASS_MISC, /* classid */
|
||||
2, /* subclass */
|
||||
1, /* protocol */
|
||||
|
|
Loading…
Reference in a new issue