]> git.baikalelectronics.ru Git - kernel.git/commit
input/hid: Supporting more keys from the HUT Consumer Page
authorFlorian Festi <ffesti@redhat.com>
Thu, 14 Dec 2006 10:59:11 +0000 (11:59 +0100)
committerJiri Kosina <jkosina@suse.cz>
Thu, 14 Dec 2006 12:37:24 +0000 (13:37 +0100)
commit4a9d256817a0c2ded7ef3396c0dbdef676577202
treec395fd94ceeef16eb3a762b5606bd5b54d147ff3
parentbae01020f17c576a094dabae8b99945af47b5344
input/hid: Supporting more keys from the HUT Consumer Page

On USB keyboards lots of hot/internet keys are not working. This patch
adds support for a number of keys from the USB HID Usage Table
(http://www.usb.org/developers/devclass_docs/Hut1_12.pdf).

It also adds several new key codes. Most of them are used on real world
keyboards I know. I added some others (KEY_+ EDITOR, GRAPHICSEDITOR, DATABASE,
NEWS, VOICEMAIL, VIDEOPHONE) to avoid "holes".

I also added KEY_ZOOMRESET as it is possible to have a inet keyboard and a
remote control  in parallel and it makes sense to have them behave differently.

Signed-off-by: Florian Festi <ffesti@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-input.c
include/linux/input.h