We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9abf231 commit b629102Copy full SHA for b629102
drivers/hwmon/corsair-psu.c
@@ -820,7 +820,7 @@ static const struct hid_device_id corsairpsu_idtable[] = {
820
{ HID_USB_DEVICE(0x1b1c, 0x1c0b) }, /* Corsair RM750i */
821
{ HID_USB_DEVICE(0x1b1c, 0x1c0c) }, /* Corsair RM850i */
822
{ HID_USB_DEVICE(0x1b1c, 0x1c0d) }, /* Corsair RM1000i */
823
- { HID_USB_DEVICE(0x1b1c, 0x1c1e) }, /* Corsaur HX1000i revision 2 */
+ { HID_USB_DEVICE(0x1b1c, 0x1c1e) }, /* Corsair HX1000i revision 2 */
824
{ },
825
};
826
MODULE_DEVICE_TABLE(hid, corsairpsu_idtable);
0 commit comments