* [PATCH 1/1] wistron_btns DMI info to recognize Maxdata Pro 7000 notebooks
@ 2009-07-05 17:19 Giuseppe
2009-07-13 4:03 ` Dmitry Torokhov
0 siblings, 1 reply; 2+ messages in thread
From: Giuseppe @ 2009-07-05 17:19 UTC (permalink / raw)
To: mitr, stable; +Cc: linux-kernel, linux-input
This patch adds DMI recognition information to automatically load the
correct layout for the Maxdata Pro 7000X/DX notebook models. Such
notebooks are clones of Fujitsu Amilo V2000, the hook for the v2000 is
being used and I have tested that perfectly works.
The immediate result of integrating this patch is that the five special
buttons will work on these specific notebook models and that the RF
killswitch will not be activated after suspend. This patch definitively
obsoletes the fsam7400 module which I was still needing to enable wifi
and to fix the RF killswitch suspend problem; in the current 2.6.30
kernel it is necessary to load the wistron_btns module with options
'force=1 keymap=1557/MS2141', which was not anyway a complete workaround.
Signed-off-by: Giuseppe Mazzotta <g.mazzotta@iragan.com>
--- linux-2.6.30/drivers/input/misc/wistron_btns.c.orig 2009-07-05
14:07:10.000000000 +0200
+++ linux-2.6.30/drivers/input/misc/wistron_btns.c 2009-07-05
14:07:36.000000000 +0200
@@ -646,6 +646,15 @@ static struct dmi_system_id dmi_ids[] __
},
{
.callback = dmi_matched,
+ .ident = "Maxdata Pro 7000 DX",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "MAXDATA"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "Pro 7000"),
+ },
+ .driver_data = keymap_fs_amilo_pro_v2000
+ },
+ {
+ .callback = dmi_matched,
.ident = "Fujitsu N3510",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"),
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 1/1] wistron_btns DMI info to recognize Maxdata Pro 7000 notebooks
2009-07-05 17:19 [PATCH 1/1] wistron_btns DMI info to recognize Maxdata Pro 7000 notebooks Giuseppe
@ 2009-07-13 4:03 ` Dmitry Torokhov
0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2009-07-13 4:03 UTC (permalink / raw)
To: Giuseppe; +Cc: mitr, stable, linux-kernel, linux-input
On Sun, Jul 05, 2009 at 07:19:02PM +0200, Giuseppe wrote:
> This patch adds DMI recognition information to automatically load the
> correct layout for the Maxdata Pro 7000X/DX notebook models. Such
> notebooks are clones of Fujitsu Amilo V2000, the hook for the v2000 is
> being used and I have tested that perfectly works.
>
> The immediate result of integrating this patch is that the five special
> buttons will work on these specific notebook models and that the RF
> killswitch will not be activated after suspend. This patch definitively
> obsoletes the fsam7400 module which I was still needing to enable wifi
> and to fix the RF killswitch suspend problem; in the current 2.6.30
> kernel it is necessary to load the wistron_btns module with options
> 'force=1 keymap=1557/MS2141', which was not anyway a complete workaround.
>
> Signed-off-by: Giuseppe Mazzotta <g.mazzotta@iragan.com>
>
Applied, thank you Giuseppe. BTW, your mailer converts tabs to spaces
and line-wraps the mails, you might want to look into fixing that,
Thanks!
--
Dmitry
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-07-13 4:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-05 17:19 [PATCH 1/1] wistron_btns DMI info to recognize Maxdata Pro 7000 notebooks Giuseppe
2009-07-13 4:03 ` Dmitry Torokhov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).