From: George Spelvin Date: Sun, 11 May 2014 11:19:01 +0000 (-0300) Subject: [media] ati_remote: Better default keycodes X-Git-Tag: omap-for-v3.17/fixes-against-rc2~155^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=356237d67a447138ec0cae723c0a3e755e3a5a85;p=pandora-kernel.git [media] ati_remote: Better default keycodes This tries to make them more like other remotes, and/or the button labels. Notably, the (>>) button is made KEY_FASTFORWARD, which is the correct opposite of (<<)'s KEY_REVERSE. (It was KEY_FORWARD, something else entirely.) Likewise, KEY_STOP is the Sun keyboard "interrupt program" key; the media key is KEY_STOPCD. A restriction is that I try to avoid keycodes above 255, as the X11 client/server protocol is limited to 8-bit key codes. If not for this, I would have used the KEY_NUMERIC_x codes for the numbers. Signed-off-by: George Spelvin Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed