]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix the issue of usb_kbd driver missing the scan code of key 'z'.
authorZhang Wei <wei.zhang@freescale.com>
Thu, 25 Oct 2007 09:51:27 +0000 (17:51 +0800)
committerMarkus Klotzbuecher <mk@denx.de>
Wed, 31 Oct 2007 09:08:21 +0000 (10:08 +0100)
commitb5af773f8d92677e06f3295b45557c9d0a487c24
treebb9e3361f125bdef08037e1d12c8a636683ccfad
parent85ac988e86f9414fa645b0148dc66c3520a1eb84
Fix the issue of usb_kbd driver missing the scan code of key 'z'.

The scan code of the key 'z' is 0x1d, which should be handled.

The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
controller.

Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
Signed-off-by: Markus Klotzbuecher <mk@denx.de>
common/usb_kbd.c