This is a note to let you know that I've just added the patch titled hwmon: (nzxt-smart2) Add device id to the 6.1-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: hwmon-nzxt-smart2-add-device-id.patch and it can be found in the queue-6.1 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From e247510e1baad04e9b7b8ed7190dbb00989387b9 Mon Sep 17 00:00:00 2001 From: Herman Fries <baracoder@xxxxxxxxxxxxxx> Date: Wed, 14 Dec 2022 20:46:28 +0100 Subject: hwmon: (nzxt-smart2) Add device id From: Herman Fries <baracoder@xxxxxxxxxxxxxx> commit e247510e1baad04e9b7b8ed7190dbb00989387b9 upstream. Adding support for new device id 1e71:2019 NZXT NZXT RGB & Fan Controller Signed-off-by: Herman Fries <baracoder@xxxxxxxxxxxxxx> Link: https://lore.kernel.org/r/20221214194627.135692-1-baracoder@xxxxxxxxxxxxxx Signed-off-by: Guenter Roeck <linux@xxxxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/hwmon/nzxt-smart2.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/hwmon/nzxt-smart2.c +++ b/drivers/hwmon/nzxt-smart2.c @@ -791,6 +791,7 @@ static const struct hid_device_id nzxt_s { 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 */ + { HID_USB_DEVICE(0x1e71, 0x2019) }, /* NZXT RGB & Fan Controller */ {}, }; Patches currently in stable-queue which might be from baracoder@xxxxxxxxxxxxxx are queue-6.1/hwmon-nzxt-smart2-add-device-id.patch