diff options
author | Harald Brinkmann <hbrinkmann@braincalibration.de> | 2015-09-03 17:49:26 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2015-09-04 14:44:44 +0200 |
commit | 8ffd341c4b66f4a2c0dea93dac9b7141870ea63c (patch) | |
tree | 908642d586eee971bd9835a2f423f4a50eaffa9d /drivers/hid/Kconfig | |
parent | 851328feb8c1d4130d3a0acb004e474168702d6d (diff) | |
download | linux-8ffd341c4b66f4a2c0dea93dac9b7141870ea63c.tar.bz2 |
HID: saitek: mode button quirk for Mad Catz R.A.T.5
This patch enables the Saitek HID quirk for the mode button of the Mad Catz
R.A.T.5 gaming mouse by adding the same quirk that's been neeeded for
preivous versions.
[jikos@kernel.org: update changelog a little bit]
Signed-off-by: Harald Brinkmann <hbrinkmann@braincalibration.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 6ab51ae3c39d..434ffa566340 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -672,9 +672,8 @@ config HID_SAITEK Supported devices: - PS1000 Dual Analog Pad - - R.A.T.9 Gaming Mouse - - R.A.T.7 Gaming Mouse - - M.M.O.7 Gaming Mouse + - Saitek R.A.T.7, R.A.T.9, M.M.O.7 Gaming Mice + - Mad Catz R.A.T.5, R.A.T.9 Gaming Mice config HID_SAMSUNG tristate "Samsung InfraRed remote control or keyboards" |