https://bugzilla.kernel.org/show_bug.cgi?id=24002
--- Comment #38 from Lan Tianyu <tianyu.lan@...> 2013-05-05 13:08:43 ---
Anyone can test the patch in the Comment #34 ? From my opinions, this problem
is caused by wmi driver's EC operation region handler doesn't support
read/write operation of longer than 8 bit data and return bad param error.
Device (SCM0)
{
Name (_HID, "pnp0c14")
Name (_UID, Zero)
...
OperationRegion (EC, EmbeddedControl, Zero, 0x0100)
Field (EC, ByteAcc, NoLock, Preserve)
{
Offset (0x2D),
T2D0, 1,
T2D1, 4,
T2D5, 3,
TD2E, 8,
TD2F, 8,
TD30, 8,
TD31, 8,
TD32, 8,
TD33, 8,
Offset (0x35),
TD35, 8,
TD36, 8,
Offset (0x38),
TD38, 16,
TD3A, 16,
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
|