projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9abf231
)
hwmon: (corsair-psu) fix typo in USB id description
author
Wilken Gottwalt
<wilken.gottwalt@posteo.net>
Mon, 3 Oct 2022 09:05:27 +0000
(09:05 +0000)
committer
Guenter Roeck
<linux@roeck-us.net>
Sun, 16 Oct 2022 22:52:59 +0000
(15:52 -0700)
Fix spelling mistake (Corsaur -> Corsair).
Fixes:
0cf46a653bda
("hwmon: (corsair-psu) add USB id of new revision of the HX1000i psu")
Signed-off-by: Wilken Gottwalt <wilken.gottwalt@posteo.net>
Link:
https://lore.kernel.org/r/Yzql13NOvQLlrye1@monster.localdomain
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/corsair-psu.c
patch
|
blob
|
history
diff --git
a/drivers/hwmon/corsair-psu.c
b/drivers/hwmon/corsair-psu.c
index
345d883
..
c1c27e4
100644
(file)
--- a/
drivers/hwmon/corsair-psu.c
+++ b/
drivers/hwmon/corsair-psu.c
@@
-820,7
+820,7
@@
static const struct hid_device_id corsairpsu_idtable[] = {
{ HID_USB_DEVICE(0x1b1c, 0x1c0b) }, /* Corsair RM750i */
{ HID_USB_DEVICE(0x1b1c, 0x1c0c) }, /* Corsair RM850i */
{ HID_USB_DEVICE(0x1b1c, 0x1c0d) }, /* Corsair RM1000i */
- { HID_USB_DEVICE(0x1b1c, 0x1c1e) }, /* Corsa
u
r HX1000i revision 2 */
+ { HID_USB_DEVICE(0x1b1c, 0x1c1e) }, /* Corsa
i
r HX1000i revision 2 */
{ },
};
MODULE_DEVICE_TABLE(hid, corsairpsu_idtable);