]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: add numeric keypad support to HID driver
authorVincent Palatin <vpalatin@chromium.org>
Mon, 9 Jan 2012 12:59:36 +0000 (12:59 +0000)
committerWolfgang Denk <wd@denx.de>
Sat, 3 Mar 2012 15:56:15 +0000 (16:56 +0100)
commitd53da847cf274b8fd3ea362a3dfff68ea6206613
tree81756728624564690f675c95a6a1e62435b3a0fc
parent3d17308e405e6a3eb4de869b36218d2f95c0e546
usb: add numeric keypad support to HID driver

When keys are pressed on the numeric keypad, emit key codes for the numbers,
operators, dot and enter.

Signed-off-by: Vincent Palatin <vpalatin@chromium.org>
common/usb_kbd.c