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/hid-ids.h | |
parent | 851328feb8c1d4130d3a0acb004e474168702d6d (diff) |
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/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index f769208276ae..99c13cd2bf07 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -646,6 +646,7 @@ #define USB_VENDOR_ID_MADCATZ 0x0738 #define USB_DEVICE_ID_MADCATZ_BEATPAD 0x4540 +#define USB_DEVICE_ID_MADCATZ_RAT5 0x1705 #define USB_DEVICE_ID_MADCATZ_RAT9 0x1709 #define USB_VENDOR_ID_MCC 0x09db |