diff options
author | Desmond Lim <peckishrine@gmail.com> | 2021-12-30 23:27:56 +0800 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2022-02-02 15:12:22 +0100 |
commit | 976734041b6c958838a97642f82715576d09c23e (patch) | |
tree | 3126d91418c7aa976c399a7cf7c67dae9204b143 /drivers/hid/Kconfig | |
parent | 9b57f458985742bd1c585f4c7f36d04634ce1143 (diff) | |
download | linux-976734041b6c958838a97642f82715576d09c23e.tar.bz2 |
HID: add SiGma Micro driver
Fix for SiGma Micro-based keyboards where all the modifier keys mapped
to Shift_L.
Co-developed-by: Kinglong Mee <kinglongmee@gmail.com>
Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
Signed-off-by: Desmond Lim <peckishrine@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index f5544157576c..c983b0afc635 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -984,6 +984,16 @@ config HID_SEMITEK - Woo-dy - X-Bows Nature/Knight +config HID_SIGMAMICRO + tristate "SiGma Micro-based keyboards" + depends on USB_HID + help + Support for keyboards that use the SiGma Micro (a.k.a SigmaChip) IC. + + Supported devices: + - Landslides KR-700 + - Rapoo V500 + config HID_SONY tristate "Sony PS2/3/4 accessories" depends on USB_HID |