On 04/18/2013 11:58 AM, Matthew Garrett wrote:
On Thu, 2013-04-18 at 09:55 -0400, Kyle Evans wrote:

0x9(write), or SHKS, is essentially ec_write(SFHK,Arg0). Arg0 turns out
Oh - try changing

int query = 1

to

int query=0x6e

That only works if I also change:

-#define HPWMI_BIOS_QUERY 0x8
+#define HPWMI_BIOS_QUERY 0x9

But then we are still faced with a hardware detection problem I would assume.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to