HID: lenovo: Add middleclick_workaround sysfs knob for cptkbd
authorMikhail Khvainitski <me@khvoinitsky.org>
Sat, 23 Dec 2023 19:12:13 +0000 (21:12 +0200)
committerJiri Kosina <jkosina@suse.com>
Tue, 23 Jan 2024 10:55:04 +0000 (11:55 +0100)
commit2814646f76f8518326964f12ff20aaee70ba154d
treec4c2a98e123d372429acaf2246b5283268bbfc1d
parentfef018d8199661962b5fc0f0d1501caa54b2b533
HID: lenovo: Add middleclick_workaround sysfs knob for cptkbd

Previous attempt to autodetect well-behaving patched firmware
introduced in commit 46a0a2c96f0f ("HID: lenovo: Detect quirk-free fw
on cptkbd and stop applying workaround") has shown that there are
false-positives on original firmware (on both 1st gen and 2nd gen
keyboards) which causes the middle button click workaround to be
mistakenly disabled.

This commit adds explicit parameter to sysfs to control this
workaround.

Fixes: 46a0a2c96f0f ("HID: lenovo: Detect quirk-free fw on cptkbd and stop applying workaround")
Fixes: 43527a0094c1 ("HID: lenovo: Restrict detection of patched firmware only to USB cptkbd")
Signed-off-by: Mikhail Khvainitski <me@khvoinitsky.org>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
drivers/hid/hid-lenovo.c