]> xenbits.xensource.com Git - people/andrewcoop/seabios.git/commit
Fix OHCI keyboard repeat key issue.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 29 May 2011 13:48:28 +0000 (09:48 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 29 May 2011 13:48:28 +0000 (09:48 -0400)
commit3cabf78a971e1113edb07f94b80a9a631d27e1a5
tree40582c2352fd536790c8e3a5a70d719622902faf
parentcdf76c2073c785c4c0af4a29751769bf89114252
Fix OHCI keyboard repeat key issue.

Mask toggleCarry and Halted flags in endpoint descriptor dword #2 so that
the remaining head pointer field is valid for comparing with the next
pointer.

Signed-off-by: Scott Duplichan <scott@notabs.org>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/usb-ohci.c