On Thu, May 22, 2003 at 10:28:15PM +0200, Mark Santcroos wrote: > On Thu, May 22, 2003 at 10:14:52PM +0200, Stijn Hoop wrote: > > --- insp4150.dsl.orig Thu May 22 22:06:40 2003 > > +++ insp4150.dsl Thu May 22 22:06:57 2003 > > _at__at_ -140,7 +140,7 _at__at_ > > > > Method (SXX8, 2, NotSerialized) > > { > > - If (LLess (Arg1, SizeOf (Arg0))) > > + If (LLess (Arg1, SizeOf (DerefOf(Arg0)))) > > { > - CreateByteField (Arg0, Arg1, SX20) > + CreateByteField (DerefOf(Arg0), Arg1, SX20) > > Change the above line and you should be settled. OK, will try next. I was about to send a success email using a diff inspired by the Linux ACPI project (htttp://acpi.sf.net/) -- the Inspiron 8100 ASL files, both original and patched are downloadable there. Attached is the diff I produced for my Inspiron 4150 based on that diff. However using the Linux diff some other resources go awry, see attached dmesg. Next up, your patch, results in a minute. By the way, the above website has a lot of ASLs -- might be worth to point people with buggy DSDTs to poke around there. --Stijn -- In the force if Yoda's so strong, construct a sentence with words in the proper order then why can't he?
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:09 UTC