Skip to content

kernel: add kmod-hwmon-corsair-cpro#14039

Open
dongfengweixiao wants to merge 1 commit into
coolsnowwolf:masterfrom
dongfengweixiao:corsair
Open

kernel: add kmod-hwmon-corsair-cpro#14039
dongfengweixiao wants to merge 1 commit into
coolsnowwolf:masterfrom
dongfengweixiao:corsair

Conversation

@dongfengweixiao
Copy link
Copy Markdown
Contributor

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

The Corsair Commander Pro is a PC fan controller, for which the kernel already provides a driver. I have built 2 simple hardware devices that act as Corsair Commander Pro-compatible devices, but with support for only a single fan.

PR AT openwrt: openwrt/openwrt#23465

12V fan:
IMG_20260521_123320

5V fan:
IMG_20260521_123434

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>
KCONFIG:=CONFIG_SENSORS_CORSAIR_CPRO
FILES:=$(LINUX_DIR)/drivers/hwmon/corsair-cpro.ko
AUTOLOAD:=$(call AutoProbe,corsair-cpro)
$(call AddDepends/hwmon,+kmod-usb-hid)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里应该是 +kmod-hid
Image

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

测试过,使用+kmod-hid,插入设备后驱动没有正常加载。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants