usbtouchscreen: fix data reading for ITM touchscreens
authorDaniel Ritz <daniel.ritz-ml@swissonline.ch>
Wed, 11 Oct 2006 21:40:22 +0000 (23:40 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 17 Oct 2006 21:46:34 +0000 (14:46 -0700)
commit5dfb5f1d060a6f7dfddb78dc59f9e4d299088cc1
treeb6aad7a1ca336538ba9ad58f97b319fe20415a13
parent9ab99c8c513313c1c5931bdbd27dcc4bc7a3b7cd
usbtouchscreen: fix data reading for ITM touchscreens

ITM devices seem to report only garbage when not touched. update usbtouchscreen
to do data reading like itmtouch. also fix wrong mask on pressure bits.

Signed-off-by: Daniel Ritz <daniel.ritz@gmx.ch>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/input/usbtouchscreen.c