]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit11460738bb6e7574ad39f10e8d278c147e332ce3
tree537f086b25e5ef41ac2db5cfa108bcd990c07977
parent32b76d4cbf48a616ce90e4a42f385b94e526de99
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