forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/drivers/media/rc/keymaps/rc-technisat-ts35.c
....@@ -1,11 +1,7 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /* rc-technisat-ts35.c - Keytable for TechniSat TS35 remote
23 *
34 * Copyright (c) 2013 by Jan Klötzke <jan@kloetzke.net>
4
- *
5
- * This program is free software; you can redistribute it and/or
6
- * modify it under the terms of the GNU General Public License as
7
- * published by the Free Software Foundation; either version 2 of the
8
- * License, or (at your option) any later version.
95 */
106
117 #include <media/rc-map.h>
....@@ -17,16 +13,16 @@
1713 {0x1c, KEY_AB},
1814 {0x33, KEY_POWER},
1915
20
- {0x3e, KEY_1},
21
- {0x3d, KEY_2},
22
- {0x3c, KEY_3},
23
- {0x3b, KEY_4},
24
- {0x3a, KEY_5},
25
- {0x39, KEY_6},
26
- {0x38, KEY_7},
27
- {0x37, KEY_8},
28
- {0x36, KEY_9},
29
- {0x3f, KEY_0},
16
+ {0x3e, KEY_NUMERIC_1},
17
+ {0x3d, KEY_NUMERIC_2},
18
+ {0x3c, KEY_NUMERIC_3},
19
+ {0x3b, KEY_NUMERIC_4},
20
+ {0x3a, KEY_NUMERIC_5},
21
+ {0x39, KEY_NUMERIC_6},
22
+ {0x38, KEY_NUMERIC_7},
23
+ {0x37, KEY_NUMERIC_8},
24
+ {0x36, KEY_NUMERIC_9},
25
+ {0x3f, KEY_NUMERIC_0},
3026 {0x35, KEY_DIGITS},
3127 {0x2c, KEY_TV},
3228