mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +08:00
drivers/usbdev/Kconfig: fix COMPOSITE_VENDORSTR description
Option COMPOSITE_VENDORSTR should be described as composite vendor string, not vendor id. This is consistent with other USB devices. Also fixes a typo in USBDEV_EPBUFFER_ALIGNMENT. Signed-off-by: Michal Lenc <michallenc@seznam.cz>
This commit is contained in:
@@ -32,7 +32,7 @@ config USBDEV_SUPERSPEED
|
|||||||
Hardware handles super speed operation (USB 3.2)
|
Hardware handles super speed operation (USB 3.2)
|
||||||
|
|
||||||
config USBDEV_EPBUFFER_ALIGNMENT
|
config USBDEV_EPBUFFER_ALIGNMENT
|
||||||
int "The usbdev ep req bffer aligned bytes"
|
int "The usbdev ep req buffer aligned bytes"
|
||||||
default 0
|
default 0
|
||||||
---help---
|
---help---
|
||||||
The aligned bytes of usbdev ep req buffer
|
The aligned bytes of usbdev ep req buffer
|
||||||
@@ -232,7 +232,7 @@ config COMPOSITE_VENDORID
|
|||||||
default 0x0000
|
default 0x0000
|
||||||
|
|
||||||
config COMPOSITE_VENDORSTR
|
config COMPOSITE_VENDORSTR
|
||||||
string "Composite vendor ID"
|
string "Composite vendor string"
|
||||||
default "NuttX"
|
default "NuttX"
|
||||||
---help---
|
---help---
|
||||||
The vendor ID code/string
|
The vendor ID code/string
|
||||||
|
|||||||
Reference in New Issue
Block a user