[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20221005182215.GA2626047@roeck-us.net>
Date: Wed, 5 Oct 2022 11:22:15 -0700
From: Guenter Roeck <linux@...ck-us.net>
To: Wilken Gottwalt <wilken.gottwalt@...teo.net>
Cc: linux-kernel@...r.kernel.org, Jean Delvare <jdelvare@...e.com>,
Jonathan Corbet <corbet@....net>, linux-hwmon@...r.kernel.org
Subject: Re: [PATCH] hwmon: corsair-psu: fix typo in USB id description
On Mon, Oct 03, 2022 at 09:05:27AM +0000, Wilken Gottwalt wrote:
> Fixes: 0cf46a653bda ("hwmon: (corsair-psu) add USB id of new revision of the HX1000i psu")
> Signed-off-by: Wilken Gottwalt <wilken.gottwalt@...teo.net>
Applied. In the future, please add some description (subject is
insufficient).
Thanks,
Guenter
> ---
> drivers/hwmon/corsair-psu.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/hwmon/corsair-psu.c b/drivers/hwmon/corsair-psu.c
> index 345d883ab044..c1c27e475f6d 100644
> --- 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) }, /* Corsaur HX1000i revision 2 */
> + { HID_USB_DEVICE(0x1b1c, 0x1c1e) }, /* Corsair HX1000i revision 2 */
> { },
> };
> MODULE_DEVICE_TABLE(hid, corsairpsu_idtable);
Powered by blists - more mailing lists