]> Pileus Git - ~andy/linux/commit
Input: wacom - cleanup feature report for bamboos
authorChris Bagwell <chris@cnpbagwell.com>
Thu, 27 Oct 2011 05:24:22 +0000 (22:24 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 27 Oct 2011 05:35:50 +0000 (22:35 -0700)
commit6e8ec5379c7ab9a57190e23af173aee74f88e54a
treee95d80d3b38290891815a3214ff5271212672c0d
parent3f48e7354358519e5b93f7f755ec270b3f8eafa0
Input: wacom - cleanup feature report for bamboos

Only the stylus interface on Bamboo's has a feature report that can
be used to set to wacom mode.  The touch interface only has 1 report mode
and will return errors for those get/sets requests.

The get request was always erroring out because it was not marked as
an input request. Only down side of error was needlessly resending the
set request 5 times.

Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
Acked-by: Ping Cheng <pingc@wacom.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/tablet/wacom_sys.c