* [patch 05/11] acpi video: blacklist Fujitsu Lifebook S6410
@ 2008-06-09 23:22 akpm
2008-06-10 16:51 ` Len Brown
0 siblings, 1 reply; 3+ messages in thread
From: akpm @ 2008-06-09 23:22 UTC (permalink / raw)
To: lenb; +Cc: linux-acpi, akpm, nokos, mjg59, robert.moore, trenn
From: Peter Gruber <nokos@gmx.net>
Taken from http://bugzilla.kernel.org/show_bug.cgi?id=10454
On Thu, 1 May 2008 12:59:46 +0100 Matthew Garrett <mjg59@srcf.ucam.org> wrote:
> On Thu, May 01, 2008 at 02:52:04AM -0700, akpm@linux-foundation.org wrote:
>
> > Taken from http://bugzilla.kernel.org/show_bug.cgi?id=10454
>
> Checking the bug, it seems like discussion is ongoing and a better
> solution is possible - this seems to be a case of us differing in
> behaviour from Vista, so we probably want to fix it up properly.
>
> --
> Matthew Garrett | mjg59@srcf.ucam.org
Cc: Len Brown <lenb@kernel.org>
Cc: "Moore, Robert" <robert.moore@intel.com>
Cc: Thomas Renninger <trenn@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
drivers/acpi/blacklist.c | 8 ++++++++
1 file changed, 8 insertions(+)
diff -puN drivers/acpi/blacklist.c~acpi-video-balcklist-fujitsu-lifebook-s6410 drivers/acpi/blacklist.c
--- a/drivers/acpi/blacklist.c~acpi-video-balcklist-fujitsu-lifebook-s6410
+++ a/drivers/acpi/blacklist.c
@@ -448,6 +448,14 @@ static struct dmi_system_id acpi_osi_dmi
DMI_MATCH(DMI_PRODUCT_NAME, "ESPRIMO Mobile V5505"),
},
},
+ {
+ .callback = dmi_disable_osi_vista,
+ .ident = "Fujitsu Siemens",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK S6410"),
+ },
+ },
/*
* Disable OSI(Linux) warnings on all "Hewlett-Packard"
*
_
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [patch 05/11] acpi video: blacklist Fujitsu Lifebook S6410
2008-06-09 23:22 [patch 05/11] acpi video: blacklist Fujitsu Lifebook S6410 akpm
@ 2008-06-10 16:51 ` Len Brown
0 siblings, 0 replies; 3+ messages in thread
From: Len Brown @ 2008-06-10 16:51 UTC (permalink / raw)
To: akpm; +Cc: linux-acpi, nokos, mjg59, robert.moore, trenn
NAK,
bad idea to apply this workaround when a proper fix is in the works.
thanks,
-Len
On Mon, 9 Jun 2008, akpm@linux-foundation.org wrote:
> From: Peter Gruber <nokos@gmx.net>
>
> Taken from http://bugzilla.kernel.org/show_bug.cgi?id=10454
>
> On Thu, 1 May 2008 12:59:46 +0100 Matthew Garrett <mjg59@srcf.ucam.org> wrote:
>
> > On Thu, May 01, 2008 at 02:52:04AM -0700, akpm@linux-foundation.org wrote:
> >
> > > Taken from http://bugzilla.kernel.org/show_bug.cgi?id=10454
> >
> > Checking the bug, it seems like discussion is ongoing and a better
> > solution is possible - this seems to be a case of us differing in
> > behaviour from Vista, so we probably want to fix it up properly.
> >
> > --
> > Matthew Garrett | mjg59@srcf.ucam.org
>
> Cc: Len Brown <lenb@kernel.org>
> Cc: "Moore, Robert" <robert.moore@intel.com>
> Cc: Thomas Renninger <trenn@suse.de>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
> ---
>
> drivers/acpi/blacklist.c | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff -puN drivers/acpi/blacklist.c~acpi-video-balcklist-fujitsu-lifebook-s6410 drivers/acpi/blacklist.c
> --- a/drivers/acpi/blacklist.c~acpi-video-balcklist-fujitsu-lifebook-s6410
> +++ a/drivers/acpi/blacklist.c
> @@ -448,6 +448,14 @@ static struct dmi_system_id acpi_osi_dmi
> DMI_MATCH(DMI_PRODUCT_NAME, "ESPRIMO Mobile V5505"),
> },
> },
> + {
> + .callback = dmi_disable_osi_vista,
> + .ident = "Fujitsu Siemens",
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"),
> + DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK S6410"),
> + },
> + },
> /*
> * Disable OSI(Linux) warnings on all "Hewlett-Packard"
> *
> _
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [patch 05/11] acpi video: blacklist Fujitsu Lifebook S6410
@ 2008-05-14 23:09 akpm
0 siblings, 0 replies; 3+ messages in thread
From: akpm @ 2008-05-14 23:09 UTC (permalink / raw)
To: lenb; +Cc: linux-acpi, akpm, nokos, mjg59, robert.moore, trenn
From: Peter Gruber <nokos@gmx.net>
Taken from http://bugzilla.kernel.org/show_bug.cgi?id=10454
On Thu, 1 May 2008 12:59:46 +0100 Matthew Garrett <mjg59@srcf.ucam.org> wrote:
> On Thu, May 01, 2008 at 02:52:04AM -0700, akpm@linux-foundation.org wrote:
>
> > Taken from http://bugzilla.kernel.org/show_bug.cgi?id=10454
>
> Checking the bug, it seems like discussion is ongoing and a better
> solution is possible - this seems to be a case of us differing in
> behaviour from Vista, so we probably want to fix it up properly.
>
> --
> Matthew Garrett | mjg59@srcf.ucam.org
Cc: Len Brown <lenb@kernel.org>
Cc: "Moore, Robert" <robert.moore@intel.com>
Cc: Thomas Renninger <trenn@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
drivers/acpi/blacklist.c | 8 ++++++++
1 file changed, 8 insertions(+)
diff -puN drivers/acpi/blacklist.c~acpi-video-balcklist-fujitsu-lifebook-s6410 drivers/acpi/blacklist.c
--- a/drivers/acpi/blacklist.c~acpi-video-balcklist-fujitsu-lifebook-s6410
+++ a/drivers/acpi/blacklist.c
@@ -448,6 +448,14 @@ static struct dmi_system_id acpi_osi_dmi
DMI_MATCH(DMI_PRODUCT_NAME, "ESPRIMO Mobile V5505"),
},
},
+ {
+ .callback = dmi_disable_osi_vista,
+ .ident = "Fujitsu Siemens",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK S6410"),
+ },
+ },
/*
* Disable OSI(Linux) warnings on all "Hewlett-Packard"
*
_
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-06-10 16:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-09 23:22 [patch 05/11] acpi video: blacklist Fujitsu Lifebook S6410 akpm
2008-06-10 16:51 ` Len Brown
-- strict thread matches above, loose matches on Subject: below --
2008-05-14 23:09 akpm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox