Files
linux/drivers
Jim Broadus 786537063b HID: i2c-hid: Fix Elan touchpad regression
A quirk was recently added for Elan devices that has same device match
as an entry earlier in the list. The i2c_hid_lookup_quirk function will
always return the last match in the list, so the new entry shadows the
old entry. The quirk in the previous entry, I2C_HID_QUIRK_BOGUS_IRQ,
silenced a flood of messages which have reappeared in the 5.13 kernel.

This change moves the two quirk flags into the same entry.

Fixes: ca66a6770b (HID: i2c-hid: Skip ELAN power-on command after reset)
Signed-off-by: Jim Broadus <jbroadus@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2021-08-20 14:51:44 +02:00
..
2021-06-24 18:49:01 -06:00
2021-04-18 09:36:56 +03:00
2021-06-29 10:53:50 -07:00
2021-06-29 10:53:48 -07:00
2021-06-18 11:43:09 +02:00
2021-06-14 13:57:39 +02:00
2021-06-01 16:44:09 +01:00
2021-06-16 08:53:58 -06:00