diff options
author | Alessandro Manca <crizan.git@gmail.com> | 2023-03-10 17:49:33 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2023-03-10 18:59:51 +0100 |
commit | dbf56d2fb53b7397002219bd221cfc72aadfdc82 (patch) | |
tree | 31a3340fef7fa840fe1a9d48cddce2b1808b82ff /drivers/hid/Kconfig | |
parent | 50c6b976fb66f623440066f8e44309b4c2f687a0 (diff) |
HID: topre: Add support for 87 keys Realforce R2
The tenkeyless version of the Realforce R2 has the same issue of the
full size one, the report fixup is needed to make n-key rollover
work instead of 6 key rollover
Signed-off-by: Alessandro Manca <crizan.git@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 82f64fb31fda..4ce012f83253 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -1122,7 +1122,7 @@ config HID_TOPRE tristate "Topre REALFORCE keyboards" depends on HID help - Say Y for N-key rollover support on Topre REALFORCE R2 108 key keyboards. + Say Y for N-key rollover support on Topre REALFORCE R2 108/87 key keyboards. config HID_THINGM tristate "ThingM blink(1) USB RGB LED" |