alambe94 / I-CUBE-USBD-Composite

Create STM32 USB Composite devices with ease.
MIT License
142 stars 30 forks source link

USB Device Name not shown on Device Manager #27

Open redknight106 opened 1 year ago

redknight106 commented 1 year ago

Is there a way to change the USB device name that is shown on Window device manager.

I've currently setup an ACM + Keyboard + Mouse composite device on my STM32L4 device. When connected to my PC all the new devices have the basic names. For example keyboard is" HID Keyboard Device"

When looking in the usbd_hid_keyboard.h file the following is used #define HID_KEYBOARD_STR_DESC "STM32 USB KEYBOARD"

Have I missed something?

Thank you for your time.