From 72932e278000c7086073a28639e3cfae06e39eb3 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 30 Jul 2009 14:35:42 +0000 Subject: Fix to HID device mode Class driver, so that new reports are compared against the old, and updated reports made within the idle period are sent immediately to the host. --- Demos/Device/ClassDriver/GenericHID/GenericHID.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'Demos/Device/ClassDriver/GenericHID') diff --git a/Demos/Device/ClassDriver/GenericHID/GenericHID.c b/Demos/Device/ClassDriver/GenericHID/GenericHID.c index 72063b6fa..b04f7af76 100644 --- a/Demos/Device/ClassDriver/GenericHID/GenericHID.c +++ b/Demos/Device/ClassDriver/GenericHID/GenericHID.c @@ -48,8 +48,6 @@ USB_ClassInfo_HID_Device_t Generic_HID_Interface = .ReportINEndpointNumber = GENERIC_IN_EPNUM, .ReportINEndpointSize = GENERIC_EPSIZE, - - .ReportINBufferSize = GENERIC_REPORT_SIZE, }, }; -- cgit v1.2.3