diff options
author | Jack Doan <me@jackdoan.com> | 2022-04-24 08:14:22 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2022-05-20 20:57:05 +0300 |
commit | 229b159c505a7ee5da86f952db1e644b213ccb61 (patch) | |
tree | 7d59daa06e39c3bccbe98e3697ec938903fc8a39 /MAINTAINERS | |
parent | c8e5e37a609da0779d601835972a62ebac057e2e (diff) | |
download | linux-229b159c505a7ee5da86f952db1e644b213ccb61.tar.xz |
hwmon: (aquacomputer_d5next) Add support for Aquacomputer Farbwerk
Extend aquacomputer_d5next driver to expose hardware
temperature sensors of the Aquacomputer Farbwerk RGB controller, which
communicates through a proprietary USB HID protocol.
Four temperature sensors are available. Additionally, serial number and
firmware version are exposed through debugfs.
Also, add Jack Doan to MAINTAINERS for this driver.
Signed-off-by: Jack Doan <me@jackdoan.com>
Signed-off-by: Aleksa Savic <savicaleksa83@gmail.com>
Link: https://lore.kernel.org/r/YmTcrq8Gzel0zYYD@jackdesk
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6d2c2dbbe01b..7ead62833c09 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1447,6 +1447,7 @@ F: drivers/media/i2c/aptina-pll.* AQUACOMPUTER D5 NEXT PUMP SENSOR DRIVER M: Aleksa Savic <savicaleksa83@gmail.com> +M: Jack Doan <me@jackdoan.com> L: linux-hwmon@vger.kernel.org S: Maintained F: Documentation/hwmon/aquacomputer_d5next.rst |