Re: [Linuxwacom-devel] [PATCH libwacom] data: Add Dell Canvas 27

2017-11-03 Thread Jason Gerecke
On November 3, 2017 7:01:36 AM PDT, Benjamin Tissoires wrote: >The touchscreen part is not from Wacom, so we need to >teach libwacom and libinput that both are part of the >same device group for them to do touch arbitration. > >Signed-off-by: Benjamin Tissoires

Re: [Linuxwacom-devel] [PATCH input-wacom 1/2] Process 24HDT and 27QHDT in wacom_multitouch_generic

2017-11-03 Thread Ping Cheng
On Friday, November 3, 2017, Jason Gerecke wrote: > The wacom_multitouch_generic function was based upon wacom_24hdt_irq > and can be fairly trivially swapped in to its place. By doing this, we > can bring more functionality under one common umbrella that is available > in

Re: [Linuxwacom-devel] [PATCH input-wacom] Correct tilt range for MobileStudio/Intuos/Cintiq Pro devices

2017-11-03 Thread Ping Cheng
On Friday, November 3, 2017, Jason Gerecke wrote: > The pre-3.17 kernels set up their tilt axis ranges to be 0..127 rather > than -64..+63 like with the HID kernels. We need to add a correction for > this to the wacom_mspro_pen_irq function so that userspace properly >

Re: [Linuxwacom-devel] [PATCH xf86-input-wacom] conf: add Dell Canvas 27 touch

2017-11-03 Thread Jason Gerecke
On November 3, 2017 2:23:10 PM PDT, Benjamin Tissoires wrote: >On Fri, Nov 3, 2017 at 9:15 PM, Aaron Armstrong Skomra > wrote: >> >> >> On Fri, Nov 3, 2017 at 7:19 AM, Benjamin Tissoires >> wrote: >>> >>> The Dell

[Linuxwacom-devel] [PATCH input-wacom 2/2] Add support for WACOM_24HDT and WACOM_27QHDT touch sensors to 2.6.30 / 2.6.36

2017-11-03 Thread Jason Gerecke
Following up on the prior patch, we add the code necessary for the 2.6.30 and 2.6.36 trees to properly handle touch sensors from the WACOM_24HDT and WACOM_27QHDT classes (e.g. Cintiq 24HDT, Cintiq 13HDT, DTH2242). Signed-off-by: Jason Gerecke --- 2.6.30/wacom_sys.c | 50

[Linuxwacom-devel] [PATCH input-wacom 1/2] Process 24HDT and 27QHDT in wacom_multitouch_generic

2017-11-03 Thread Jason Gerecke
The wacom_multitouch_generic function was based upon wacom_24hdt_irq and can be fairly trivially swapped in to its place. By doing this, we can bring more functionality under one common umbrella that is available in every kernel tree (wacom_24hdt_irq itself was never backported to 2.6.30/2.6.36).

Re: [Linuxwacom-devel] [PATCH xf86-input-wacom] conf: add Dell Canvas 27 touch

2017-11-03 Thread Benjamin Tissoires
On Fri, Nov 3, 2017 at 9:15 PM, Aaron Armstrong Skomra wrote: > > > On Fri, Nov 3, 2017 at 7:19 AM, Benjamin Tissoires > wrote: >> >> The Dell canvas 27 is an external monitor with pen and touch, but the >> pen is provided by Wacom, and the touch

[Linuxwacom-devel] [PATCH input-wacom] Correct tilt range for MobileStudio/Intuos/Cintiq Pro devices

2017-11-03 Thread Jason Gerecke
The pre-3.17 kernels set up their tilt axis ranges to be 0..127 rather than -64..+63 like with the HID kernels. We need to add a correction for this to the wacom_mspro_pen_irq function so that userspace properly interprets the data. Without this fix, any physical tilt angle will be interprted as

Re: [Linuxwacom-devel] [PATCH xf86-input-wacom] conf: add Dell Canvas 27 touch

2017-11-03 Thread Aaron Armstrong Skomra
On Fri, Nov 3, 2017 at 7:19 AM, Benjamin Tissoires < benjamin.tissoi...@gmail.com> wrote: > The Dell canvas 27 is an external monitor with pen and touch, but the > pen is provided by Wacom, and the touch by Advanced Silicon. > To have proper touch arbitration, we need to force xf86-input-wacom >

[Linuxwacom-devel] New, One by Wacom, CTL-472

2017-11-03 Thread Cameron Glew
Hello everyone, I just picked up a One by Wacom (small) tablet. It's the new CTL-472 model. I noticed this tablet was mentioned on the wiki *Device IDs *section: http://linuxwacom.sourceforge.net/wiki/index.php/Device_IDs but i couldn't see a .tablet file in the git Data folder:

[Linuxwacom-devel] [PATCH xf86-input-wacom] conf: add Dell Canvas 27 touch

2017-11-03 Thread Benjamin Tissoires
The Dell canvas 27 is an external monitor with pen and touch, but the pen is provided by Wacom, and the touch by Advanced Silicon. To have proper touch arbitration, we need to force xf86-input-wacom to also handle the touch part. Signed-off-by: Benjamin Tissoires

[Linuxwacom-devel] [PATCH libwacom] data: Add Dell Canvas 27

2017-11-03 Thread Benjamin Tissoires
The touchscreen part is not from Wacom, so we need to teach libwacom and libinput that both are part of the same device group for them to do touch arbitration. Signed-off-by: Benjamin Tissoires --- data/dell-canvas-27.tablet | 40