]> git.pld-linux.org Git - packages/kernel.git/blob - linux-wistron-amilo8210.patch
- 3.1.101
[packages/kernel.git] / linux-wistron-amilo8210.patch
1 --- linux-2.6.37/drivers/input/misc/wistron_btns.c.orig 2011-01-05 01:50:19.000000000 +0100
2 +++ linux-2.6.37/drivers/input/misc/wistron_btns.c      2011-02-19 07:51:36.000000000 +0100
3 @@ -278,6 +278,16 @@
4         { KE_END,       0 }
5  };
6  
7 +static struct key_entry keymap_fs_amilo_pro_v8210[] __initdata = {
8 +       { KE_KEY,       0x01, {KEY_HELP} },          /* Fn+F1 */
9 +       { KE_KEY,       0x06, {KEY_DISPLAYTOGGLE} }, /* Fn+F4 */
10 +       { KE_BLUETOOTH, 0x30 },                      /* Fn+F10 */
11 +       { KE_KEY,       0x31, {KEY_MAIL} },          /* mail button */
12 +       { KE_KEY,       0x36, {KEY_WWW} },           /* www button */
13 +       { KE_WIFI,      0x78 },                      /* satelite dish button */
14 +       { KE_END,       FE_WIFI_LED }
15 +};
16 +
17  static struct key_entry keymap_fujitsu_n3510[] __initdata = {
18         { KE_KEY, 0x11, {KEY_PROG1} },
19         { KE_KEY, 0x12, {KEY_PROG2} },
20 @@ -655,6 +665,15 @@
21                 .driver_data = keymap_fs_amilo_pro_v3505
22         },
23         {
24 +               /* Fujitsu-Siemens Amilo Pro Edition V8210 */
25 +               .callback = dmi_matched,
26 +               .matches = {
27 +                       DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"),
28 +                       DMI_MATCH(DMI_PRODUCT_NAME, "AMILO Pro Series V8210"),
29 +               },
30 +               .driver_data = keymap_fs_amilo_pro_v8210
31 +       },
32 +       {
33                 /* Fujitsu-Siemens Amilo M7400 */
34                 .callback = dmi_matched,
35                 .matches = {
This page took 0.026857 seconds and 3 git commands to generate.