Input: wacom - fix TabletPC touch bug
authorPing Cheng <pingc@wacom.com>
Tue, 28 Apr 2009 14:49:54 +0000 (07:49 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 28 Apr 2009 16:32:38 +0000 (09:32 -0700)
commit384318ecd2eb4fdbcbe7c4df6e8bb55986bf52d4
tree537f086b25e5ef41ac2db5cfa108bcd990c07977
parent6b9ff696ba1176b6fca78d01fc590dd4335c8743
Input: wacom - fix TabletPC touch bug

This patch fixed a bug that was introduced in kernel 2.6.28 for
TabletPC touch data. The wacom_parse_hid routine in wacom_sys.c
should always return 0 even when usb_control_msg got an error.

Signed-off-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