diff options
Diffstat (limited to 'TERES-HID/Descriptors.c')
-rw-r--r-- | TERES-HID/Descriptors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TERES-HID/Descriptors.c b/TERES-HID/Descriptors.c index c91e2e0..213e230 100644 --- a/TERES-HID/Descriptors.c +++ b/TERES-HID/Descriptors.c @@ -238,7 +238,7 @@ USB_STRING_DESCRIPTOR(L"Olimex Ltd."); * Descriptor. */ const USB_Descriptor_String_t PROGMEM ProductString = -USB_STRING_DESCRIPTOR(L"TERES Keyboard+Touchpad"); +USB_STRING_DESCRIPTOR(L"TERES Keyboard+Touchpad (drv)"); /** This function is called by the library when in device mode, and must be overridden (see library "USB Descriptors" * documentation) by the application code so that the address and size of a requested descriptor can be given |