Fixed Mouse and Keyboard device demos not acting in accordance with the HID specifica...
authorDean Camera <dean@fourwalledcubicle.com>
Tue, 12 May 2009 08:28:02 +0000 (08:28 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Tue, 12 May 2009 08:28:02 +0000 (08:28 +0000)
commit958a1b4e2bffdc548b34edd322d30cec5d5feacd
tree26ae804ec69ffb4f1c0e788eed9d3411b215a55c
parentea743970951cbcd6d5206b3136de8c9eb90298a5
Fixed Mouse and Keyboard device demos not acting in accordance with the HID specification for idle periods (thanks to Brian Dickman).

Removed support for endpoint/pipe non-control interrupts; these did not act in the way users expected, and had many subtle issues.
23 files changed:
Demos/Device/GenericHID/GenericHID.c
Demos/Device/GenericHID/GenericHID.txt
Demos/Device/Keyboard/Keyboard.c
Demos/Device/Keyboard/Keyboard.h
Demos/Device/Keyboard/Keyboard.txt
Demos/Device/MassStorage/MassStorage.c
Demos/Device/Mouse/Mouse.c
Demos/Device/Mouse/Mouse.h
Demos/Device/Mouse/Mouse.txt
Demos/Device/RNDISEthernet/RNDISConstants.h
Demos/Host/GenericHIDHost/GenericHIDHost.c
Demos/Host/GenericHIDHost/GenericHIDHost.txt
Demos/Host/KeyboardHost/KeyboardHost.c
Demos/Host/KeyboardHost/KeyboardHost.txt
Demos/Host/MouseHost/MouseHost.c
Demos/Host/MouseHost/MouseHost.txt
Demos/OTG/TestApp/TestEvents.c
LUFA.pnproj
LUFA/ChangeLog.txt
LUFA/Drivers/USB/LowLevel/Endpoint.h
LUFA/Drivers/USB/LowLevel/HostChapter9.c
LUFA/Drivers/USB/LowLevel/Pipe.h
LUFA/MigrationInformation.txt