This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new c0a6afff11 drivers/usbdev/Kconfig: fix COMPOSITE_VENDORSTR description
c0a6afff11 is described below

commit c0a6afff11d62d8ca462fb28252a27e148f9480e
Author: Michal Lenc <michall...@seznam.cz>
AuthorDate: Mon May 12 13:53:04 2025 +0200

    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 <michall...@seznam.cz>
---
 drivers/usbdev/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/usbdev/Kconfig b/drivers/usbdev/Kconfig
index 5e57ceb039..e1ad9ddde9 100644
--- a/drivers/usbdev/Kconfig
+++ b/drivers/usbdev/Kconfig
@@ -32,7 +32,7 @@ config USBDEV_SUPERSPEED
                Hardware handles super speed operation (USB 3.2)
 
 config USBDEV_EPBUFFER_ALIGNMENT
-       int "The usbdev ep req bffer aligned bytes"
+       int "The usbdev ep req buffer aligned bytes"
        default 0
        ---help---
                The aligned bytes of usbdev ep req buffer
@@ -232,7 +232,7 @@ config COMPOSITE_VENDORID
        default 0x0000
 
 config COMPOSITE_VENDORSTR
-       string "Composite vendor ID"
+       string "Composite vendor string"
        default "NuttX"
        ---help---
                The vendor ID code/string

Reply via email to