hp-wmi: Add support for reporting tablet state
authorMatthew Garrett <mjg@redhat.com>
Mon, 1 Jun 2009 14:25:45 +0000 (15:25 +0100)
committerLen Brown <len.brown@intel.com>
Thu, 18 Jun 2009 03:46:31 +0000 (23:46 -0400)
commit871043bc463e7d191e7b5b00436a8852921dd833
tree2e386de106434ec6fe3728077a56824b64f1a440
parentdb18b040af6571a7eeed9e1adc2e92c9c87e4b1a
hp-wmi: Add support for reporting tablet state

HP tablets send a WMI event when a tablet state change occurs, but use the
same method as is used for reporting docking and undocking. The same query
is used to obtain the state of the hardware. Bit 0 indicates the docking
state, while bit 2 indicates the tablet state. This patch breaks these out
and sends separate input events for tablet and dock state changes. An
additional sysfs file is added to report the tablet state.

Signed-off-by: Matthew Garrett <mjg@redhat.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/platform/x86/hp-wmi.c