]> git.baikalelectronics.ru Git - kernel.git/commit
Input: wacom - fix retrieving touch_max bug
authorPing Cheng <pinglinux@gmail.com>
Thu, 28 Jun 2012 23:46:27 +0000 (16:46 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 29 Jun 2012 00:02:40 +0000 (17:02 -0700)
commitc6bcd5035268d5042a12c20e58f57d68f2239423
treef14fc79eed746fb7102198576e89c351bd3f9564
parent5c146dcea64076786a9a176703b3e6f798b238f7
Input: wacom - fix retrieving touch_max bug

rep_data is not an array anymore, so taking it's address when passing to
wacom_get_report() is wrong.

Signed-off-by: Ping Cheng <pingc@wacom.com>
Tested-by: Rafi Rubin <rafi@seas.upenn.edu>
Reviewed-by: Jason Gerecke <killertofu@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/tablet/wacom_sys.c