Correct incorrect scancode for KEY_1

Signed-off-by: Malcolm Priestley <tvbox...@gmail.com>
---
 drivers/media/rc/keymaps/rc-it913x-v2.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/rc/keymaps/rc-it913x-v2.c 
b/drivers/media/rc/keymaps/rc-it913x-v2.c
index 28e376e..bd42a30 100644
--- a/drivers/media/rc/keymaps/rc-it913x-v2.c
+++ b/drivers/media/rc/keymaps/rc-it913x-v2.c
@@ -40,7 +40,7 @@ static struct rc_map_table it913x_v2_rc[] = {
        /* Type 2 */
        /* keys stereo, snapshot unassigned */
        { 0x866b00, KEY_0 },
-       { 0x866b1b, KEY_1 },
+       { 0x866b01, KEY_1 },
        { 0x866b02, KEY_2 },
        { 0x866b03, KEY_3 },
        { 0x866b04, KEY_4 },
-- 
1.7.9.5


--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to