diff options
author | Aleksandr Mezin <mezin.alexander@gmail.com> | 2022-09-18 13:55:06 +0200 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2022-09-19 15:17:06 +0200 |
commit | 887b22ec07e56c680c7e5c4b6e2f47b7b28a48fc (patch) | |
tree | 30eaa1d3da37d1344f7fd172d53994bcf36f2aa8 | |
parent | hwmon: (emc2305) Remove unnecessary range check (diff) | |
download | linux-887b22ec07e56c680c7e5c4b6e2f47b7b28a48fc.tar.xz linux-887b22ec07e56c680c7e5c4b6e2f47b7b28a48fc.zip |
hwmon: (nzxt-smart2) add another USB ID
No known differences from already supported devices.
Signed-off-by: Aleksandr Mezin <mezin.alexander@gmail.com>
Link: https://lore.kernel.org/r/20220918115506.61870-1-mezin.alexander@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
-rw-r--r-- | drivers/hwmon/nzxt-smart2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/nzxt-smart2.c b/drivers/hwmon/nzxt-smart2.c index dd892ff5a3e8..533f38b0b4e9 100644 --- a/drivers/hwmon/nzxt-smart2.c +++ b/drivers/hwmon/nzxt-smart2.c @@ -787,6 +787,7 @@ static void nzxt_smart2_hid_remove(struct hid_device *hdev) static const struct hid_device_id nzxt_smart2_hid_id_table[] = { { HID_USB_DEVICE(0x1e71, 0x2006) }, /* NZXT Smart Device V2 */ { HID_USB_DEVICE(0x1e71, 0x200d) }, /* NZXT Smart Device V2 */ + { HID_USB_DEVICE(0x1e71, 0x200f) }, /* NZXT Smart Device V2 */ { HID_USB_DEVICE(0x1e71, 0x2009) }, /* NZXT RGB & Fan Controller */ { HID_USB_DEVICE(0x1e71, 0x200e) }, /* NZXT RGB & Fan Controller */ { HID_USB_DEVICE(0x1e71, 0x2010) }, /* NZXT RGB & Fan Controller */ |