hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/media/rc/keymaps/rc-manli.c
....@@ -14,7 +14,7 @@
1414 The "ascii-art picture" below (in comments, first row
1515 is the keycode in hex, and subsequent row(s) shows
1616 the button labels (several variants when appropriate)
17
- helps to descide which keycodes to assign to the buttons.
17
+ helps to decide which keycodes to assign to the buttons.
1818 */
1919
2020 static struct rc_map_table manli[] = {
....@@ -35,22 +35,22 @@
3535 * 0x07 0x08 0x09 *
3636 * 7 8 9 *
3737 * */
38
- { 0x01, KEY_1 },
39
- { 0x02, KEY_2 },
40
- { 0x03, KEY_3 },
41
- { 0x04, KEY_4 },
42
- { 0x05, KEY_5 },
43
- { 0x06, KEY_6 },
44
- { 0x07, KEY_7 },
45
- { 0x08, KEY_8 },
46
- { 0x09, KEY_9 },
38
+ { 0x01, KEY_NUMERIC_1 },
39
+ { 0x02, KEY_NUMERIC_2 },
40
+ { 0x03, KEY_NUMERIC_3 },
41
+ { 0x04, KEY_NUMERIC_4 },
42
+ { 0x05, KEY_NUMERIC_5 },
43
+ { 0x06, KEY_NUMERIC_6 },
44
+ { 0x07, KEY_NUMERIC_7 },
45
+ { 0x08, KEY_NUMERIC_8 },
46
+ { 0x09, KEY_NUMERIC_9 },
4747
4848 /* 0x0a 0x00 0x17 *
4949 * RECALL 0 +100 *
5050 * PLUS *
5151 * */
5252 { 0x0a, KEY_AGAIN }, /*XXX KEY_REWIND? */
53
- { 0x00, KEY_0 },
53
+ { 0x00, KEY_NUMERIC_0 },
5454 { 0x17, KEY_DIGITS }, /*XXX*/
5555
5656 /* 0x14 0x10 *