| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* avermedia-m733a-rm-k6.h - Keytable for avermedia_m733a_rm_k6 Remote Controller |
|---|
| 2 | 3 | * |
|---|
| 3 | 4 | * Copyright (c) 2010 by Herton Ronaldo Krzesinski <herton@mandriva.com.br> |
|---|
| 4 | | - * |
|---|
| 5 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 6 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 7 | | - * the Free Software Foundation; either version 2 of the License, or |
|---|
| 8 | | - * (at your option) any later version. |
|---|
| 9 | 5 | */ |
|---|
| 10 | 6 | |
|---|
| 11 | 7 | #include <media/rc-map.h> |
|---|
| .. | .. |
|---|
| 22 | 18 | { 0x0406, KEY_MUTE }, |
|---|
| 23 | 19 | { 0x0408, KEY_MODE }, /* TV/FM */ |
|---|
| 24 | 20 | |
|---|
| 25 | | - { 0x0409, KEY_1 }, |
|---|
| 26 | | - { 0x040a, KEY_2 }, |
|---|
| 27 | | - { 0x040b, KEY_3 }, |
|---|
| 28 | | - { 0x040c, KEY_4 }, |
|---|
| 29 | | - { 0x040d, KEY_5 }, |
|---|
| 30 | | - { 0x040e, KEY_6 }, |
|---|
| 31 | | - { 0x040f, KEY_7 }, |
|---|
| 32 | | - { 0x0410, KEY_8 }, |
|---|
| 33 | | - { 0x0411, KEY_9 }, |
|---|
| 21 | + { 0x0409, KEY_NUMERIC_1 }, |
|---|
| 22 | + { 0x040a, KEY_NUMERIC_2 }, |
|---|
| 23 | + { 0x040b, KEY_NUMERIC_3 }, |
|---|
| 24 | + { 0x040c, KEY_NUMERIC_4 }, |
|---|
| 25 | + { 0x040d, KEY_NUMERIC_5 }, |
|---|
| 26 | + { 0x040e, KEY_NUMERIC_6 }, |
|---|
| 27 | + { 0x040f, KEY_NUMERIC_7 }, |
|---|
| 28 | + { 0x0410, KEY_NUMERIC_8 }, |
|---|
| 29 | + { 0x0411, KEY_NUMERIC_9 }, |
|---|
| 34 | 30 | { 0x044c, KEY_DOT }, /* '.' */ |
|---|
| 35 | | - { 0x0412, KEY_0 }, |
|---|
| 31 | + { 0x0412, KEY_NUMERIC_0 }, |
|---|
| 36 | 32 | { 0x0407, KEY_REFRESH }, /* Refresh/Reload */ |
|---|
| 37 | 33 | |
|---|
| 38 | 34 | { 0x0413, KEY_AUDIO }, |
|---|