http://bugzilla.kernel.org/show_bug.cgi?id=8803





------- Comment #14 from [EMAIL PROTECTED]  2007-07-28 00:17 -------
(In reply to comment #13)
> (In reply to comment #12)
> > 
> > Ok, I inspected your DSDT a bit and it looks like I need some more work to 
> > get
> > the Type1 Vaios (as your C1VE) work. They are using a different resource
> > template in the _SRS call, thus the call is failing (as you see from the 
> > logs).
...
> no problem, I'll do my best to test your patches. Due to my regular business
> trips my reaction time can be long sometimes, but I promise to help ! I am 
> very
> impressed how reactive Andrew Morton and you are. It is the first time that I
> have found a bug in the kernel and I really like to help to improve it,
> especially for the tiny Sony Picturebooks. It's so cool to see Linux running 
> on
> this machine.

Hehehe, actually I'll probably be unable to cook a patch in the next few days
but the good news is that the problem is clear and I should be able to fix it
once my spare time allows it.

> What is a SRS call ?

"Set Resource Settings", we need to tell the bios which configuration we're
using. It looks like very old Vaios did it with a different input structure
than newer ones:

C1VE (Type 1):
  Name (SSRC, ResourceTemplate ()
  {
     IO (Decode16, 0x0000, 0x0000, 0x01, 0x01, )
     IO (Decode16, 0x0000, 0x0000, 0x01, 0x01, )
     IRQNoFlags () {}
  })

SZ72 (Type 3):
  Name (SSRC, ResourceTemplate ()
  {
     IO (Decode16, 0x0000, 0x0000, 0x01, 0x20, )
     IRQNoFlags () {}
  })

We just need to make a special case for Type 1 Vaios, should be easy enough.

Mattia


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to