This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:
Subject: rc_keymaps: allwinner: S/KEY_HOME/KEY_HOMEPAGE/ Author: Hans de Goede <[email protected]> Date: Thu Oct 23 11:29:20 2014 +0200 Correct the mapping for the key with the little house icon on it, as the house icon surely does not stand for goto beginning of line, which KEY_HOME is. Signed-off-by: Hans de Goede <[email protected]> (cherry picked from commit 108139f1892ba3d50f78419ae75e03944a7e6dd0) utils/keytable/rc_keymaps/allwinner_ba10_tv_box | 2 +- utils/keytable/rc_keymaps/allwinner_i12_a20_tv_box | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=118d8ee0d82b97d1c746fdba09fa8544ce145864 diff --git a/utils/keytable/rc_keymaps/allwinner_ba10_tv_box b/utils/keytable/rc_keymaps/allwinner_ba10_tv_box index cfa7641..5df16e3 100644 --- a/utils/keytable/rc_keymaps/allwinner_ba10_tv_box +++ b/utils/keytable/rc_keymaps/allwinner_ba10_tv_box @@ -10,6 +10,6 @@ 0x254 KEY_PREVIOUSSONG 0x255 KEY_PLAYPAUSE 0x258 KEY_MENU -0x259 KEY_HOME +0x259 KEY_HOMEPAGE 0x25c KEY_RIGHT 0x25d KEY_LEFT diff --git a/utils/keytable/rc_keymaps/allwinner_i12_a20_tv_box b/utils/keytable/rc_keymaps/allwinner_i12_a20_tv_box index edbc7a7..e87717c 100644 --- a/utils/keytable/rc_keymaps/allwinner_i12_a20_tv_box +++ b/utils/keytable/rc_keymaps/allwinner_i12_a20_tv_box @@ -16,7 +16,7 @@ 0x0e KEY_BACKSPACE 0x40 KEY_VOLUMEUP 0x41 KEY_LEFT -0x42 KEY_HOME +0x42 KEY_HOMEPAGE 0x43 KEY_POWER 0x44 KEY_DOWN 0x45 KEY_OK _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
