public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: Bruno Ducrot <ducrot-kk6yZipjEM5g9hUCZPvPmw@public.gmane.org>
To: Thomas Renninger <trenn-l3A5Bk7waGM@public.gmane.org>
Cc: DJAX <djax-whniv8GeeGkdnm+yROfE0A@public.gmane.org>,
	ACPI
	<acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>,
	dani-fQczH/8Hd3rnGZpH1ro7E16hYfS7NtTn@public.gmane.org
Subject: Re: DSDT Problems with Acer Aspire 1691WLMi
Date: Thu, 2 Jun 2005 17:14:53 +0200	[thread overview]
Message-ID: <20050602151453.GD8899@poupinou.org> (raw)
In-Reply-To: <429F1FE0.9080208-l3A5Bk7waGM@public.gmane.org>

On Thu, Jun 02, 2005 at 05:04:00PM +0200, Thomas Renninger wrote:
> If this is a common problem on many machines maybe the compiler should be a bit less restricted
> at this point?
> 

Not supported :)

--- acpica-unix-20050513/compiler/aslrestype2.c	2005/05/30 18:26:54	1.1
+++ acpica-unix-20050513/compiler/aslrestype2.c	2005/05/30 18:29:01
@@ -329,7 +329,7 @@ RsDoDwordIoDescriptor (
              * Not a valid ResourceSource, ResourceSourceIndex must also
              * be invalid
              */
-            else if (ResSourceIndex)
+            else if (0)
             {
                 AslError (ASL_ERROR, ASL_MSG_RESOURCE_SOURCE,
                     InitializerOp, NULL);
@@ -543,7 +543,7 @@ RsDoDwordMemoryDescriptor (
              * Not a valid ResourceSource, ResourceSourceIndex must also
              * be invalid
              */
-            else if (ResSourceIndex)
+            else if (0)
             {
                 AslError (ASL_ERROR, ASL_MSG_RESOURCE_SOURCE,
                     InitializerOp, NULL);
@@ -755,7 +755,7 @@ RsDoDwordSpaceDescriptor (
              * Not a valid ResourceSource, ResourceSourceIndex must also
              * be invalid
              */
-            else if (ResSourceIndex)
+            else if (0)
             {
                 AslError (ASL_ERROR, ASL_MSG_RESOURCE_SOURCE,
                     InitializerOp, NULL);
@@ -1428,7 +1428,7 @@ RsDoQwordIoDescriptor (
              * Not a valid ResourceSource, ResourceSourceIndex must also
              * be invalid
              */
-            else if (ResSourceIndex)
+            else if (0)
             {
                 AslError (ASL_ERROR, ASL_MSG_RESOURCE_SOURCE,
                     InitializerOp, NULL);
@@ -1637,7 +1637,7 @@ RsDoQwordMemoryDescriptor (
              * Not a valid ResourceSource, ResourceSourceIndex must also
              * be invalid
              */
-            else if (ResSourceIndex)
+            else if (0)
             {
                 AslError (ASL_ERROR, ASL_MSG_RESOURCE_SOURCE,
                     InitializerOp, NULL);
@@ -1844,7 +1844,7 @@ RsDoQwordSpaceDescriptor (
              * Not a valid ResourceSource, ResourceSourceIndex must also
              * be invalid
              */
-            else if (ResSourceIndex)
+            else if (0)
             {
                 AslError (ASL_ERROR, ASL_MSG_RESOURCE_SOURCE,
                     InitializerOp, NULL);
@@ -2032,7 +2032,7 @@ RsDoWordIoDescriptor (
              * Not a valid ResourceSource, ResourceSourceIndex must also
              * be invalid
              */
-            else if (ResSourceIndex)
+            else if (0)
             {
                 AslError (ASL_ERROR, ASL_MSG_RESOURCE_SOURCE,
                     InitializerOp, NULL);
@@ -2232,7 +2232,7 @@ RsDoWordBusNumberDescriptor (
              * Not a valid ResourceSource, ResourceSourceIndex must also
              * be invalid
              */
-            else if (ResSourceIndex)
+            else if (0)
             {
                 AslError (ASL_ERROR, ASL_MSG_RESOURCE_SOURCE,
                     InitializerOp, NULL);
@@ -2429,7 +2429,7 @@ RsDoWordSpaceDescriptor (
              * Not a valid ResourceSource, ResourceSourceIndex must also
              * be invalid
              */
-            else if (ResSourceIndex)
+            else if (0)
             {
                 AslError (ASL_ERROR, ASL_MSG_RESOURCE_SOURCE,
                     InitializerOp, NULL);

-- 
Bruno Ducrot

--  Which is worse:  ignorance or apathy?
--  Don't know.  Don't care.


-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005

  parent reply	other threads:[~2005-06-02 15:14 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-02 11:18 DSDT Problems with Acer Aspire 1691WLMi Daniel Solsona
     [not found] ` <1117711110.7363.9.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2005-06-02 14:09   ` DJAX
     [not found]     ` <429F1315.80600-whniv8GeeGkdnm+yROfE0A@public.gmane.org>
2005-06-02 15:04       ` Thomas Renninger
     [not found]         ` <429F1FE0.9080208-l3A5Bk7waGM@public.gmane.org>
2005-06-02 15:14           ` Bruno Ducrot [this message]
2005-06-03  9:35       ` Daniel Solsona
     [not found]         ` <1117791345.7363.18.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2005-06-03 11:34           ` DJAX
     [not found]             ` <42A0404F.4040207-whniv8GeeGkdnm+yROfE0A@public.gmane.org>
2005-06-03 13:47               ` Thomas Renninger
     [not found]                 ` <42A05F70.6040907-l3A5Bk7waGM@public.gmane.org>
2005-06-03 14:32                   ` Daniel Solsona Moratiel
2005-06-03 19:36                   ` Daniel Solsona Moratiel
  -- strict thread matches above, loose matches on Subject: below --
2005-06-02 16:18 Moore, Robert
     [not found] ` <971FCB6690CD0E4898387DBF7552B90E01B0B514-sBd4vmA9Se5Qxe9IK+vIArfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2005-06-02 17:16   ` James Sparenberg
2005-06-02 17:20 Moore, Robert
2005-06-02 17:21 Moore, Robert

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=20050602151453.GD8899@poupinou.org \
    --to=ducrot-kk6yzipjem5g9huczpvpmw@public.gmane.org \
    --cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=dani-fQczH/8Hd3rnGZpH1ro7E16hYfS7NtTn@public.gmane.org \
    --cc=djax-whniv8GeeGkdnm+yROfE0A@public.gmane.org \
    --cc=trenn-l3A5Bk7waGM@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