]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Input: wacom - remove field pktlen declaration in the list of devices
authorBenjamin Tissoires <benjamin.tissoires@redhat.com>
Thu, 24 Jul 2014 20:05:19 +0000 (13:05 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 26 Jul 2014 01:53:56 +0000 (18:53 -0700)
commit80befa93817b661193ba6423dfa9b69ffacd7e53
tree9d417a01e87e0e3c6fcb680fd7a9c8e30f6a5644
parent198fdee2829547ec4ff29bb56ea668790d23bc4b
Input: wacom - remove field pktlen declaration in the list of devices

pktlen is now overwritten by the driver directly by reading the hid
report descriptor. There is no need to declare it statically.
We also move down the position of the field in the struct so that
we can keep the current declaration of Wacom devices.

Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Reviewed-by: Jason Gerecke <killertofu@gmail.com>
Tested-by: Jason Gerecke <killertofu@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/tablet/wacom_wac.c
drivers/input/tablet/wacom_wac.h