HID: update key codes for Apple aluminium
authorMichael Hanselmann <linux-kernel@hansmi.ch>
Mon, 17 Mar 2008 21:23:52 +0000 (22:23 +0100)
committerJiri Kosina <jkosina@suse.cz>
Tue, 18 Mar 2008 10:20:33 +0000 (11:20 +0100)
commit07146648bc6ea8b1530644c8a41bef55f1b2d952
treec0d994317edfe2fd22965d57d02aa4aac08211e4
parentdfd347f09c66beed2ae621aad5fd75535b1838d4
HID: update key codes for Apple aluminium

F5 and F6 have no second function printed on them. Thus their definitions have
been removed from the table.

KEY_CYCLEWINDOWS doesn't name the function of Mac OS X' Expose properly and
because we couldn't find a better key code, we decided to use KEY_FN_F4
instead.

We also changed KEY_BACK and KEY_FORWARD, which apply to browser functions, to
KEY_PREVIOUSSONG and KEY_NEXTSONG, since the keys are intended to control a
music player.

Signed-off-by: Michael Hanselmann <linux-kernel@hansmi.ch>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-input.c