Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions package/kernel/linux/modules/hwmon.mk
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,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)
Comment thread
aiamadeus marked this conversation as resolved.
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
Expand Down