The AdaFruit 'Trinket' library identifies itself as "Trinket HID Combo" when using as USB Keyboard. Is it possible to change this name to more useful name (with some code, constant etc)?
I'm using Arduino 1.0.4 IDE. Take a look in the source of this library but cannot find this name hard coded.
Any ideas to override this?
You have to change the Trinket library.
Search for USB_CFG_DEVICE_NAME in usbconfig.h
Here is the reference to the adafruit library: Adafruit-Trinket-USB