V4L/DVB: ir-core: Make use of the new IR keymap modules
[safe/jmp/linux-2.6] / include / media / keycodes / avermedia-cardbus.h
1 /* avermedia-cardbus.h - Keytable for avermedia_cardbus 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 /* Oldrich Jedlicka <oldium.pro@seznam.cz> */
12
13 #ifdef IR_KEYMAPS
14 static struct ir_scancode avermedia_cardbus[] = {
15         { 0x00, KEY_POWER },
16         { 0x01, KEY_TUNER },            /* TV/FM */
17         { 0x03, KEY_TEXT },             /* Teletext */
18         { 0x04, KEY_EPG },
19         { 0x05, KEY_1 },
20         { 0x06, KEY_2 },
21         { 0x07, KEY_3 },
22         { 0x08, KEY_AUDIO },
23         { 0x09, KEY_4 },
24         { 0x0a, KEY_5 },
25         { 0x0b, KEY_6 },
26         { 0x0c, KEY_ZOOM },             /* Full screen */
27         { 0x0d, KEY_7 },
28         { 0x0e, KEY_8 },
29         { 0x0f, KEY_9 },
30         { 0x10, KEY_PAGEUP },           /* 16-CH PREV */
31         { 0x11, KEY_0 },
32         { 0x12, KEY_INFO },
33         { 0x13, KEY_AGAIN },            /* CH RTN - channel return */
34         { 0x14, KEY_MUTE },
35         { 0x15, KEY_EDIT },             /* Autoscan */
36         { 0x17, KEY_SAVE },             /* Screenshot */
37         { 0x18, KEY_PLAYPAUSE },
38         { 0x19, KEY_RECORD },
39         { 0x1a, KEY_PLAY },
40         { 0x1b, KEY_STOP },
41         { 0x1c, KEY_FASTFORWARD },
42         { 0x1d, KEY_REWIND },
43         { 0x1e, KEY_VOLUMEDOWN },
44         { 0x1f, KEY_VOLUMEUP },
45         { 0x22, KEY_SLEEP },            /* Sleep */
46         { 0x23, KEY_ZOOM },             /* Aspect */
47         { 0x26, KEY_SCREEN },           /* Pos */
48         { 0x27, KEY_ANGLE },            /* Size */
49         { 0x28, KEY_SELECT },           /* Select */
50         { 0x29, KEY_BLUE },             /* Blue/Picture */
51         { 0x2a, KEY_BACKSPACE },        /* Back */
52         { 0x2b, KEY_MEDIA },            /* PIP (Picture-in-picture) */
53         { 0x2c, KEY_DOWN },
54         { 0x2e, KEY_DOT },
55         { 0x2f, KEY_TV },               /* Live TV */
56         { 0x32, KEY_LEFT },
57         { 0x33, KEY_CLEAR },            /* Clear */
58         { 0x35, KEY_RED },              /* Red/TV */
59         { 0x36, KEY_UP },
60         { 0x37, KEY_HOME },             /* Home */
61         { 0x39, KEY_GREEN },            /* Green/Video */
62         { 0x3d, KEY_YELLOW },           /* Yellow/Music */
63         { 0x3e, KEY_OK },               /* Ok */
64         { 0x3f, KEY_RIGHT },
65         { 0x40, KEY_NEXT },             /* Next */
66         { 0x41, KEY_PREVIOUS },         /* Previous */
67         { 0x42, KEY_CHANNELDOWN },      /* Channel down */
68         { 0x43, KEY_CHANNELUP },        /* Channel up */
69 };
70 DEFINE_LEGACY_IR_KEYTABLE(avermedia_cardbus);
71 #else
72 DECLARE_IR_KEYTABLE(avermedia_cardbus);
73 #endif