.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* videomate-k100.h - Keytable for videomate_k100 Remote Controller |
---|
2 | 3 | * |
---|
3 | 4 | * keymap imported from ir-keymaps.c |
---|
4 | 5 | * |
---|
5 | 6 | * Copyright (c) 2010 by Pavel Osnova <pvosnova@gmail.com> |
---|
6 | | - * |
---|
7 | | - * This program is free software; you can redistribute it and/or modify |
---|
8 | | - * it under the terms of the GNU General Public License as published by |
---|
9 | | - * the Free Software Foundation; either version 2 of the License, or |
---|
10 | | - * (at your option) any later version. |
---|
11 | 7 | */ |
---|
12 | 8 | |
---|
13 | 9 | #include <media/rc-map.h> |
---|
.. | .. |
---|
45 | 41 | { 0x10, KEY_PREVIOUS }, |
---|
46 | 42 | { 0x0d, KEY_PAUSE }, |
---|
47 | 43 | { 0x0f, KEY_NEXT }, |
---|
48 | | - { 0x1e, KEY_1 }, |
---|
49 | | - { 0x1f, KEY_2 }, |
---|
50 | | - { 0x20, KEY_3 }, |
---|
51 | | - { 0x21, KEY_4 }, |
---|
52 | | - { 0x22, KEY_5 }, |
---|
53 | | - { 0x23, KEY_6 }, |
---|
54 | | - { 0x24, KEY_7 }, |
---|
55 | | - { 0x25, KEY_8 }, |
---|
56 | | - { 0x26, KEY_9 }, |
---|
| 44 | + { 0x1e, KEY_NUMERIC_1 }, |
---|
| 45 | + { 0x1f, KEY_NUMERIC_2 }, |
---|
| 46 | + { 0x20, KEY_NUMERIC_3 }, |
---|
| 47 | + { 0x21, KEY_NUMERIC_4 }, |
---|
| 48 | + { 0x22, KEY_NUMERIC_5 }, |
---|
| 49 | + { 0x23, KEY_NUMERIC_6 }, |
---|
| 50 | + { 0x24, KEY_NUMERIC_7 }, |
---|
| 51 | + { 0x25, KEY_NUMERIC_8 }, |
---|
| 52 | + { 0x26, KEY_NUMERIC_9 }, |
---|
57 | 53 | { 0x2a, KEY_NUMERIC_STAR }, /* * key */ |
---|
58 | | - { 0x1d, KEY_0 }, |
---|
| 54 | + { 0x1d, KEY_NUMERIC_0 }, |
---|
59 | 55 | { 0x29, KEY_SUBTITLE }, /* # key */ |
---|
60 | 56 | { 0x27, KEY_CLEAR }, |
---|
61 | 57 | { 0x34, KEY_SCREEN }, |
---|