Skip to content

Commit 6082bfe

Browse files
shaan7groeck
authored andcommitted
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: Shantanu Tushar <[email protected]> Reviewed-by: Wilken Gottwalt <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]>
1 parent 535ac9a commit 6082bfe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Documentation/hwmon/corsair-psu.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Supported devices:
1717

1818
Corsair HX1000i (Legacy and Series 2023)
1919

20-
Corsair HX1200i (Legacy and Series 2023)
20+
Corsair HX1200i (Legacy, Series 2023 and Series 2025)
2121

2222
Corsair HX1500i (Legacy and Series 2023)
2323

drivers/hwmon/corsair-psu.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -885,6 +885,7 @@ static const struct hid_device_id corsairpsu_idtable[] = {
885885
{ HID_USB_DEVICE(0x1b1c, 0x1c1e) }, /* Corsair HX1000i Series 2023 */
886886
{ HID_USB_DEVICE(0x1b1c, 0x1c1f) }, /* Corsair HX1500i Legacy and Series 2023 */
887887
{ HID_USB_DEVICE(0x1b1c, 0x1c23) }, /* Corsair HX1200i Series 2023 */
888+
{ HID_USB_DEVICE(0x1b1c, 0x1c27) }, /* Corsair HX1200i Series 2025 */
888889
{ },
889890
};
890891
MODULE_DEVICE_TABLE(hid, corsairpsu_idtable);

0 commit comments

Comments
 (0)