hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/media/rc/keymaps/rc-avermedia-m733a-rm-k6.c
....@@ -1,11 +1,7 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /* avermedia-m733a-rm-k6.h - Keytable for avermedia_m733a_rm_k6 Remote Controller
23 *
34 * 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.
95 */
106
117 #include <media/rc-map.h>
....@@ -22,17 +18,17 @@
2218 { 0x0406, KEY_MUTE },
2319 { 0x0408, KEY_MODE }, /* TV/FM */
2420
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 },
3430 { 0x044c, KEY_DOT }, /* '.' */
35
- { 0x0412, KEY_0 },
31
+ { 0x0412, KEY_NUMERIC_0 },
3632 { 0x0407, KEY_REFRESH }, /* Refresh/Reload */
3733
3834 { 0x0413, KEY_AUDIO },