I wrote a firmware to a USB device that uses the generic HID class for communicating with the host PC.
When connecting the device to the PC, it shows the hard-coded string I put in the firmware, but after the driver installation is over (using the generic Windows driver), the device's name is changed to a generic "USB Input Device".
How can I rename the device back?