V4L/DVB: ir-core: Make use of the new IR keymap modules
[safe/jmp/linux-2.6] / include / media / keycodes / ati-tv-wonder-hd-600.h
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