1
1

kernel: add kmod-hwmon-corsair-cpro

This module adds support for the Corsair Commander Pro and Corsair
Commander Pro (1000D) fan and temperature monitoring controllers.

Signed-off-by: Dee HY <dongfengweixiao@hotmail.com>
Link: https://github.com/openwrt/openwrt/pull/23465
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
Dee HY 2026-05-21 12:18:35 +08:00 committed by Robert Marko
parent b9cbc0846a
commit 9336332964

View File

@ -110,6 +110,21 @@ endef
$(eval $(call KernelPackage,hwmon-coretemp))
define KernelPackage/hwmon-corsair-cpro
TITLE:=Corsair Commander Pro controller
KCONFIG:=CONFIG_SENSORS_CORSAIR_CPRO
FILES:=$(LINUX_DIR)/drivers/hwmon/corsair-cpro.ko
AUTOLOAD:=$(call AutoProbe,corsair-cpro)
$(call AddDepends/hwmon,+kmod-usb-hid)
endef
define KernelPackage/hwmon-corsair-cpro/description
Kernel module for the Corsair Commander Pro controller and Corsair 1000D
endef
$(eval $(call KernelPackage,hwmon-corsair-cpro))
define KernelPackage/hwmon-dme1737
TITLE:=SMSC DME1737 and compatible monitoring support
KCONFIG:=CONFIG_SENSORS_DME1737