projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a31d535
)
hwmon: (nzxt-smart2) add another USB ID
author
Aleksandr Mezin
<mezin.alexander@gmail.com>
Sun, 18 Sep 2022 11:55:06 +0000
(17:55 +0600)
committer
Guenter Roeck
<linux@roeck-us.net>
Mon, 19 Sep 2022 13:17:06 +0000
(06:17 -0700)
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>
drivers/hwmon/nzxt-smart2.c
patch
|
blob
|
history
diff --git
a/drivers/hwmon/nzxt-smart2.c
b/drivers/hwmon/nzxt-smart2.c
index dd892ff5a3e850a169d941df230f49c8485a00ea..533f38b0b4e9bfe1af3a38250d744649fa872ba1 100644
(file)
--- 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 */