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:
parent
b9cbc0846a
commit
9336332964
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user