V4L/DVB: ir-core: Make use of the new IR keymap modules
[safe/jmp/linux-2.6] / include / media / keycodes / cinergy-1400.h
1 /* cinergy-1400.h - Keytable for cinergy_1400 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 /* Cinergy 1400 DVB-T */
12
13 #ifdef IR_KEYMAPS
14 static struct ir_scancode cinergy_1400[] = {
15         { 0x01, KEY_POWER },
16         { 0x02, KEY_1 },
17         { 0x03, KEY_2 },
18         { 0x04, KEY_3 },
19         { 0x05, KEY_4 },
20         { 0x06, KEY_5 },
21         { 0x07, KEY_6 },
22         { 0x08, KEY_7 },
23         { 0x09, KEY_8 },
24         { 0x0a, KEY_9 },
25         { 0x0c, KEY_0 },
26
27         { 0x0b, KEY_VIDEO },
28         { 0x0d, KEY_REFRESH },
29         { 0x0e, KEY_SELECT },
30         { 0x0f, KEY_EPG },
31         { 0x10, KEY_UP },
32         { 0x11, KEY_LEFT },
33         { 0x12, KEY_OK },
34         { 0x13, KEY_RIGHT },
35         { 0x14, KEY_DOWN },
36         { 0x15, KEY_TEXT },
37         { 0x16, KEY_INFO },
38
39         { 0x17, KEY_RED },
40         { 0x18, KEY_GREEN },
41         { 0x19, KEY_YELLOW },
42         { 0x1a, KEY_BLUE },
43
44         { 0x1b, KEY_CHANNELUP },
45         { 0x1c, KEY_VOLUMEUP },
46         { 0x1d, KEY_MUTE },
47         { 0x1e, KEY_VOLUMEDOWN },
48         { 0x1f, KEY_CHANNELDOWN },
49
50         { 0x40, KEY_PAUSE },
51         { 0x4c, KEY_PLAY },
52         { 0x58, KEY_RECORD },
53         { 0x54, KEY_PREVIOUS },
54         { 0x48, KEY_STOP },
55         { 0x5c, KEY_NEXT },
56 };
57 DEFINE_LEGACY_IR_KEYTABLE(cinergy_1400);
58 #else
59 DECLARE_IR_KEYTABLE(cinergy_1400);
60 #endif