Re: BUG: Fn keys not working on EliteBook 8460p after fabf85e3ca15d5b94058f391dac8df870cdd427a

From: Kyle Evans
Date: Thu Apr 18 2013 - 12:49:15 EST



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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/