From: Jonas Malaco <jonas@protocubo.io>
To: Guenter Roeck <linux@roeck-us.net>
Cc: linux-hwmon@vger.kernel.org, Jean Delvare <jdelvare@suse.com>,
linux-input@vger.kernel.org, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2] hwmon: add driver for NZXT Kraken X42/X52/X62/X72
Date: Sat, 20 Mar 2021 03:29:49 -0300 [thread overview]
Message-ID: <20210320062949.h2ggfmzq7lyn3zsi@calvin.localdomain> (raw)
In-Reply-To: <20210319212640.GA23767@roeck-us.net>
On Fri, Mar 19, 2021 at 02:26:40PM -0700, Guenter Roeck wrote:
> On Fri, Mar 19, 2021 at 01:55:44AM -0300, Jonas Malaco wrote:
> > These are "all-in-one" CPU liquid coolers that can be monitored and
> > controlled through a proprietary USB HID protocol.
> >
> > While the models have differently sized radiators and come with varying
> > numbers of fans, they are all indistinguishable at the software level.
> >
> > The driver exposes fan/pump speeds and coolant temperature through the
> > standard hwmon sysfs interface.
> >
> > Fan and pump control, while supported by the devices, are not currently
> > exposed. The firmware accepts up to 61 trip points per channel
> > (fan/pump), but the same set of trip temperatures has to be maintained
> > for both; with pwmX_auto_point_Y_temp attributes, users would need to
> > maintain this invariant themselves.
> >
> > Instead, fan and pump control, as well as LED control (which the device
> > also supports for 9 addressable RGB LEDs on the CPU water block) are
> > left for existing and already mature user-space tools, which can still
> > be used alongside the driver, thanks to hidraw. A link to one, which I
> > also maintain, is provided in the documentation.
> >
> > The implementation is based on USB traffic analysis. It has been
> > runtime tested on x86_64, both as a built-in driver and as a module.
> >
> > Signed-off-by: Jonas Malaco <jonas@protocubo.io>
>
> Applied (after removing the now unnecessary spinlock.h include).
Thanks for catching/fixing that.
Jonas
>
> Thanks,
> Guenter
prev parent reply other threads:[~2021-03-20 11:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-19 4:55 [PATCH v2] hwmon: add driver for NZXT Kraken X42/X52/X62/X72 Jonas Malaco
2021-03-19 21:26 ` Guenter Roeck
2021-03-20 6:29 ` Jonas Malaco [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210320062949.h2ggfmzq7lyn3zsi@calvin.localdomain \
--to=jonas@protocubo.io \
--cc=jdelvare@suse.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).