V4L/DVB: ir-core: Make use of the new IR keymap modules
[safe/jmp/linux-2.6] / include / media / keycodes / asus-pc39.h
1 /* asus-pc39.h - Keytable for asus_pc39 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 /*
12  * Marc Fargas <telenieko@telenieko.com>
13  * this is the remote control that comes with the asus p7131
14  * which has a label saying is "Model PC-39"
15  */
16
17 #ifdef IR_KEYMAPS
18 static struct ir_scancode asus_pc39[] = {
19         /* Keys 0 to 9 */
20         { 0x15, KEY_0 },
21         { 0x29, KEY_1 },
22         { 0x2d, KEY_2 },
23         { 0x2b, KEY_3 },
24         { 0x09, KEY_4 },
25         { 0x0d, KEY_5 },
26         { 0x0b, KEY_6 },
27         { 0x31, KEY_7 },
28         { 0x35, KEY_8 },
29         { 0x33, KEY_9 },
30
31         { 0x3e, KEY_RADIO },            /* radio */
32         { 0x03, KEY_MENU },             /* dvd/menu */
33         { 0x2a, KEY_VOLUMEUP },
34         { 0x19, KEY_VOLUMEDOWN },
35         { 0x37, KEY_UP },
36         { 0x3b, KEY_DOWN },
37         { 0x27, KEY_LEFT },
38         { 0x2f, KEY_RIGHT },
39         { 0x25, KEY_VIDEO },            /* video */
40         { 0x39, KEY_AUDIO },            /* music */
41
42         { 0x21, KEY_TV },               /* tv */
43         { 0x1d, KEY_EXIT },             /* back */
44         { 0x0a, KEY_CHANNELUP },        /* channel / program + */
45         { 0x1b, KEY_CHANNELDOWN },      /* channel / program - */
46         { 0x1a, KEY_ENTER },            /* enter */
47
48         { 0x06, KEY_PAUSE },            /* play/pause */
49         { 0x1e, KEY_PREVIOUS },         /* rew */
50         { 0x26, KEY_NEXT },             /* forward */
51         { 0x0e, KEY_REWIND },           /* backward << */
52         { 0x3a, KEY_FASTFORWARD },      /* forward >> */
53         { 0x36, KEY_STOP },
54         { 0x2e, KEY_RECORD },           /* recording */
55         { 0x16, KEY_POWER },            /* the button that reads "close" */
56
57         { 0x11, KEY_ZOOM },             /* full screen */
58         { 0x13, KEY_MACRO },            /* recall */
59         { 0x23, KEY_HOME },             /* home */
60         { 0x05, KEY_PVR },              /* picture */
61         { 0x3d, KEY_MUTE },             /* mute */
62         { 0x01, KEY_DVD },              /* dvd */
63 };
64 DEFINE_LEGACY_IR_KEYTABLE(asus_pc39);
65 #else
66 DECLARE_IR_KEYTABLE(asus_pc39);
67 #endif