Re: [PATCH v11 1/4] HID: wacom_sys: Add support for flipping the data values
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2021-10-20 02:15:15
Also in:
linux-arm-kernel, linux-input, lkml
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2021-10-20 02:15:15
Also in:
linux-arm-kernel, linux-input, lkml
On Wed, Oct 20, 2021 at 11:44:50AM +1000, Alistair Francis wrote:
On Wed, Oct 20, 2021 at 11:05 AM Dmitry Torokhov [off-list ref] wrote:quoted
On Wed, Oct 20, 2021 at 09:33:13AM +1000, Alistair Francis wrote:quoted
On Tue, Oct 19, 2021 at 11:51 AM Dmitry Torokhov [off-list ref] wrote:quoted
We already have touchscreen-inverted-x/y defined in Documentation/devicetree/bindings/input/touchscreen/touchscreen.yaml, why are they not sufficient?The touchscreen-* properties aren't applied to HID devices though, at least not that I can tell.No, they are not currently, but that does not mean we need to establish a new set of properties (property names) for HID case.I can update the names to use the existing touchscreen ones. Do you have a hint of where this should be implemented though? Right now (without "HID: wacom: Add support for the AG14 Wacom device") the wacom touchscreen is just registered as a generic HID device. I don't see any good place in hid-core, hid-input or hid-generic to invert the input values for this.
I think the transformation should happen in hid-multitouch.c::mt_process_slot() using helpers from include/linux/input/touchscreen.h I think the more challenging question is to how pass/attach struct touchscreen_properties * to the hid device (i expect the properties will be attached to i2c-hid device, but maybe we could create a sub-node of it and attach properties there. Thanks. -- Dmitry