Fix double oops -- Host mode settle delay was still being ignored due to inverted...
authorDean Camera <dean@fourwalledcubicle.com>
Fri, 4 Dec 2009 02:06:38 +0000 (02:06 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Fri, 4 Dec 2009 02:06:38 +0000 (02:06 +0000)
commit7e86387958555c489ec8a397b463c437be24e1fd
tree1f329ab5156ce16e4aa19aed19713ee475b6b586
parenta925407588726cf6c0587e932b56b3b6257529e0
Fix double oops -- Host mode settle delay was still being ignored due to inverted logic, HID Parser was assigning the usage Min/Max usage value to the report item's collection path rather than the report item itself.
LUFA/Drivers/USB/Class/Host/HIDParser.c
LUFA/Drivers/USB/LowLevel/Host.c