diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-07-30 14:35:42 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-07-30 14:35:42 +0000 |
| commit | 6ba7e9e96d86819a418d136da5e243f1b33da12f (patch) | |
| tree | 8fd1350e0f1029cdd0dd0ee715be35774f516a97 /Demos/Device/ClassDriver/Mouse | |
| parent | e4ff62f7f92ce3877332c7ee3d7d3e24e5ac42a7 (diff) | |
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.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@704 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/ClassDriver/Mouse')
| -rw-r--r-- | Demos/Device/ClassDriver/Mouse/Mouse.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Demos/Device/ClassDriver/Mouse/Mouse.c b/Demos/Device/ClassDriver/Mouse/Mouse.c index 4bb1fa1d..44894340 100644 --- a/Demos/Device/ClassDriver/Mouse/Mouse.c +++ b/Demos/Device/ClassDriver/Mouse/Mouse.c @@ -48,8 +48,6 @@ USB_ClassInfo_HID_Device_t Mouse_HID_Interface = .ReportINEndpointNumber = MOUSE_EPNUM,
.ReportINEndpointSize = MOUSE_EPSIZE,
-
- .ReportINBufferSize = sizeof(USB_MouseReport_Data_t),
},
};
|
