]> xenbits.xensource.com Git - people/andrewcoop/seabios.git/commit
kbd: Ignore fake shift keys
authorKevin O'Connor <kevin@koconnor.net>
Mon, 5 Sep 2016 15:56:03 +0000 (11:56 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Mon, 12 Sep 2016 14:22:10 +0000 (10:22 -0400)
commit6cd69b75ead91fea625951cb7d89ad47e94137d7
tree6518c195771669bb96f6869dc36ac7cca81271bd
parentfec2140c8601afae0ce997ffa7674d1dbd12de01
kbd: Ignore fake shift keys

AT keyboards can produce "fake" shift keys on some extended events.
It's not necessary to process these artificial events as the actual
extended keys are detected directly.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/kbd.c