Commit 6082bfe4 authored by Shantanu Tushar's avatar Shantanu Tushar Committed by Guenter Roeck
Browse files

hwmon: (corsair-psu) add support for HX1200i Series 2025



Add the USB ID of the Corsair HXi Series 2025 HX1200i PSU (CP-9020307).
Update the documentation to mention this.

Signed-off-by: default avatarShantanu Tushar <shantanu@kde.org>
Reviewed-by: default avatarWilken Gottwalt <wilken.gottwalt@posteo.net>
Link: https://lore.kernel.org/r/20250630201444.210420-1-shantanu@kde.org


Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent 535ac9ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ Supported devices:

  Corsair HX1000i (Legacy and Series 2023)

  Corsair HX1200i (Legacy and Series 2023)
  Corsair HX1200i (Legacy, Series 2023 and Series 2025)

  Corsair HX1500i (Legacy and Series 2023)

+1 −0
Original line number Diff line number Diff line
@@ -885,6 +885,7 @@ static const struct hid_device_id corsairpsu_idtable[] = {
	{ HID_USB_DEVICE(0x1b1c, 0x1c1e) }, /* Corsair HX1000i Series 2023 */
	{ HID_USB_DEVICE(0x1b1c, 0x1c1f) }, /* Corsair HX1500i Legacy and Series 2023 */
	{ HID_USB_DEVICE(0x1b1c, 0x1c23) }, /* Corsair HX1200i Series 2023 */
	{ HID_USB_DEVICE(0x1b1c, 0x1c27) }, /* Corsair HX1200i Series 2025 */
	{ },
};
MODULE_DEVICE_TABLE(hid, corsairpsu_idtable);