Fix to HID device mode Class driver, so that new reports are compared against the...
authorDean Camera <dean@fourwalledcubicle.com>
Thu, 30 Jul 2009 14:35:42 +0000 (14:35 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Thu, 30 Jul 2009 14:35:42 +0000 (14:35 +0000)
commit72932e278000c7086073a28639e3cfae06e39eb3
tree8fd1350e0f1029cdd0dd0ee715be35774f516a97
parentec079c71d89913dd4823fe7ecf22d0d3f42b1e6d
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/CDC/CDC.c
Demos/Device/ClassDriver/GenericHID/GenericHID.c
Demos/Device/ClassDriver/Joystick/Joystick.c
Demos/Device/ClassDriver/Keyboard/Keyboard.c
Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.c
Demos/Device/ClassDriver/Mouse/Mouse.c
LUFA/Drivers/USB/Class/Device/HID.c
LUFA/Drivers/USB/Class/Device/HID.h
Projects/Magstripe/Magstripe.c