diff options
author | Diego Roversi <diegor@tiscali.it> | 2017-11-18 09:29:45 +0100 |
---|---|---|
committer | Diego Roversi <diegor@tiscali.it> | 2017-11-18 09:29:45 +0100 |
commit | a0e455654fb92b0e6ea39bb101fea7dfbeba26c5 (patch) | |
tree | 26a11833bfc42092ebb81bff945c03116010c0fa /TERES-HID/Descriptors.c | |
parent | 2f9acf73f09e5dc0bbb271f5269a2b58334e0e1e (diff) |
Add reset_key and add_key, to remove duplicated code. Disable touchpad button, to avoid problem with fault button.
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 |