]> 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)
committerWolfgang Denk <wd@denx.de>
Sat, 3 Nov 2007 21:21:01 +0000 (22:21 +0100)
commiteb6f214d3644b2a77968c176ed36dcf858cfe7e0
treeb12e07ff0085c7c7ccd9361c3b09e6b8d341d0a5
parentbbf4796f6498fbade56d56eff3a0a49b299d93e5
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>
common/usb_kbd.c