Fix to HID device mode Class driver, so that new reports are compared against the...
[pub/USBasp.git] / Demos / Device / ClassDriver / KeyboardMouse / KeyboardMouse.c
index 241553c..45a2c52 100644 (file)
@@ -50,8 +50,6 @@ USB_ClassInfo_HID_Device_t Keyboard_HID_Interface =
 \r
                                .ReportINEndpointNumber  = KEYBOARD_IN_EPNUM,\r
                                .ReportINEndpointSize    = HID_EPSIZE,\r
-                               \r
-                               .ReportINBufferSize      = sizeof(USB_KeyboardReport_Data_t),\r
                        },\r
        };\r
        \r
@@ -68,8 +66,6 @@ USB_ClassInfo_HID_Device_t Mouse_HID_Interface =
 \r
                                .ReportINEndpointNumber  = MOUSE_IN_EPNUM,\r
                                .ReportINEndpointSize    = HID_EPSIZE,\r
-\r
-                               .ReportINBufferSize      = sizeof(USB_MouseReport_Data_t),\r
                        },\r
                        \r
                .State =\r