Re: [PATCH v3] HID: hid-multitouch: support fine-grain orientation reporting

2017-10-09 Thread Wei-Ning Huang
Hi Benjamin, Thanks for the review. I've fixed according to your comments and sent the v4 patch: https://patchwork.kernel.org/patch/9995003/ Wei-Ning On Fri, Oct 6, 2017 at 4:13 PM, Benjamin Tissoires wrote: > Hi, > > On Oct 05 2017 or thereabouts, Jiri Kosina wrote: >> >> [ adding Benjamin to

Re: [PATCH v3] HID: hid-multitouch: support fine-grain orientation reporting

2017-10-06 Thread Benjamin Tissoires
Hi, On Oct 05 2017 or thereabouts, Jiri Kosina wrote: > > [ adding Benjamin to CC ] > > On Thu, 28 Sep 2017, Wei-Ning Huang wrote: > > > The current hid-multitouch driver only allow the report of two > > orientations, vertical and horizontal. We use the Azimuth orientation > > usage 0x3F under

Re: [PATCH v3] HID: hid-multitouch: support fine-grain orientation reporting

2017-10-05 Thread Jiri Kosina
[ adding Benjamin to CC ] On Thu, 28 Sep 2017, Wei-Ning Huang wrote: > The current hid-multitouch driver only allow the report of two > orientations, vertical and horizontal. We use the Azimuth orientation > usage 0x3F under the Digitizer usage page to report orientation if the > device supports

[PATCH v3] HID: hid-multitouch: support fine-grain orientation reporting

2017-09-28 Thread Wei-Ning Huang
The current hid-multitouch driver only allow the report of two orientations, vertical and horizontal. We use the Azimuth orientation usage 0x3F under the Digitizer usage page to report orientation if the device supports it. Changelog: v1 -> v2: - Fix commit message. - Remove resolution rep