[PATCH 2/4 v3] input: wacom - make sure touch_max is set for touch devices

2013-11-15 Thread Ping Cheng
Old single touch Tablet PCs do not have touch_max set at wacom_features. Since touch device at lease supports one finger, assign touch_max to 1 when touch usage is defined in its HID Descriptor and touch_max is not pre-defined. Tested-by: Jason Gerecke killert...@gmail.com Signed-off-by: Ping

Re: [PATCH 2/4 v3] input: wacom - make sure touch_max is set for touch devices

2013-11-15 Thread Chris Bagwell
On Fri, Nov 15, 2013 at 1:59 PM, Ping Cheng pingli...@gmail.com wrote: Old single touch Tablet PCs do not have touch_max set at wacom_features. Since touch device at lease supports one finger, assign touch_max to 1 when touch usage is defined in its HID Descriptor and touch_max is not