Skip to content

Commit 5619c66

Browse files
wgottwaltgroeck
authored andcommitted
hwmon: (corsair-psu) Add USB id of the new HX1500i psu
Also update the documentation accordingly. Signed-off-by: Wilken Gottwalt <wilken.gottwalt@posteo.net> Link: https://lore.kernel.org/r/Y0FghqQCHG/cX5Jz@monster.localdomain Signed-off-by: Guenter Roeck <linux@roeck-us.net>
1 parent 3008d20 commit 5619c66

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Documentation/hwmon/corsair-psu.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Supported devices:
1919

2020
Corsair HX1200i
2121

22+
Corsair HX1500i
23+
2224
Corsair RM550i
2325

2426
Corsair RM650i

drivers/hwmon/corsair-psu.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -821,6 +821,7 @@ static const struct hid_device_id corsairpsu_idtable[] = {
821821
{ HID_USB_DEVICE(0x1b1c, 0x1c0c) }, /* Corsair RM850i */
822822
{ HID_USB_DEVICE(0x1b1c, 0x1c0d) }, /* Corsair RM1000i */
823823
{ HID_USB_DEVICE(0x1b1c, 0x1c1e) }, /* Corsair HX1000i revision 2 */
824+
{ HID_USB_DEVICE(0x1b1c, 0x1c1f) }, /* Corsair HX1500i */
824825
{ },
825826
};
826827
MODULE_DEVICE_TABLE(hid, corsairpsu_idtable);

0 commit comments

Comments
 (0)