From 3d2c579bc728d025215a135091ba92432f6475a2 Mon Sep 17 00:00:00 2001 From: bparker06 Date: Sun, 28 Jan 2018 20:26:47 -0500 Subject: [PATCH] Change Bliss-Box feature report size per ulao --- tasks/task_autodetect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/task_autodetect.c b/tasks/task_autodetect.c index 163b5fc8bc..09b0ee76c5 100644 --- a/tasks/task_autodetect.c +++ b/tasks/task_autodetect.c @@ -71,7 +71,7 @@ const GUID GUID_NULL = {0, 0, 0, {0, 0, 0, 0, 0, 0, 0, 0}}; /* HID Class-Specific Requests values. See section 7.2 of the HID specifications */ #define USB_HID_GET_REPORT 0x01 #define USB_CTRL_IN LIBUSB_ENDPOINT_IN|LIBUSB_REQUEST_TYPE_CLASS|LIBUSB_RECIPIENT_INTERFACE -#define USB_PACKET_CTRL_LEN 64 +#define USB_PACKET_CTRL_LEN 5 #define USB_TIMEOUT 5000 /* timeout in ms */ /* only one blissbox per machine is currently supported */