forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/drivers/media/rc/keymaps/rc-terratec-cinergy-s2-hd.c
....@@ -1,9 +1,5 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /* keytable for Terratec Cinergy S2 HD Remote Controller
2
- *
3
- * This program is free software; you can redistribute it and/or modify
4
- * it under the terms of the GNU General Public License as published by
5
- * the Free Software Foundation; either version 2 of the License, or
6
- * (at your option) any later version.
73 */
84
95 #include <media/rc-map.h>
....@@ -46,17 +42,17 @@
4642 { 0x2f, KEY_UP},
4743 { 0x30, KEY_EPG},
4844 { 0x32, KEY_VIDEO}, /* A<=>B */
49
- { 0x33, KEY_0},
45
+ { 0x33, KEY_NUMERIC_0},
5046 { 0x34, KEY_VCR}, /* AV */
51
- { 0x35, KEY_9},
52
- { 0x36, KEY_8},
53
- { 0x37, KEY_7},
54
- { 0x38, KEY_6},
55
- { 0x39, KEY_5},
56
- { 0x3a, KEY_4},
57
- { 0x3b, KEY_3},
58
- { 0x3c, KEY_2},
59
- { 0x3d, KEY_1},
47
+ { 0x35, KEY_NUMERIC_9},
48
+ { 0x36, KEY_NUMERIC_8},
49
+ { 0x37, KEY_NUMERIC_7},
50
+ { 0x38, KEY_NUMERIC_6},
51
+ { 0x39, KEY_NUMERIC_5},
52
+ { 0x3a, KEY_NUMERIC_4},
53
+ { 0x3b, KEY_NUMERIC_3},
54
+ { 0x3c, KEY_NUMERIC_2},
55
+ { 0x3d, KEY_NUMERIC_1},
6056 { 0x3e, KEY_POWER},
6157
6258 };