diff options
Diffstat (limited to 'include/media/keycodes/rc5-hauppauge-new.h')
-rw-r--r-- | include/media/keycodes/rc5-hauppauge-new.h | 79 |
1 files changed, 0 insertions, 79 deletions
diff --git a/include/media/keycodes/rc5-hauppauge-new.h b/include/media/keycodes/rc5-hauppauge-new.h deleted file mode 100644 index f02b59ab4f91..000000000000 --- a/include/media/keycodes/rc5-hauppauge-new.h +++ /dev/null | |||
@@ -1,79 +0,0 @@ | |||
1 | /* rc5-hauppauge-new.h - Keytable for rc5_hauppauge_new 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 | /* | ||
12 | * Hauppauge:the newer, gray remotes (seems there are multiple | ||
13 | * slightly different versions), shipped with cx88+ivtv cards. | ||
14 | * | ||
15 | * This table contains the complete RC5 code, instead of just the data part | ||
16 | */ | ||
17 | |||
18 | #ifdef IR_KEYMAPS | ||
19 | static struct ir_scancode rc5_hauppauge_new[] = { | ||
20 | /* Keys 0 to 9 */ | ||
21 | { 0x1e00, KEY_0 }, | ||
22 | { 0x1e01, KEY_1 }, | ||
23 | { 0x1e02, KEY_2 }, | ||
24 | { 0x1e03, KEY_3 }, | ||
25 | { 0x1e04, KEY_4 }, | ||
26 | { 0x1e05, KEY_5 }, | ||
27 | { 0x1e06, KEY_6 }, | ||
28 | { 0x1e07, KEY_7 }, | ||
29 | { 0x1e08, KEY_8 }, | ||
30 | { 0x1e09, KEY_9 }, | ||
31 | |||
32 | { 0x1e0a, KEY_TEXT }, /* keypad asterisk as well */ | ||
33 | { 0x1e0b, KEY_RED }, /* red button */ | ||
34 | { 0x1e0c, KEY_RADIO }, | ||
35 | { 0x1e0d, KEY_MENU }, | ||
36 | { 0x1e0e, KEY_SUBTITLE }, /* also the # key */ | ||
37 | { 0x1e0f, KEY_MUTE }, | ||
38 | { 0x1e10, KEY_VOLUMEUP }, | ||
39 | { 0x1e11, KEY_VOLUMEDOWN }, | ||
40 | { 0x1e12, KEY_PREVIOUS }, /* previous channel */ | ||
41 | { 0x1e14, KEY_UP }, | ||
42 | { 0x1e15, KEY_DOWN }, | ||
43 | { 0x1e16, KEY_LEFT }, | ||
44 | { 0x1e17, KEY_RIGHT }, | ||
45 | { 0x1e18, KEY_VIDEO }, /* Videos */ | ||
46 | { 0x1e19, KEY_AUDIO }, /* Music */ | ||
47 | /* 0x1e1a: Pictures - presume this means | ||
48 | "Multimedia Home Platform" - | ||
49 | no "PICTURES" key in input.h | ||
50 | */ | ||
51 | { 0x1e1a, KEY_MHP }, | ||
52 | |||
53 | { 0x1e1b, KEY_EPG }, /* Guide */ | ||
54 | { 0x1e1c, KEY_TV }, | ||
55 | { 0x1e1e, KEY_NEXTSONG }, /* skip >| */ | ||
56 | { 0x1e1f, KEY_EXIT }, /* back/exit */ | ||
57 | { 0x1e20, KEY_CHANNELUP }, /* channel / program + */ | ||
58 | { 0x1e21, KEY_CHANNELDOWN }, /* channel / program - */ | ||
59 | { 0x1e22, KEY_CHANNEL }, /* source (old black remote) */ | ||
60 | { 0x1e24, KEY_PREVIOUSSONG }, /* replay |< */ | ||
61 | { 0x1e25, KEY_ENTER }, /* OK */ | ||
62 | { 0x1e26, KEY_SLEEP }, /* minimize (old black remote) */ | ||
63 | { 0x1e29, KEY_BLUE }, /* blue key */ | ||
64 | { 0x1e2e, KEY_GREEN }, /* green button */ | ||
65 | { 0x1e30, KEY_PAUSE }, /* pause */ | ||
66 | { 0x1e32, KEY_REWIND }, /* backward << */ | ||
67 | { 0x1e34, KEY_FASTFORWARD }, /* forward >> */ | ||
68 | { 0x1e35, KEY_PLAY }, | ||
69 | { 0x1e36, KEY_STOP }, | ||
70 | { 0x1e37, KEY_RECORD }, /* recording */ | ||
71 | { 0x1e38, KEY_YELLOW }, /* yellow key */ | ||
72 | { 0x1e3b, KEY_SELECT }, /* top right button */ | ||
73 | { 0x1e3c, KEY_ZOOM }, /* full */ | ||
74 | { 0x1e3d, KEY_POWER }, /* system power (green button) */ | ||
75 | }; | ||
76 | DEFINE_IR_KEYTABLE(rc5_hauppauge_new, IR_TYPE_RC5); | ||
77 | #else | ||
78 | DECLARE_IR_KEYTABLE(rc5_hauppauge_new); | ||
79 | #endif | ||