hwmon: (nzxt-smart2) add another USB ID
authorAleksandr Mezin <mezin.alexander@gmail.com>
Sun, 19 Feb 2023 10:59:19 +0000 (12:59 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 19 Apr 2023 14:08:31 +0000 (07:08 -0700)
commit4a148e9b1ee04e608263fa9536a96214d5561220
tree953d02ddefa9542060afdc0525ecfd162c3e513e
parent8107fe93896dee8f159c8cb4ec8ec18656fbcd96
hwmon: (nzxt-smart2) add another USB ID

This seems to be a new revision of the device. RGB controls have changed,
but this driver doesn't touch them anyway.

Fan speed control reported to be working with existing userspace (hidraw)
software, so I assume it's compatible. Fan channel count is the same.

Recently added (0x1e71, 0x2019) seems to be the same device.

Discovered in liquidctl project:

https://github.com/liquidctl/liquidctl/issues/541

Signed-off-by: Aleksandr Mezin <mezin.alexander@gmail.com>
Link: https://lore.kernel.org/r/20230219105924.333007-1-mezin.alexander@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/nzxt-smart2.c