All of lore.kernel.org
 help / color / mirror / Atom feed
From: Elliott Martin <johnelliottmartin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: syntax error, unexpected PARSEOP_IF
Date: Sat, 14 May 2005 15:20:47 -0700	[thread overview]
Message-ID: <200505141520.55501.johnelliottmartin@gmail.com> (raw)

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

Hello,

I am trying to fix up my DSDT for my Averatec 3300 laptop and I have gotten 
the ASL errors from 190 down to 1 and I don't know how to fix this last 
error, so I thought I should ask for help.

The error from iasl is:

dsdt.dsl  3674:     If (SS1)
Error    1037 -      ^ syntax error, unexpected PARSEOP_IF

and the code surronding that line is (with line numbers):

  3651
  3652          Name (SLPS, 0x00)
  3653          Device (SLPB)
  3654          {
  3655              Name (_HID, EisaId ("PNP0C0E"))
  3656              Method (_STA, 0, NotSerialized)
  3657              {
  3658                  Return (0x0F)
  3659              }
  3660
  3661              Method (\_GPE._L1D, 0, NotSerialized)
  3662              {
  3663                  Notify (\_SB.PWRB, 0x02)
  3664              }
  3665
  3666              Name (_PRW, Package (0x02)
  3667              {
  3668                  0x1D,
  3669                  0x03
  3670              })
  3671          }
  3672      }
  3673
  3674      If (SS1)
  3675      {
  3676          Name (\_SB.PCI0._S1D, 0x02)
  3677          Name (\_SB.PCI0.P0P1._S1D, 0x02)
  3678          Name (\_SB.PCI0.USB1._S1D, 0x02)
  3679          Name (\_SB.PCI0.USB2._S1D, 0x02)
  3680          Name (\_SB.PCI0.USB3._S1D, 0x02)
  3681      }
  3682
  3683      If (SS3)
  3684      {
  3685          Name (\_SB.PCI0._S3D, 0x03)
  3686          Name (\_SB.PCI0.P0P1._S3D, 0x03)
  3687          Name (\_SB.PCI0.USB1._S3D, 0x03)
  3688          Name (\_SB.PCI0.USB2._S3D, 0x03)
  3689          Name (\_SB.PCI0.USB3._S3D, 0x03)
  3690      }
  3691

It seems like a perfectly reasonable place for an If stmt, so does anyone know 
where I should start looking?

-Elliott

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

             reply	other threads:[~2005-05-14 22:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-14 22:20 Elliott Martin [this message]
     [not found] ` <200505141520.55501.johnelliottmartin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2005-05-14 23:05   ` syntax error, unexpected PARSEOP_IF Janosch Machowinski
  -- strict thread matches above, loose matches on Subject: below --
2005-05-18 22: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=200505141520.55501.johnelliottmartin@gmail.com \
    --to=johnelliottmartin-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.