Re: PATCH: Fix boolean value for ACPI logical comparisons

2011-03-19 Thread roberth
On Fri, 18 Mar 2011 16:48:13 -0600 (MDT) Jordan Hargrave wrote: > This patch changes the values of boolean comparisons from 0:1 to 0:-1 > (from ACPI Spec) in order to fix an AML issue on some Asus machines. > Please test on other machines as well to verify that hardware > sensors/acpi/boot work p

Re: PATCH: Fix boolean value for ACPI logical comparisons

2011-03-19 Thread Kenneth R Westerback
On Fri, Mar 18, 2011 at 04:48:13PM -0600, Jordan Hargrave wrote: > This patch changes the values of boolean comparisons from 0:1 to 0:-1 (from > ACPI Spec) in order to fix an AML issue on some Asus machines. > Please test on other machines as well to verify that hardware > sensors/acpi/boot work

Re: PATCH: Fix boolean value for ACPI logical comparisons

2011-03-19 Thread Marco Peereboom
This is the right thing to do. ok On Fri, Mar 18, 2011 at 04:48:13PM -0600, Jordan Hargrave wrote: > This patch changes the values of boolean comparisons from 0:1 to 0:-1 (from > ACPI Spec) in order to fix an AML issue on some Asus machines. > Please test on other machines as well to verify that

PATCH: Fix boolean value for ACPI logical comparisons

2011-03-18 Thread Jordan Hargrave
This patch changes the values of boolean comparisons from 0:1 to 0:-1 (from ACPI Spec) in order to fix an AML issue on some Asus machines. Please test on other machines as well to verify that hardware sensors/acpi/boot work properly. Index: dsdt.c