From a0e455654fb92b0e6ea39bb101fea7dfbeba26c5 Mon Sep 17 00:00:00 2001 From: Diego Roversi Date: Sat, 18 Nov 2017 09:29:45 +0100 Subject: Add reset_key and add_key, to remove duplicated code. Disable touchpad button, to avoid problem with fault button. --- TERES-HID/Descriptors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TERES-HID/Descriptors.c') 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 -- cgit v1.2.3