V4L/DVB: ir-core: Make use of the new IR keymap modules
[safe/jmp/linux-2.6] / include / media / keycodes / nec-terratec-cinergy-xs.h
1 /* nec-terratec-cinergy-xs.h - Keytable for nec_terratec_cinergy_xs 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 /* Terratec Cinergy Hybrid T USB XS FM
12    Mauro Carvalho Chehab <mchehab@redhat.com>
13  */
14
15 #ifdef IR_KEYMAPS
16 static struct ir_scancode nec_terratec_cinergy_xs[] = {
17         { 0x1441, KEY_HOME},
18         { 0x1401, KEY_POWER2},
19
20         { 0x1442, KEY_MENU},            /* DVD menu */
21         { 0x1443, KEY_SUBTITLE},
22         { 0x1444, KEY_TEXT},            /* Teletext */
23         { 0x1445, KEY_DELETE},
24
25         { 0x1402, KEY_1},
26         { 0x1403, KEY_2},
27         { 0x1404, KEY_3},
28         { 0x1405, KEY_4},
29         { 0x1406, KEY_5},
30         { 0x1407, KEY_6},
31         { 0x1408, KEY_7},
32         { 0x1409, KEY_8},
33         { 0x140a, KEY_9},
34         { 0x140c, KEY_0},
35
36         { 0x140b, KEY_TUNER},           /* AV */
37         { 0x140d, KEY_MODE},            /* A.B */
38
39         { 0x1446, KEY_TV},
40         { 0x1447, KEY_DVD},
41         { 0x1449, KEY_VIDEO},
42         { 0x144a, KEY_RADIO},           /* Music */
43         { 0x144b, KEY_CAMERA},          /* PIC */
44
45         { 0x1410, KEY_UP},
46         { 0x1411, KEY_LEFT},
47         { 0x1412, KEY_OK},
48         { 0x1413, KEY_RIGHT},
49         { 0x1414, KEY_DOWN},
50
51         { 0x140f, KEY_EPG},
52         { 0x1416, KEY_INFO},
53         { 0x144d, KEY_BACKSPACE},
54
55         { 0x141c, KEY_VOLUMEUP},
56         { 0x141e, KEY_VOLUMEDOWN},
57
58         { 0x144c, KEY_PLAY},
59         { 0x141d, KEY_MUTE},
60
61         { 0x141b, KEY_CHANNELUP},
62         { 0x141f, KEY_CHANNELDOWN},
63
64         { 0x1417, KEY_RED},
65         { 0x1418, KEY_GREEN},
66         { 0x1419, KEY_YELLOW},
67         { 0x141a, KEY_BLUE},
68
69         { 0x1458, KEY_RECORD},
70         { 0x1448, KEY_STOP},
71         { 0x1440, KEY_PAUSE},
72
73         { 0x1454, KEY_LAST},
74         { 0x144e, KEY_REWIND},
75         { 0x144f, KEY_FASTFORWARD},
76         { 0x145c, KEY_NEXT},
77 };
78 DEFINE_IR_KEYTABLE(nec_terratec_cinergy_xs, IR_TYPE_NEC);
79 #else
80 DECLARE_IR_KEYTABLE(nec_terratec_cinergy_xs);
81 #endif