Re: [PATCH] hwmon: corsair-psu: update documentation
Guenter Roeck <[email protected]>
| Newsgroups | org.kernel.vger.linux-hwmon,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Aug 07, 2026 at 05:32:54AM +0000, Wilken Gottwalt wrote: > Add information about the HX1500i 2025 series and fix the missing > HX1500i in Kbuild. > > Signed-off-by: Wilken Gottwalt <[email protected]> Applied. Thanks, Guenter > --- > Documentation/hwmon/corsair-psu.rst | 6 +++--- > drivers/hwmon/Kconfig | 4 ++-- > drivers/hwmon/corsair-psu.c | 2 +- > 3 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/Documentation/hwmon/corsair-psu.rst b/Documentation/hwmon/corsair-psu.rst > index 2e99cfd556a0..8d3636292076 100644 > --- a/Documentation/hwmon/corsair-psu.rst > +++ b/Documentation/hwmon/corsair-psu.rst > @@ -19,7 +19,7 @@ Supported devices: > > Corsair HX1200i (Legacy, Series 2023 and Series 2025) > > - Corsair HX1500i (Legacy and Series 2023) > + Corsair HX1500i (Legacy, Series 2023 and Series 2025) > > Corsair RM550i > > @@ -93,8 +93,8 @@ Debugfs entries > --------------- > > ======================= ======================================================== > -ocpmode Single or multi rail mode of the PCIe power connectors > -product Product name of the psu > +ocpmode Single or multi rail mode of the PCIe power connectors > +product Product name of the psu > uptime Session uptime of the psu > uptime_total Total uptime of the psu > vendor Vendor name of the psu > diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig > index 2bfbcc033d59..3d7cfa429f5d 100644 > --- a/drivers/hwmon/Kconfig > +++ b/drivers/hwmon/Kconfig > @@ -506,8 +506,8 @@ config SENSORS_CORSAIR_PSU > If you say yes here you get support for Corsair PSUs with a HID > interface. > Currently this driver supports the (RM/HX)550i, (RM/HX)650i, > - (RM/HX)750i, (RM/HX)850i, (RM/HX)1000i and HX1200i power supplies > - by Corsair. > + (RM/HX)750i, (RM/HX)850i, (RM/HX)1000i, HX1200i and HX1500i power > + supplies by Corsair. > > This driver can also be built as a module. If so, the module > will be called corsair-psu. > diff --git a/drivers/hwmon/corsair-psu.c b/drivers/hwmon/corsair-psu.c > index ce958cdaef58..3b4cbf696e80 100644 > --- a/drivers/hwmon/corsair-psu.c > +++ b/drivers/hwmon/corsair-psu.c > @@ -875,7 +875,7 @@ static const struct hid_device_id corsairpsu_idtable[] = { > { HID_USB_DEVICE(0x1b1c, 0x1c0c) }, /* Corsair RM850i */ > { HID_USB_DEVICE(0x1b1c, 0x1c0d) }, /* Corsair RM1000i */ > { HID_USB_DEVICE(0x1b1c, 0x1c1e) }, /* Corsair HX1000i Series 2023 */ > - { HID_USB_DEVICE(0x1b1c, 0x1c1f) }, /* Corsair HX1500i Legacy and Series 2023 */ > + { HID_USB_DEVICE(0x1b1c, 0x1c1f) }, /* Corsair HX1500i Legacy, Series 2023 and 2025 */ > { HID_USB_DEVICE(0x1b1c, 0x1c23) }, /* Corsair HX1200i Series 2023 */ > { HID_USB_DEVICE(0x1b1c, 0x1c27) }, /* Corsair HX1200i Series 2025 */ > { },