Skip to content

Commit b629102

Browse files
wgottwaltgroeck
authored andcommitted
hwmon: (corsair-psu) fix typo in USB id description
Fix spelling mistake (Corsaur -> Corsair). Fixes: 0cf46a6 ("hwmon: (corsair-psu) add USB id of new revision of the HX1000i psu") Signed-off-by: Wilken Gottwalt <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]>
1 parent 9abf231 commit b629102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hwmon/corsair-psu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ static const struct hid_device_id corsairpsu_idtable[] = {
820820
{ HID_USB_DEVICE(0x1b1c, 0x1c0b) }, /* Corsair RM750i */
821821
{ HID_USB_DEVICE(0x1b1c, 0x1c0c) }, /* Corsair RM850i */
822822
{ HID_USB_DEVICE(0x1b1c, 0x1c0d) }, /* Corsair RM1000i */
823-
{ HID_USB_DEVICE(0x1b1c, 0x1c1e) }, /* Corsaur HX1000i revision 2 */
823+
{ HID_USB_DEVICE(0x1b1c, 0x1c1e) }, /* Corsair HX1000i revision 2 */
824824
{ },
825825
};
826826
MODULE_DEVICE_TABLE(hid, corsairpsu_idtable);

0 commit comments

Comments
 (0)