Page 1 of 1

Change name of USB HID device

Posted: Sun Jun 08, 2025 8:54 pm
by pilotguy9853
I am using a ESP-32 S3 board and Tiny USB. I have the board set up to read rotary encoders and simple push button switches and pass this on to the Windows game controller. It works well but the device shows up in the Windows game controller as "TinyUSB HID" (see attached screenshot. I would like to change the name of this device as I will be using more than one and each additional one shows up with the same name.

I have Googled until my eyes are crossing and I would think this would be something fairly simple that most developers would need to do but so far, I have been unsuccessful at finding a solution.

Any help would be greatly appreciated.

Re: Change name of USB HID device

Posted: Tue Jun 10, 2025 10:05 am
by chegewara
You didnt say if you are working with arduino or esp-idf framework.

This was second link in google search
https://docs.espressif.com/projects/esp ... figuration

Re: Change name of USB HID device

Posted: Wed Jun 11, 2025 1:34 pm
by pilotguy9853
Thanks for the reply. I am using the Arduino IDE. I have looked over the document that you sent the link to several times and I will admit, as a newbie to this, I don't really understand how to implement that to change the name in Windows.