Input: wacom - request tablet data for Bamboo Pens
commit3dc9f40de4dddf9147b80cf15be633189a2b70f4
authorChris Bagwell <chris@cnpbagwell.com>
Sun, 12 Sep 2010 07:08:40 +0000 (12 00:08 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 12 Sep 2010 07:13:23 +0000 (12 00:13 -0700)
treefd5229f44f7213652d05f0bc791d3206737148c8
parenta0bf0ea809ba0a7621e191ec4cab5775d502ef7e
Input: wacom - request tablet data for Bamboo Pens

Bamboo P&T need to use second form of usb_set_report() to
ask to report tablet data.

With previous addition of Bamboo Touch, BTN_TOOL_TRIPLETAP is now used
for both TABLETPC2FG and BAMBOO_PT types.  So reduced check to
match type=TABLETPC2FG.

This change shows redundant check for !TABLETPC2FG in else statement.

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