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

2016-06-21 Thread Benjamin Tissoires
Hi Allen, On Tue, Jun 21, 2016 at 11:20 AM, Allen Hung wrote: > Hi Benjamin, > > On 01/04/2016 04:35 PM, Benjamin Tissoires wrote: >> Hi Allen, >> >> On Mon, Dec 21, 2015 at 10:45 AM, Allen Hung wrote: >>> On 12/18/2015 05:52 AM, Benjamin Tissoires

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

2016-06-21 Thread Benjamin Tissoires
Hi Allen, On Tue, Jun 21, 2016 at 11:20 AM, Allen Hung wrote: > Hi Benjamin, > > On 01/04/2016 04:35 PM, Benjamin Tissoires wrote: >> 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,

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

2016-06-21 Thread Allen Hung
Hi Benjamin, On 01/04/2016 04:35 PM, Benjamin Tissoires wrote: > 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

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

2016-06-21 Thread Allen Hung
Hi Benjamin, On 01/04/2016 04:35 PM, Benjamin Tissoires wrote: > 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: >

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

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

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

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

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

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

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-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

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. >

[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

[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

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

[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

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. >

[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