From: Aleksandr Mezin Date: Sun, 18 Sep 2022 11:55:06 +0000 (+0600) Subject: hwmon: (nzxt-smart2) add another USB ID X-Git-Tag: v6.6.17~6502^2~59 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=887b22ec07e56c680c7e5c4b6e2f47b7b28a48fc;p=platform%2Fkernel%2Flinux-rpi.git hwmon: (nzxt-smart2) add another USB ID No known differences from already supported devices. Signed-off-by: Aleksandr Mezin Link: https://lore.kernel.org/r/20220918115506.61870-1-mezin.alexander@gmail.com Signed-off-by: Guenter Roeck --- diff --git a/drivers/hwmon/nzxt-smart2.c b/drivers/hwmon/nzxt-smart2.c index dd892ff..533f38b 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 */