* [RESEND] [PATCH] fujitsu-laptop: fix regression for P8010 in 2.6.27-rc
@ 2008-08-29 1:36 Jonathan Woithe
2008-09-04 12:25 ` Andi Kleen
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Woithe @ 2008-08-29 1:36 UTC (permalink / raw)
To: linux-acpi, ak; +Cc: Jonathan Woithe
Hi Andi
The following patch (based on a patch from Stephen Gildea) fixes a
regression with the LCD brightness keys on Fujitsu P8010 laptops which was
observed with the 2.6.27-rc series (basically they stopped working due to
changes within the fujitsu-laptop and video modules). Please apply to
2.6.27-rc and acpi git.
A more complete solution for this laptop will be included in an upcoming
patch, hopefully for 2.6.28. In the meantime this restores most
functionality for P8010 users.
Signed-off-by: Stephen Gildea <stepheng+fujitsu-laptop@gildea.com>
Signed-off-by: Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
Thanks
jonathan
--- linux-2.6.27-rc4-orig/drivers/misc/fujitsu-laptop.c 2008-08-27 09:38:11.220532000 +0930
+++ linux-2.6.27-rc4/drivers/misc/fujitsu-laptop.c 2008-08-27 09:48:37.811194368 +0930
@@ -463,6 +463,13 @@ static struct dmi_system_id __initdata f
DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK S6410"),
},
.callback = dmi_check_cb_s6410},
+ {
+ .ident = "FUJITSU LifeBook P8010",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "LifeBook P8010"),
+ },
+ .callback = dmi_check_cb_s6410},
{}
};
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [RESEND] [PATCH] fujitsu-laptop: fix regression for P8010 in 2.6.27-rc
2008-08-29 1:36 [RESEND] [PATCH] fujitsu-laptop: fix regression for P8010 in 2.6.27-rc Jonathan Woithe
@ 2008-09-04 12:25 ` Andi Kleen
0 siblings, 0 replies; 2+ messages in thread
From: Andi Kleen @ 2008-09-04 12:25 UTC (permalink / raw)
To: Jonathan Woithe; +Cc: linux-acpi
Jonathan Woithe wrote:
> Hi Andi
>
> The following patch (based on a patch from Stephen Gildea) fixes a
> regression with the LCD brightness keys on Fujitsu P8010 laptops which was
> observed with the 2.6.27-rc series (basically they stopped working due to
> changes within the fujitsu-laptop and video modules). Please apply to
> 2.6.27-rc and acpi git.
>
> A more complete solution for this laptop will be included in an upcoming
> patch, hopefully for 2.6.28. In the meantime this restores most
> functionality for P8010 users.
Added thanks
-Andi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-09-04 12:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-29 1:36 [RESEND] [PATCH] fujitsu-laptop: fix regression for P8010 in 2.6.27-rc Jonathan Woithe
2008-09-04 12:25 ` Andi Kleen
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).