Input: wacom - create inputs when wireless connect
authorChris Bagwell <chris@cnpbagwell.com>
Mon, 26 Mar 2012 06:26:20 +0000 (23:26 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 26 Mar 2012 06:32:59 +0000 (23:32 -0700)
commit16bf288c4be67b68c3fcb6561ff145702cb7bd22
tree9ae5f770afa5812ebdb2f2b381cb1477a59f4f85
parentd3825d51c3eddb8a3c7d1281f27181aff6db19b8
Input: wacom - create inputs when wireless connect

When a tablet connect or disconnect is detected, schedule
work queue to register or unregister related input devices.

When a wireless tablet connects, it reports same USB PID
used if tablet is connected with USB cable. Use this to
update features values, set input capabilities, and then
register device.  From there, the Pen and Touch interfaces
will reuse the existing tablet's IRQ routines.

Its possible that 1 receiver is shared with 2 tablets with
different PID (small and medium Bamboo for example) so the
input is unregister at disconnect to better support this case.

Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
Tested-by: Jason Gerecke <killertofu@gmail.com>
Acked-by: Ping Cheng <pingc@wacom.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/tablet/wacom.h
drivers/input/tablet/wacom_sys.c
drivers/input/tablet/wacom_wac.c
drivers/input/tablet/wacom_wac.h
This page took 0.028877 seconds and 5 git commands to generate.