diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-04-01 21:43:29 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-19 11:56:48 -0400 |
commit | 77b7422d48cda9b8e5dabb7f4bc056861c5ed4fe (patch) | |
tree | aca1f3329b8d836973cc303081e24df66bac1c0d /include/media/keycodes/ati-tv-wonder-hd-600.h | |
parent | dce4a3e3b228fd31bcfd2d84e673bc08b553e6cc (diff) |
V4L/DVB: ir-common: move IR tables from ir-keymaps.c to a separate file
Instead of having one big file with lots of keytables, create one include
file for each IR keymap.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media/keycodes/ati-tv-wonder-hd-600.h')
-rw-r--r-- | include/media/keycodes/ati-tv-wonder-hd-600.h | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/include/media/keycodes/ati-tv-wonder-hd-600.h b/include/media/keycodes/ati-tv-wonder-hd-600.h new file mode 100644 index 000000000000..25db7bfcc1a9 --- /dev/null +++ b/include/media/keycodes/ati-tv-wonder-hd-600.h | |||
@@ -0,0 +1,45 @@ | |||
1 | /* ati-tv-wonder-hd-600.h - Keytable for ati_tv_wonder_hd_600 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 | /* ATI TV Wonder HD 600 USB | ||
12 | Devin Heitmueller <devin.heitmueller@gmail.com> | ||
13 | */ | ||
14 | |||
15 | #ifdef IR_KEYMAPS | ||
16 | static struct ir_scancode ati_tv_wonder_hd_600[] = { | ||
17 | { 0x00, KEY_RECORD}, /* Row 1 */ | ||
18 | { 0x01, KEY_PLAYPAUSE}, | ||
19 | { 0x02, KEY_STOP}, | ||
20 | { 0x03, KEY_POWER}, | ||
21 | { 0x04, KEY_PREVIOUS}, /* Row 2 */ | ||
22 | { 0x05, KEY_REWIND}, | ||
23 | { 0x06, KEY_FORWARD}, | ||
24 | { 0x07, KEY_NEXT}, | ||
25 | { 0x08, KEY_EPG}, /* Row 3 */ | ||
26 | { 0x09, KEY_HOME}, | ||
27 | { 0x0a, KEY_MENU}, | ||
28 | { 0x0b, KEY_CHANNELUP}, | ||
29 | { 0x0c, KEY_BACK}, /* Row 4 */ | ||
30 | { 0x0d, KEY_UP}, | ||
31 | { 0x0e, KEY_INFO}, | ||
32 | { 0x0f, KEY_CHANNELDOWN}, | ||
33 | { 0x10, KEY_LEFT}, /* Row 5 */ | ||
34 | { 0x11, KEY_SELECT}, | ||
35 | { 0x12, KEY_RIGHT}, | ||
36 | { 0x13, KEY_VOLUMEUP}, | ||
37 | { 0x14, KEY_LAST}, /* Row 6 */ | ||
38 | { 0x15, KEY_DOWN}, | ||
39 | { 0x16, KEY_MUTE}, | ||
40 | { 0x17, KEY_VOLUMEDOWN}, | ||
41 | }; | ||
42 | DEFINE_LEGACY_IR_KEYTABLE(ati_tv_wonder_hd_600); | ||
43 | #else | ||
44 | DECLARE_IR_KEYTABLE(ati_tv_wonder_hd_600); | ||
45 | #endif | ||