diff options
Diffstat (limited to 'include/media/keycodes/gotview7135.h')
-rw-r--r-- | include/media/keycodes/gotview7135.h | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/include/media/keycodes/gotview7135.h b/include/media/keycodes/gotview7135.h deleted file mode 100644 index 1d108e85a342..000000000000 --- a/include/media/keycodes/gotview7135.h +++ /dev/null | |||
@@ -1,55 +0,0 @@ | |||
1 | /* gotview7135.h - Keytable for gotview7135 Remote Controller | ||
2 | * | ||
3 | * Imported from ir-keymaps.c | ||
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. | ||
9 | */ | ||
10 | |||
11 | /* Mike Baikov <mike@baikov.com> */ | ||
12 | |||
13 | #ifdef IR_KEYMAPS | ||
14 | static struct ir_scancode gotview7135[] = { | ||
15 | |||
16 | { 0x11, KEY_POWER }, | ||
17 | { 0x35, KEY_TV }, | ||
18 | { 0x1b, KEY_0 }, | ||
19 | { 0x29, KEY_1 }, | ||
20 | { 0x19, KEY_2 }, | ||
21 | { 0x39, KEY_3 }, | ||
22 | { 0x1f, KEY_4 }, | ||
23 | { 0x2c, KEY_5 }, | ||
24 | { 0x21, KEY_6 }, | ||
25 | { 0x24, KEY_7 }, | ||
26 | { 0x18, KEY_8 }, | ||
27 | { 0x2b, KEY_9 }, | ||
28 | { 0x3b, KEY_AGAIN }, /* LOOP */ | ||
29 | { 0x06, KEY_AUDIO }, | ||
30 | { 0x31, KEY_PRINT }, /* PREVIEW */ | ||
31 | { 0x3e, KEY_VIDEO }, | ||
32 | { 0x10, KEY_CHANNELUP }, | ||
33 | { 0x20, KEY_CHANNELDOWN }, | ||
34 | { 0x0c, KEY_VOLUMEDOWN }, | ||
35 | { 0x28, KEY_VOLUMEUP }, | ||
36 | { 0x08, KEY_MUTE }, | ||
37 | { 0x26, KEY_SEARCH }, /* SCAN */ | ||
38 | { 0x3f, KEY_CAMERA }, /* SNAPSHOT */ | ||
39 | { 0x12, KEY_RECORD }, | ||
40 | { 0x32, KEY_STOP }, | ||
41 | { 0x3c, KEY_PLAY }, | ||
42 | { 0x1d, KEY_REWIND }, | ||
43 | { 0x2d, KEY_PAUSE }, | ||
44 | { 0x0d, KEY_FORWARD }, | ||
45 | { 0x05, KEY_ZOOM }, /*FULL*/ | ||
46 | |||
47 | { 0x2a, KEY_F21 }, /* LIVE TIMESHIFT */ | ||
48 | { 0x0e, KEY_F22 }, /* MIN TIMESHIFT */ | ||
49 | { 0x1e, KEY_TIME }, /* TIMESHIFT */ | ||
50 | { 0x38, KEY_F24 }, /* NORMAL TIMESHIFT */ | ||
51 | }; | ||
52 | DEFINE_LEGACY_IR_KEYTABLE(gotview7135); | ||
53 | #else | ||
54 | DECLARE_IR_KEYTABLE(gotview7135); | ||
55 | #endif | ||