[Kernel-packages] [Bug 1118657] Re: Lenovo m490/k4350/b580/L530/k29 - ACPI Warnings for \_SB_.PCI0.LPCB.H_EC.LED_

2015-05-30 Thread Víctor Hernández
** Changed in: linux (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1118657

Title:
  Lenovo m490/k4350/b580/L530/k29 - ACPI Warnings for
  \_SB_.PCI0.LPCB.H_EC.LED_

Status in HWE Next Project:
  Won't Fix
Status in linux package in Ubuntu:
  Fix Released

Bug description:
  Suspend and hibernate stress test got failed with following errors in logs:
  s3: HIGH Kernel message: [10512.177806] ACPI Warning: For 
\_SB_.PCI0.LPCB.H_EC.LED_: Excess arguments - needs 1, found 2 
(20110623/nspredef-326)
  s4: HIGH Kernel message: [11728.328110] ACPI Warning: For 
\_SB_.PCI0.LPCB.H_EC.LED_: Excess arguments - needs 1, found 2 
(20110623/nspredef-326)

  Steps:
  1. Log into desktop
  2. Run s3/s4 stress test for 30 times

  Expected results:
  Suspend and hibernate stress got passed without any error

  Actual results:
  s3/s4 got failures in log file

  Diagnosis:

  This warning is generated by the ACPI LED method expects 1 argument, but the 
kernel driver thinkpad_acpi.c function led_set_status will evaluate the ACPI 
LED method with two arguments (let and led_status):
  Method (LED, 1, NotSerialized)
  {
  If (H8DR)
  {
  Store (Arg0, MLED)
  }
  Else
  {
  And (RBEC (0x0B), 0xFD, Local0)
  Or (Local0, Arg0, Local0)
  WBEC (0x0B, Local0)
  }
  }

  and I also checked with lenovo thiinkpad x220, x200, seems it accepts two 
arguments in ACPI LED method:
  Method (LED, 2, NotSerialized)
  {
  Or (Arg0, Arg1, Local0)
  If (\H8DR)
  {
  Store (Local0, HLCL)
  }
  Else
  {
  \WBEC (0x0C, Local0)
  }
  }

  It seems the spec change, if yes, we might need the spec.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1118657/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1118657] Re: Lenovo m490/k4350/b580/L530/k29 - ACPI Warnings for \_SB_.PCI0.LPCB.H_EC.LED_

2014-03-17 Thread Adam Lee
** Changed in: hwe-next
 Assignee: Adam Lee (adam8157) = (unassigned)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1118657

Title:
  Lenovo m490/k4350/b580/L530/k29 - ACPI Warnings for
  \_SB_.PCI0.LPCB.H_EC.LED_

Status in HWE Next Project:
  Triaged
Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  Suspend and hibernate stress test got failed with following errors in logs:
  s3: HIGH Kernel message: [10512.177806] ACPI Warning: For 
\_SB_.PCI0.LPCB.H_EC.LED_: Excess arguments - needs 1, found 2 
(20110623/nspredef-326)
  s4: HIGH Kernel message: [11728.328110] ACPI Warning: For 
\_SB_.PCI0.LPCB.H_EC.LED_: Excess arguments - needs 1, found 2 
(20110623/nspredef-326)

  Steps:
  1. Log into desktop
  2. Run s3/s4 stress test for 30 times

  Expected results:
  Suspend and hibernate stress got passed without any error

  Actual results:
  s3/s4 got failures in log file

  Diagnosis:

  This warning is generated by the ACPI LED method expects 1 argument, but the 
kernel driver thinkpad_acpi.c function led_set_status will evaluate the ACPI 
LED method with two arguments (let and led_status):
  Method (LED, 1, NotSerialized)
  {
  If (H8DR)
  {
  Store (Arg0, MLED)
  }
  Else
  {
  And (RBEC (0x0B), 0xFD, Local0)
  Or (Local0, Arg0, Local0)
  WBEC (0x0B, Local0)
  }
  }

  and I also checked with lenovo thiinkpad x220, x200, seems it accepts two 
arguments in ACPI LED method:
  Method (LED, 2, NotSerialized)
  {
  Or (Arg0, Arg1, Local0)
  If (\H8DR)
  {
  Store (Local0, HLCL)
  }
  Else
  {
  \WBEC (0x0C, Local0)
  }
  }

  It seems the spec change, if yes, we might need the spec.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1118657/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1118657] Re: Lenovo m490/k4350/b580/L530/k29 - ACPI Warnings for \_SB_.PCI0.LPCB.H_EC.LED_

2014-01-16 Thread Adam Lee
** No longer affects: linux (Ubuntu Precise)

** No longer affects: linux (Ubuntu Quantal)

** Changed in: hwe-next
   Importance: Medium = Low

** Changed in: linux (Ubuntu)
   Importance: Medium = Low

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1118657

Title:
  Lenovo m490/k4350/b580/L530/k29 - ACPI Warnings for
  \_SB_.PCI0.LPCB.H_EC.LED_

Status in HWE Next Project:
  Triaged
Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  Suspend and hibernate stress test got failed with following errors in logs:
  s3: HIGH Kernel message: [10512.177806] ACPI Warning: For 
\_SB_.PCI0.LPCB.H_EC.LED_: Excess arguments - needs 1, found 2 
(20110623/nspredef-326)
  s4: HIGH Kernel message: [11728.328110] ACPI Warning: For 
\_SB_.PCI0.LPCB.H_EC.LED_: Excess arguments - needs 1, found 2 
(20110623/nspredef-326)

  Steps:
  1. Log into desktop
  2. Run s3/s4 stress test for 30 times

  Expected results:
  Suspend and hibernate stress got passed without any error

  Actual results:
  s3/s4 got failures in log file

  Diagnosis:

  This warning is generated by the ACPI LED method expects 1 argument, but the 
kernel driver thinkpad_acpi.c function led_set_status will evaluate the ACPI 
LED method with two arguments (let and led_status):
  Method (LED, 1, NotSerialized)
  {
  If (H8DR)
  {
  Store (Arg0, MLED)
  }
  Else
  {
  And (RBEC (0x0B), 0xFD, Local0)
  Or (Local0, Arg0, Local0)
  WBEC (0x0B, Local0)
  }
  }

  and I also checked with lenovo thiinkpad x220, x200, seems it accepts two 
arguments in ACPI LED method:
  Method (LED, 2, NotSerialized)
  {
  Or (Arg0, Arg1, Local0)
  If (\H8DR)
  {
  Store (Local0, HLCL)
  }
  Else
  {
  \WBEC (0x0C, Local0)
  }
  }

  It seems the spec change, if yes, we might need the spec.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1118657/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1118657] Re: Lenovo m490/k4350/b580/L530/k29 - ACPI Warnings for \_SB_.PCI0.LPCB.H_EC.LED_

2014-01-03 Thread Christopher M. Penalver
** Tags added: bot-stop-nagging

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1118657

Title:
  Lenovo m490/k4350/b580/L530/k29 - ACPI Warnings for
  \_SB_.PCI0.LPCB.H_EC.LED_

Status in HWE Next Project:
  Triaged
Status in “linux” package in Ubuntu:
  Triaged
Status in “linux” source package in Precise:
  Confirmed
Status in “linux” source package in Quantal:
  Confirmed

Bug description:
  Suspend and hibernate stress test got failed with following errors in logs:
  s3: HIGH Kernel message: [10512.177806] ACPI Warning: For 
\_SB_.PCI0.LPCB.H_EC.LED_: Excess arguments - needs 1, found 2 
(20110623/nspredef-326)
  s4: HIGH Kernel message: [11728.328110] ACPI Warning: For 
\_SB_.PCI0.LPCB.H_EC.LED_: Excess arguments - needs 1, found 2 
(20110623/nspredef-326)

  Steps:
  1. Log into desktop
  2. Run s3/s4 stress test for 30 times

  Expected results:
  Suspend and hibernate stress got passed without any error

  Actual results:
  s3/s4 got failures in log file

  Diagnosis:

  This warning is generated by the ACPI LED method expects 1 argument, but the 
kernel driver thinkpad_acpi.c function led_set_status will evaluate the ACPI 
LED method with two arguments (let and led_status):
  Method (LED, 1, NotSerialized)
  {
  If (H8DR)
  {
  Store (Arg0, MLED)
  }
  Else
  {
  And (RBEC (0x0B), 0xFD, Local0)
  Or (Local0, Arg0, Local0)
  WBEC (0x0B, Local0)
  }
  }

  and I also checked with lenovo thiinkpad x220, x200, seems it accepts two 
arguments in ACPI LED method:
  Method (LED, 2, NotSerialized)
  {
  Or (Arg0, Arg1, Local0)
  If (\H8DR)
  {
  Store (Local0, HLCL)
  }
  Else
  {
  \WBEC (0x0C, Local0)
  }
  }

  It seems the spec change, if yes, we might need the spec.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1118657/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1118657] Re: Lenovo m490/k4350/b580/L530/k29 - ACPI Warnings for \_SB_.PCI0.LPCB.H_EC.LED_

2013-11-15 Thread Adam Lee
** Changed in: hwe-next
   Status: Incomplete = Triaged

** Changed in: hwe-next
   Importance: High = Medium

** Changed in: linux (Ubuntu)
   Importance: High = Medium

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1118657

Title:
  Lenovo m490/k4350/b580/L530/k29 - ACPI Warnings for
  \_SB_.PCI0.LPCB.H_EC.LED_

Status in HWE Next Project:
  Triaged
Status in “linux” package in Ubuntu:
  Triaged
Status in “linux” source package in Precise:
  Confirmed
Status in “linux” source package in Quantal:
  Confirmed

Bug description:
  Suspend and hibernate stress test got failed with following errors in logs:
  s3: HIGH Kernel message: [10512.177806] ACPI Warning: For 
\_SB_.PCI0.LPCB.H_EC.LED_: Excess arguments - needs 1, found 2 
(20110623/nspredef-326)
  s4: HIGH Kernel message: [11728.328110] ACPI Warning: For 
\_SB_.PCI0.LPCB.H_EC.LED_: Excess arguments - needs 1, found 2 
(20110623/nspredef-326)

  Steps:
  1. Log into desktop
  2. Run s3/s4 stress test for 30 times

  Expected results:
  Suspend and hibernate stress got passed without any error

  Actual results:
  s3/s4 got failures in log file

  Diagnosis:

  This warning is generated by the ACPI LED method expects 1 argument, but the 
kernel driver thinkpad_acpi.c function led_set_status will evaluate the ACPI 
LED method with two arguments (let and led_status):
  Method (LED, 1, NotSerialized)
  {
  If (H8DR)
  {
  Store (Arg0, MLED)
  }
  Else
  {
  And (RBEC (0x0B), 0xFD, Local0)
  Or (Local0, Arg0, Local0)
  WBEC (0x0B, Local0)
  }
  }

  and I also checked with lenovo thiinkpad x220, x200, seems it accepts two 
arguments in ACPI LED method:
  Method (LED, 2, NotSerialized)
  {
  Or (Arg0, Arg1, Local0)
  If (\H8DR)
  {
  Store (Local0, HLCL)
  }
  Else
  {
  \WBEC (0x0C, Local0)
  }
  }

  It seems the spec change, if yes, we might need the spec.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1118657/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1118657] Re: Lenovo m490/k4350/b580/L530/k29 - ACPI Warnings for \_SB_.PCI0.LPCB.H_EC.LED_

2013-11-11 Thread Rolf Leggewie
This ticket is set to incomplete without any open question left to
answer by the OP. Reverting..

** Changed in: linux (Ubuntu)
   Status: Incomplete = Triaged

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1118657

Title:
  Lenovo m490/k4350/b580/L530/k29 - ACPI Warnings for
  \_SB_.PCI0.LPCB.H_EC.LED_

Status in HWE Next Project:
  Incomplete
Status in “linux” package in Ubuntu:
  Triaged
Status in “linux” source package in Precise:
  Confirmed
Status in “linux” source package in Quantal:
  Confirmed

Bug description:
  Suspend and hibernate stress test got failed with following errors in logs:
  s3: HIGH Kernel message: [10512.177806] ACPI Warning: For 
\_SB_.PCI0.LPCB.H_EC.LED_: Excess arguments - needs 1, found 2 
(20110623/nspredef-326)
  s4: HIGH Kernel message: [11728.328110] ACPI Warning: For 
\_SB_.PCI0.LPCB.H_EC.LED_: Excess arguments - needs 1, found 2 
(20110623/nspredef-326)

  Steps:
  1. Log into desktop
  2. Run s3/s4 stress test for 30 times

  Expected results:
  Suspend and hibernate stress got passed without any error

  Actual results:
  s3/s4 got failures in log file

  Diagnosis:

  This warning is generated by the ACPI LED method expects 1 argument, but the 
kernel driver thinkpad_acpi.c function led_set_status will evaluate the ACPI 
LED method with two arguments (let and led_status):
  Method (LED, 1, NotSerialized)
  {
  If (H8DR)
  {
  Store (Arg0, MLED)
  }
  Else
  {
  And (RBEC (0x0B), 0xFD, Local0)
  Or (Local0, Arg0, Local0)
  WBEC (0x0B, Local0)
  }
  }

  and I also checked with lenovo thiinkpad x220, x200, seems it accepts two 
arguments in ACPI LED method:
  Method (LED, 2, NotSerialized)
  {
  Or (Arg0, Arg1, Local0)
  If (\H8DR)
  {
  Store (Local0, HLCL)
  }
  Else
  {
  \WBEC (0x0C, Local0)
  }
  }

  It seems the spec change, if yes, we might need the spec.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1118657/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1118657] Re: Lenovo m490/k4350/b580/L530/k29 - ACPI Warnings for \_SB_.PCI0.LPCB.H_EC.LED_

2013-10-09 Thread Adam Lee
** Changed in: hwe-next
   Status: Confirmed = Incomplete

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1118657

Title:
  Lenovo m490/k4350/b580/L530/k29 - ACPI Warnings for
  \_SB_.PCI0.LPCB.H_EC.LED_

Status in HWE Next Project:
  Incomplete
Status in “linux” package in Ubuntu:
  Incomplete
Status in “linux” source package in Precise:
  Confirmed
Status in “linux” source package in Quantal:
  Confirmed

Bug description:
  Suspend and hibernate stress test got failed with following errors in logs:
  s3: HIGH Kernel message: [10512.177806] ACPI Warning: For 
\_SB_.PCI0.LPCB.H_EC.LED_: Excess arguments - needs 1, found 2 
(20110623/nspredef-326)
  s4: HIGH Kernel message: [11728.328110] ACPI Warning: For 
\_SB_.PCI0.LPCB.H_EC.LED_: Excess arguments - needs 1, found 2 
(20110623/nspredef-326)

  Steps:
  1. Log into desktop
  2. Run s3/s4 stress test for 30 times

  Expected results:
  Suspend and hibernate stress got passed without any error

  Actual results:
  s3/s4 got failures in log file

  Diagnosis:

  This warning is generated by the ACPI LED method expects 1 argument, but the 
kernel driver thinkpad_acpi.c function led_set_status will evaluate the ACPI 
LED method with two arguments (let and led_status):
  Method (LED, 1, NotSerialized)
  {
  If (H8DR)
  {
  Store (Arg0, MLED)
  }
  Else
  {
  And (RBEC (0x0B), 0xFD, Local0)
  Or (Local0, Arg0, Local0)
  WBEC (0x0B, Local0)
  }
  }

  and I also checked with lenovo thiinkpad x220, x200, seems it accepts two 
arguments in ACPI LED method:
  Method (LED, 2, NotSerialized)
  {
  Or (Arg0, Arg1, Local0)
  If (\H8DR)
  {
  Store (Local0, HLCL)
  }
  Else
  {
  \WBEC (0x0C, Local0)
  }
  }

  It seems the spec change, if yes, we might need the spec.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1118657/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1118657] Re: Lenovo m490/k4350/b580/L530/k29 - ACPI Warnings for \_SB_.PCI0.LPCB.H_EC.LED_

2013-10-03 Thread Jeff Marcom
** Tags added: 201202-10576

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1118657

Title:
  Lenovo m490/k4350/b580/L530/k29 - ACPI Warnings for
  \_SB_.PCI0.LPCB.H_EC.LED_

Status in HWE Next Project:
  Confirmed
Status in “linux” package in Ubuntu:
  Incomplete
Status in “linux” source package in Precise:
  Confirmed
Status in “linux” source package in Quantal:
  Confirmed

Bug description:
  Suspend and hibernate stress test got failed with following errors in logs:
  s3: HIGH Kernel message: [10512.177806] ACPI Warning: For 
\_SB_.PCI0.LPCB.H_EC.LED_: Excess arguments - needs 1, found 2 
(20110623/nspredef-326)
  s4: HIGH Kernel message: [11728.328110] ACPI Warning: For 
\_SB_.PCI0.LPCB.H_EC.LED_: Excess arguments - needs 1, found 2 
(20110623/nspredef-326)

  Steps:
  1. Log into desktop
  2. Run s3/s4 stress test for 30 times

  Expected results:
  Suspend and hibernate stress got passed without any error

  Actual results:
  s3/s4 got failures in log file

  Diagnosis:

  This warning is generated by the ACPI LED method expects 1 argument, but the 
kernel driver thinkpad_acpi.c function led_set_status will evaluate the ACPI 
LED method with two arguments (let and led_status):
  Method (LED, 1, NotSerialized)
  {
  If (H8DR)
  {
  Store (Arg0, MLED)
  }
  Else
  {
  And (RBEC (0x0B), 0xFD, Local0)
  Or (Local0, Arg0, Local0)
  WBEC (0x0B, Local0)
  }
  }

  and I also checked with lenovo thiinkpad x220, x200, seems it accepts two 
arguments in ACPI LED method:
  Method (LED, 2, NotSerialized)
  {
  Or (Arg0, Arg1, Local0)
  If (\H8DR)
  {
  Store (Local0, HLCL)
  }
  Else
  {
  \WBEC (0x0C, Local0)
  }
  }

  It seems the spec change, if yes, we might need the spec.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1118657/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1118657] Re: Lenovo m490/k4350/b580/L530/k29 - ACPI Warnings for \_SB_.PCI0.LPCB.H_EC.LED_

2013-09-26 Thread Anthony Wong
** Changed in: hwe-next
 Assignee: (unassigned) = Adam Lee (adam8157)

** Changed in: hwe-next
   Importance: Undecided = High

** Changed in: hwe-next
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1118657

Title:
  Lenovo m490/k4350/b580/L530/k29 - ACPI Warnings for
  \_SB_.PCI0.LPCB.H_EC.LED_

Status in HWE Next Project:
  Confirmed
Status in “linux” package in Ubuntu:
  Incomplete
Status in “linux” source package in Precise:
  Confirmed
Status in “linux” source package in Quantal:
  Confirmed

Bug description:
  Suspend and hibernate stress test got failed with following errors in logs:
  s3: HIGH Kernel message: [10512.177806] ACPI Warning: For 
\_SB_.PCI0.LPCB.H_EC.LED_: Excess arguments - needs 1, found 2 
(20110623/nspredef-326)
  s4: HIGH Kernel message: [11728.328110] ACPI Warning: For 
\_SB_.PCI0.LPCB.H_EC.LED_: Excess arguments - needs 1, found 2 
(20110623/nspredef-326)

  Steps:
  1. Log into desktop
  2. Run s3/s4 stress test for 30 times

  Expected results:
  Suspend and hibernate stress got passed without any error

  Actual results:
  s3/s4 got failures in log file

  Diagnosis:

  This warning is generated by the ACPI LED method expects 1 argument, but the 
kernel driver thinkpad_acpi.c function led_set_status will evaluate the ACPI 
LED method with two arguments (let and led_status):
  Method (LED, 1, NotSerialized)
  {
  If (H8DR)
  {
  Store (Arg0, MLED)
  }
  Else
  {
  And (RBEC (0x0B), 0xFD, Local0)
  Or (Local0, Arg0, Local0)
  WBEC (0x0B, Local0)
  }
  }

  and I also checked with lenovo thiinkpad x220, x200, seems it accepts two 
arguments in ACPI LED method:
  Method (LED, 2, NotSerialized)
  {
  Or (Arg0, Arg1, Local0)
  If (\H8DR)
  {
  Store (Local0, HLCL)
  }
  Else
  {
  \WBEC (0x0C, Local0)
  }
  }

  It seems the spec change, if yes, we might need the spec.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1118657/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1118657] Re: Lenovo m490/k4350/b580/L530/k29 - ACPI Warnings for \_SB_.PCI0.LPCB.H_EC.LED_

2013-07-29 Thread Adam Lee
I submitted three patches to upstream

https://patchwork.kernel.org/patch/2692291/ 1/3
https://patchwork.kernel.org/patch/2685061/ 2/3
https://patchwork.kernel.org/patch/2685071/ 3/3

[1/3] and [2/3] were applied to subtree, the third one weren't because
maintainer doesn't like the blacklist way.

I tried to find a generic detect method, but failed to find it in the
spec I got. This bug is blocked, set the status to incomplete

** Changed in: linux (Ubuntu)
   Status: In Progress = Incomplete

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1118657

Title:
  Lenovo m490/k4350/b580/L530/k29 - ACPI Warnings for
  \_SB_.PCI0.LPCB.H_EC.LED_

Status in HWE Next Project:
  New
Status in “linux” package in Ubuntu:
  Incomplete
Status in “linux” source package in Precise:
  Confirmed
Status in “linux” source package in Quantal:
  Confirmed

Bug description:
  Suspend and hibernate stress test got failed with following errors in logs:
  s3: HIGH Kernel message: [10512.177806] ACPI Warning: For 
\_SB_.PCI0.LPCB.H_EC.LED_: Excess arguments - needs 1, found 2 
(20110623/nspredef-326)
  s4: HIGH Kernel message: [11728.328110] ACPI Warning: For 
\_SB_.PCI0.LPCB.H_EC.LED_: Excess arguments - needs 1, found 2 
(20110623/nspredef-326)

  Steps:
  1. Log into desktop
  2. Run s3/s4 stress test for 30 times

  Expected results:
  Suspend and hibernate stress got passed without any error

  Actual results:
  s3/s4 got failures in log file

  Diagnosis:

  This warning is generated by the ACPI LED method expects 1 argument, but the 
kernel driver thinkpad_acpi.c function led_set_status will evaluate the ACPI 
LED method with two arguments (let and led_status):
  Method (LED, 1, NotSerialized)
  {
  If (H8DR)
  {
  Store (Arg0, MLED)
  }
  Else
  {
  And (RBEC (0x0B), 0xFD, Local0)
  Or (Local0, Arg0, Local0)
  WBEC (0x0B, Local0)
  }
  }

  and I also checked with lenovo thiinkpad x220, x200, seems it accepts two 
arguments in ACPI LED method:
  Method (LED, 2, NotSerialized)
  {
  Or (Arg0, Arg1, Local0)
  If (\H8DR)
  {
  Store (Local0, HLCL)
  }
  Else
  {
  \WBEC (0x0C, Local0)
  }
  }

  It seems the spec change, if yes, we might need the spec.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1118657/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp