From 7b30750ef5371de32075cba4031d69bf189a0b7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Thu, 10 Mar 2016 14:45:07 +0100 Subject: [PATCH] Bump USB HID version from 1.00 to 1.10 because most devices seem to be using it, so this probably results in maximum compatibility. --- right/usb_descriptor_device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/right/usb_descriptor_device.h b/right/usb_descriptor_device.h index 39828b8..c72cafa 100644 --- a/right/usb_descriptor_device.h +++ b/right/usb_descriptor_device.h @@ -8,7 +8,7 @@ #define USB_DEVICE_RELEASE_NUMBER 0x0101 #define USB_DEVICE_SPECIFICATION_VERSION 0x0200 - #define USB_HID_VERSION 0x0100 + #define USB_HID_VERSION 0x0110 #define USB_DEVICE_CONFIGURATION_COUNT 1 #define USB_REPORT_DESCRIPTOR_COUNT_PER_HID_DEVICE 1