forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/media/rc/keymaps/rc-twinhan-dtv-cab-ci.c
....@@ -1,11 +1,7 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /* keytable for Twinhan DTV CAB CI Remote Controller
23 *
34 * Copyright (c) 2010 by Igor M. Liplianin <liplianin@me.by>
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.
95 */
106
117 #include <media/rc-map.h>
....@@ -19,16 +15,16 @@
1915 { 0x23, KEY_EPG},
2016 { 0x3b, KEY_F22}, /* Record List */
2117
22
- { 0x3c, KEY_1},
23
- { 0x3e, KEY_2},
24
- { 0x39, KEY_3},
25
- { 0x36, KEY_4},
26
- { 0x22, KEY_5},
27
- { 0x20, KEY_6},
28
- { 0x32, KEY_7},
29
- { 0x26, KEY_8},
30
- { 0x24, KEY_9},
31
- { 0x2a, KEY_0},
18
+ { 0x3c, KEY_NUMERIC_1},
19
+ { 0x3e, KEY_NUMERIC_2},
20
+ { 0x39, KEY_NUMERIC_3},
21
+ { 0x36, KEY_NUMERIC_4},
22
+ { 0x22, KEY_NUMERIC_5},
23
+ { 0x20, KEY_NUMERIC_6},
24
+ { 0x32, KEY_NUMERIC_7},
25
+ { 0x26, KEY_NUMERIC_8},
26
+ { 0x24, KEY_NUMERIC_9},
27
+ { 0x2a, KEY_NUMERIC_0},
3228
3329 { 0x33, KEY_CANCEL},
3430 { 0x2c, KEY_BACK},