Skip to content

Commit

Permalink
Update corsair-psu.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarlath-tg authored Mar 31, 2024
1 parent 712e142 commit a94301a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/hwmon/corsair-psu.c
Original file line number Diff line number Diff line change
Expand Up @@ -884,6 +884,7 @@ static const struct hid_device_id corsairpsu_idtable[] = {
{ HID_USB_DEVICE(0x1b1c, 0x1c0d) }, /* Corsair RM1000i */
{ HID_USB_DEVICE(0x1b1c, 0x1c1e) }, /* Corsair HX1000i Series 2023 */
{ HID_USB_DEVICE(0x1b1c, 0x1c1f) }, /* Corsair HX1500i Series 2022 and 2023 */
{ HID_USB_DEVICE(0x1b1c, 0x1c23) }, /* Corsair HX1200i Series 2023 */
{ },
};
MODULE_DEVICE_TABLE(hid, corsairpsu_idtable);
Expand Down

1 comment on commit a94301a

@Jarlath-tg
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New CorsairPSU. Update of the 2023 HX models

Please sign in to comment.