From: Jacob Alexander Date: Sun, 18 Oct 2015 04:03:07 +0000 (-0700) Subject: Typo from the last commit. X-Git-Url: https://git.donarmstrong.com/?p=kiibohd-controller.git;a=commitdiff_plain;h=ea82a2762be253f502bc95376791a6aaa87f4aed Typo from the last commit. --- diff --git a/Output/pjrcUSB/arm/usb_desc.c b/Output/pjrcUSB/arm/usb_desc.c index ee278e8..b7cb735 100644 --- a/Output/pjrcUSB/arm/usb_desc.c +++ b/Output/pjrcUSB/arm/usb_desc.c @@ -297,7 +297,7 @@ static uint8_t sys_ctrl_report_desc[] = { 0x75, 0x10, // Report Size (16), 0x95, 0x01, // Report Count (1), 0x16, 0x01, 0x00, // Logical Minimum (1), - 0x26, 0x9C, 0x02, // Logical Maximum (668), + 0x26, 0x9D, 0x02, // Logical Maximum (669), 0x05, 0x0C, // Usage Page (Consumer), 0x19, 0x01, // Usage Minimum (1), 0x2A, 0x9D, 0x02, // Usage Maximum (669),