From 241ce9dbccbfd2ee3db2d478b687530c5ff4c617 Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Thu, 17 Apr 2014 02:24:05 +0200 Subject: use descriptor from usb pid spec. does not work! --- usbdrv/usbconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usbdrv') diff --git a/usbdrv/usbconfig.h b/usbdrv/usbconfig.h index a0e19f1..0bb8b04 100644 --- a/usbdrv/usbconfig.h +++ b/usbdrv/usbconfig.h @@ -279,7 +279,7 @@ section at the end of this file). * HID class is 3, no subclass and protocol required (but may be useful!) * CDC class is 2, use subclass 2 and protocol 1 for ACM */ -#define USB_CFG_HID_REPORT_DESCRIPTOR_LENGTH 56 +#define USB_CFG_HID_REPORT_DESCRIPTOR_LENGTH 862 /* Define this to the length of the HID report descriptor, if you implement * an HID device. Otherwise don't define it or define it to 0. * If you use this define, you must add a PROGMEM character array named -- cgit v1.2.3