lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <70s5106n-7qo4-4sr1-18qs-o30n143p49o9@xreary.bet>
Date: Tue, 14 Oct 2025 13:01:06 +0200 (CEST)
From: Jiri Kosina <jikos@...nel.org>
To: Matt Roberts <robertsmattb@...il.com>
cc: linux-input@...r.kernel.org, bentiss@...nel.org, 
    linux-kernel@...r.kernel.org
Subject: Re: [PATCH] HID: multitouch: add IGNORE_DUPLICATES quirk for ELAN1206
 (04f3:30f1)

On Sun, 5 Oct 2025, Matt Roberts wrote:

> diff --git a/drivers/hid/hid-multitouch.c b/drivers/hid/hid-multitouch.c
> index 2879e65cf..ed318c80e 100644
> --- a/drivers/hid/hid-multitouch.c
> +++ b/drivers/hid/hid-multitouch.c
> @@ -2150,6 +2150,10 @@ static const struct hid_device_id mt_devices[] = {
>                 HID_DEVICE(BUS_I2C, HID_GROUP_MULTITOUCH_WIN_8,
>                         USB_VENDOR_ID_ELAN, 0x32ae) },
> 
> +        /* ELAN1206 touchpad: duplicate tracking IDs cause hold/click storms */
> +        { .driver_data = MT_QUIRK_IGNORE_DUPLICATES,
> +          HID_DEVICE(BUS_I2C, HID_GROUP_MULTITOUCH, 0x04f3, 0x30f1) },

Is there a reason not to use USB_VENDOR_ID_ELAN here, instead of 
open-coding 0x04f3?

Also, the patch has been whitespace-corrupted, so it can't be applied. 
Could you please look into fixing that, and resubmit?

Thanks!

-- 
Jiri Kosina
SUSE Labs


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ