All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Zhang <alex@alexyzhang.dev>
To: "Benjamin Tissoires" <benjamin.tissoires@redhat.com>,
	"José Expósito" <jose.exposito89@gmail.com>
Cc: Torge Matthies <openglfreak@googlemail.com>,
	Jiri Kosina <jikos@kernel.org>,
	"open list:HID CORE LAYER" <linux-input@vger.kernel.org>,
	Nikolai Kondrashov <spbnick@gmail.com>
Subject: Re: [PATCH] HID: Accept Digitizers as input devices
Date: Wed, 26 Oct 2022 15:42:49 -0700	[thread overview]
Message-ID: <2717adbe-e9b2-3c5a-7ccf-3d851a55744c@alexyzhang.dev> (raw)
In-Reply-To: <CAO-hwJJsKC=fyeFLCmdXMRkxEQFVGZ189GKphTVK83QJWc=udA@mail.gmail.com>

Hello,

On 8/11/22 8:27 AM, Benjamin Tissoires wrote:
> On Thu, Aug 4, 2022 at 8:00 PM José Expósito <jose.exposito89@gmail.com> wrote:
>>
>> Hi Torge,
>>
>> Thanks for the patch.
>>
>> On Thu, Aug 04, 2022 at 05:18:32PM +0200, Torge Matthies wrote:
>>> Commit f7d8e387d9ae ("HID: uclogic: Switch to Digitizer usage for
>>> styluses") broke input from my XP-Pen Star G640. This is because the
>>> "Digitizer" usage is not recognized as a valid usage for input devices.
>>>
>>> This patch changes the IS_INPUT_APPLICATION macro so that the "Digitizer"
>>> (HID_DG_DIGITIZER) usage is recognized as an input device usage.
>>>
>>> Fixes: f7d8e387d9ae ("HID: uclogic: Switch to Digitizer usage for styluses")
>>> Signed-off-by: Torge Matthies <openglfreak@googlemail.com>
>>> ---
>>> This patch could be risky, because any digitizer devices that were
>>> previously not treated as input devices are now used for input.
>>> Alternatively the linked commit could be reverted, but that would
>>> re-introduce the problem detailed in its commit message.
>>>
>>>   include/linux/hid.h | 2 +-
>>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> I hesitated about this when I sent the patch you mentioned. In the end,
>> I didn't include any fix because the digitizer use was tested for 2
>> years in DIGImend, so I (wrongly) assumed that it was safe enough.
>>
>> However, my initial thought was to add in uclogic_probe():
>>
>>          hdev->quirks |= HID_QUIRK_HIDINPUT_FORCE;
>> +       hdev->quirks |= HID_QUIRK_HIDINPUT_FORCE;
>>
>> Let's see if we can hear more opinions, but if you are worried about
>> affecting other drivers, that could be a good solution.
> 
> Sadly, my automated regression tests are broken for a while and I
> haven't checked if that patch is introducing errors in hid-multitouch.
> 
> FWIW, this part has always been painful because some tablets were not
> using the correct usages. And so that's why we are ending up in that
> weird situation.
> 
> Anyway, just to mention that any code that touches this part should be
> tested against the hid regression tests suite[0], because that's the
> only way to find out if the change is affecting other devices.

My XP-Pen Star G640 hasn't been working since commit f7d8e387d9ae and 
this patch fixes it. Is there anything I can do to help get this issue 
resolved? Should this be reported as a regression?

Best,
Alex

> 
> Cheers,
> Benjamin
> 
> [0] https://gitlab.freedesktop.org/libevdev/hid-tools
> 
>>
>> Best wishes,
>> Jose
>>
>>> diff --git a/include/linux/hid.h b/include/linux/hid.h
>>> index 4363a63b9775..07803e144d98 100644
>>> --- a/include/linux/hid.h
>>> +++ b/include/linux/hid.h
>>> @@ -883,7 +883,7 @@ static inline bool hid_is_usb(struct hid_device *hdev)
>>>   /* We ignore a few input applications that are not widely used */
>>>   #define IS_INPUT_APPLICATION(a) \
>>>                (((a >= HID_UP_GENDESK) && (a <= HID_GD_MULTIAXIS)) \
>>> -             || ((a >= HID_DG_PEN) && (a <= HID_DG_WHITEBOARD)) \
>>> +             || ((a >= HID_DG_DIGITIZER) && (a <= HID_DG_WHITEBOARD)) \
>>>                || (a == HID_GD_SYSTEM_CONTROL) || (a == HID_CP_CONSUMER_CONTROL) \
>>>                || (a == HID_GD_WIRELESS_RADIO_CTLS))
>>>
>>> --
>>> 2.37.1

  reply	other threads:[~2022-10-26 22:43 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-04 15:18 [PATCH] HID: Accept Digitizers as input devices Torge Matthies
2022-08-04 18:00 ` José Expósito
2022-08-11 15:27   ` Benjamin Tissoires
2022-10-26 22:42     ` Alexander Zhang [this message]
2022-10-27 12:06       ` Thorsten Leemhuis
2022-10-27 20:42         ` José Expósito
2022-10-28  3:16         ` Alexander Zhang
2022-11-10 17:48           ` José Expósito
2022-11-12  2:44             ` Alexander Zhang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2717adbe-e9b2-3c5a-7ccf-3d851a55744c@alexyzhang.dev \
    --to=alex@alexyzhang.dev \
    --cc=benjamin.tissoires@redhat.com \
    --cc=jikos@kernel.org \
    --cc=jose.exposito89@gmail.com \
    --cc=linux-input@vger.kernel.org \
    --cc=openglfreak@googlemail.com \
    --cc=spbnick@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.