public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: Timo Hoenig <thoenig-dCxI//HcOdFeoWH0uzbU5w@public.gmane.org>
To: "Hanno Böck" <mail-60OJuG18Xr6zQB+pC5nmwQ@public.gmane.org>
Cc: Karol Kozimor <sziwan-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org>,
	Carl-Daniel Hailfinger
	<c-d.hailfinger.devel.2005-hi6Y0CQ0nG0@public.gmane.org>,
	"Moore,
	Robert" <robert.moore-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
	acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
	Christian Aichinger <Greek0-hi6Y0CQ0nG0@public.gmane.org>
Subject: Re: oops with asus_acpi on P30/P35
Date: Sun, 21 Aug 2005 16:36:17 +0200	[thread overview]
Message-ID: <1124634977.4952.9.camel@nouse.net> (raw)
In-Reply-To: <200508191749.18016.mail-60OJuG18Xr6zQB+pC5nmwQ@public.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 579 bytes --]

Hi,

On Fri, 2005-08-19 at 17:49 +0200, Hanno Böck wrote:

[...]

> This is still not fixed within 2.6.13_rc6. As 2.6.13 seems to be on the way 
> and this bug is really grave/makes a piece of hardware unusable, can this be 
> pushed to the kernel tree as soon as possible?

This patch does fix the Samsung P30 but this fix will also break support
for other systems (like the ASUS W5A), too.  To get the W5A working
again, it needs something like the attached patch.

I assume that other models will stop working, too.

> cu,
> 
> Hanno

See you,

   Timo

[-- Attachment #2: asus_w5a.patch --]
[-- Type: text/x-patch, Size: 600 bytes --]

--- acpi_asus.c	2005-08-21 16:33:15.000000000 +0100
+++ acpu_asus.c	2005-08-21 16:33:41.000000000 +0100
@@ -1088,6 +1089,9 @@
 	 * return anything. Catch this one and any similar here */
 	if (model->type == ACPI_TYPE_STRING) {
 		printk(KERN_NOTICE "  %s model detected, ", model->string.pointer);
+	} else if (asus_info && /* Asus W5A needs this. Maybe others? */
+			strncmp(asus_info->oem_table_id, "0AAAA000", 8) == 0) {
+			printk(KERN_NOTICE "Found Asus ACPI without model type?\n");
 	} else {
 		if (asus_info && /* Samsung P30 */
 		    strncmp(asus_info->oem_table_id, "ODEM", 4) == 0) {


  parent reply	other threads:[~2005-08-21 14:36 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-18  0:45 oops with asus_acpi on P30/P35 Christian Aichinger
     [not found] ` <20050618004506.GE3690-eJYrgmUciHpxYM3rXe3Iuw@public.gmane.org>
2005-06-29 11:10   ` Karol Kozimor
     [not found]     ` <20050629111044.GA2910-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org>
2005-06-29 15:10       ` Carl-Daniel Hailfinger
     [not found]         ` <42C2BA01.2060806-hi6Y0CQ0nG0@public.gmane.org>
2005-06-29 15:50           ` Karol Kozimor
     [not found]             ` <20050629155015.GB14659-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org>
2005-08-19 15:49               ` Hanno Böck
     [not found]                 ` <200508191749.18016.mail-60OJuG18Xr6zQB+pC5nmwQ@public.gmane.org>
2005-08-21 14:36                   ` Timo Hoenig [this message]
     [not found]                     ` <1124634977.4952.9.camel-dCxI//HcOdFeoWH0uzbU5w@public.gmane.org>
2005-09-21  9:08                       ` Christian Aichinger
     [not found]                         ` <20050921090810.GS22403-eJYrgmUciHpxYM3rXe3Iuw@public.gmane.org>
2005-09-21 11:47                           ` Hanno Böck
     [not found]                             ` <200509211347.13322.mail-60OJuG18Xr6zQB+pC5nmwQ@public.gmane.org>
2005-09-21 14:39                               ` Christian Aichinger
2005-09-21 13:39                           ` Timo Hoenig
     [not found]                             ` <1127309993.26683.15.camel-1iW2g3EOClSoYr4blSSd5g@public.gmane.org>
2005-09-21 15:08                               ` Christian Aichinger
     [not found]                                 ` <20050921150851.GU22403-eJYrgmUciHpxYM3rXe3Iuw@public.gmane.org>
2005-09-22 12:13                                   ` Karol Kozimor
     [not found]                                     ` <20050922121342.GA9462-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org>
2005-09-22 12:52                                       ` Christian Aichinger
2005-09-22 14:31                                   ` Timo Hoenig
2005-09-23 23:36                           ` [PATCH] acpi: Fix oops in asus_acpi.c on Samsung P30/P35 Laptops Christian Aichinger
  -- strict thread matches above, loose matches on Subject: below --
2005-06-29 16:09 oops with asus_acpi on P30/P35 Moore, Robert
     [not found] ` <971FCB6690CD0E4898387DBF7552B90E01F61BCB-sBd4vmA9Se5Qxe9IK+vIArfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2005-06-29 16:35   ` Karol Kozimor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1124634977.4952.9.camel@nouse.net \
    --to=thoenig-dcxi//hcodfeowh0uzbu5w@public.gmane.org \
    --cc=Greek0-hi6Y0CQ0nG0@public.gmane.org \
    --cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=c-d.hailfinger.devel.2005-hi6Y0CQ0nG0@public.gmane.org \
    --cc=mail-60OJuG18Xr6zQB+pC5nmwQ@public.gmane.org \
    --cc=robert.moore-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=sziwan-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox