mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
Extend boardctl() USB device control to include PL2303 serial
This commit is contained in:
@@ -228,6 +228,9 @@ enum boardioc_usbdev_identifier_e
|
||||
#ifdef CONFIG_CDCACM
|
||||
, BOARDIOC_USBDEV_CDCACM /* CDC/ACM */
|
||||
#endif
|
||||
#ifdef CONFIG_PL2303
|
||||
, BOARDIOC_USBDEV_PL2303 /* PL2303 serial */
|
||||
#endif
|
||||
#ifdef CONFIG_USBMSC
|
||||
, BOARDIOC_USBDEV_MSC /* Mass storage class */
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user