Re: [PATCH 1/1] HID: multitouch: enable palm rejection if device implements confidence usage

2016-01-04 Thread Benjamin Tissoires
Hi Allen, On Mon, Dec 21, 2015 at 10:45 AM, Allen Hung wrote: > On 12/18/2015 05:52 AM, Benjamin Tissoires wrote: >> On Thu, Nov 26, 2015 at 3:21 PM, Jiri Kosina wrote: >>> On Fri, 20 Nov 2015, Allen Hung wrote: >>> The usage Confidence is mandary to Windows Precision Touchpad devices. The

Re: [PATCH 1/1] HID: multitouch: enable palm rejection if device implements confidence usage

2015-12-21 Thread Allen Hung
On 12/18/2015 05:52 AM, Benjamin Tissoires wrote: > On Thu, Nov 26, 2015 at 3:21 PM, Jiri Kosina wrote: >> On Fri, 20 Nov 2015, Allen Hung wrote: >> >>> The usage Confidence is mandary to Windows Precision Touchpad devices. The >>> appearance of this usage is checked in hidinput_connect but the qu

Re: [PATCH 1/1] HID: multitouch: enable palm rejection if device implements confidence usage

2015-12-17 Thread Benjamin Tissoires
On Thu, Nov 26, 2015 at 3:21 PM, Jiri Kosina wrote: > On Fri, 20 Nov 2015, Allen Hung wrote: > >> The usage Confidence is mandary to Windows Precision Touchpad devices. The >> appearance of this usage is checked in hidinput_connect but the quirk >> MT_QUIRK_VALID_IS_CONFIDENCE is not applied to de

Re: [PATCH 1/1] HID: multitouch: enable palm rejection if device implements confidence usage

2015-11-26 Thread Jiri Kosina
On Fri, 20 Nov 2015, Allen Hung wrote: > The usage Confidence is mandary to Windows Precision Touchpad devices. The > appearance of this usage is checked in hidinput_connect but the quirk > MT_QUIRK_VALID_IS_CONFIDENCE is not applied to device accordingly. > Apply this quirk and also remove quirk

Re: [PATCH 1/1] HID: multitouch: enable palm rejection if device implements confidence usage

2015-11-23 Thread Benjamin Tissoires
On Fri, Nov 20, 2015 at 11:21 AM, Allen Hung wrote: > The usage Confidence is mandary to Windows Precision Touchpad devices. The > appearance of this usage is checked in hidinput_connect but the quirk > MT_QUIRK_VALID_IS_CONFIDENCE is not applied to device accordingly. > Apply this quirk and also

[PATCH 1/1] HID: multitouch: enable palm rejection if device implements confidence usage

2015-11-20 Thread Allen Hung
The usage Confidence is mandary to Windows Precision Touchpad devices. The appearance of this usage is checked in hidinput_connect but the quirk MT_QUIRK_VALID_IS_CONFIDENCE is not applied to device accordingly. Apply this quirk and also remove quirk MT_QUIRK_ALWAYS_VALID to enable palm rejection f

Re: [PATCH 1/1] HID: multitouch: enable palm rejection if device implements confidence usage

2015-11-18 Thread Benjamin Tissoires
On Wed, Nov 18, 2015 at 10:41 AM, Allen Hung wrote: > The usage Confidence is mandary to Windows Precision Touchpad devices. The > appearance of this usage is checked in hidinput_connect but the quirk > MT_QUIRK_VALID_IS_CONFIDENCE is not applied to the device accordingly. > Apply this quirk and a

[PATCH 1/1] HID: multitouch: enable palm rejection if device implements confidence usage

2015-11-18 Thread Allen Hung
The usage Confidence is mandary to Windows Precision Touchpad devices. The appearance of this usage is checked in hidinput_connect but the quirk MT_QUIRK_VALID_IS_CONFIDENCE is not applied to the device accordingly. Apply this quirk and also remove quirk MT_QUIRK_ALWAYS_VALID to enable the palm rej