From f11b0804e2944184c91f09dbc2a31c938c39f348 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Tue, 25 Sep 2012 11:00:37 +0100 Subject: [PATCH] Whitespace only --- module_usb_audio/endpoint0/descriptors_2.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module_usb_audio/endpoint0/descriptors_2.h b/module_usb_audio/endpoint0/descriptors_2.h index 552f0e8f..4d48fdb5 100644 --- a/module_usb_audio/endpoint0/descriptors_2.h +++ b/module_usb_audio/endpoint0/descriptors_2.h @@ -278,10 +278,11 @@ unsigned char hidReportDescriptor[] = { 0x75, 0x01, /* Report Size (1) */ 0x95, 0x06, /* Report Count (6) */ 0x81, 0x02, /* Input (Data, Var, Abs) */ -0x95, 0x02, /* Report Count (2) */ +0x95, 0x02, /* Report Count (2) */ 0x81, 0x01, /* Input (Cnst, Ary, Abs) */ 0xc0 /* End collection */ }; + #endif #define HID_LENGTH (25*HID_INTERFACES)