Input: usbtouchscreen - extend coordinate range for Generaltouch devices
authorRoy Yin <yhch@generaltouch.com>
Mon, 22 Feb 2010 06:52:49 +0000 (22:52 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 22 Feb 2010 07:02:51 +0000 (23:02 -0800)
commiteb083ba260f21ad79e83e1ad05a0d27e93b58c83
treeabc3f6e2da53c02fde3b9eaf2ff0b17e6e685623
parentd9c4f846997c6d37e4f56907d93f1be022c17c6b
Input: usbtouchscreen - extend coordinate range for Generaltouch devices

Generaltouch protocol allows for coordinates in [0, 0xffff] range and
there are devices reporting coordinates as high as 0x7fff so let's update
the driver to reflect that.

Signed-off-by: Roy Yin <yhch@generaltouch.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/touchscreen/usbtouchscreen.c