[openwrt/openwrt] kernel: package hid-alps module
LEDE Commits
lede-commits at lists.infradead.org
Wed Jul 16 13:40:40 PDT 2025
dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/93a48afe96444b3f9f2468b959399aecacb2cbb2
commit 93a48afe96444b3f9f2468b959399aecacb2cbb2
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Sat Jul 12 15:23:24 2025 +0100
kernel: package hid-alps module
Package driver module fuer ALPS touchpads and trackpoints found
in some laptops.
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
package/kernel/linux/modules/input.mk | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/package/kernel/linux/modules/input.mk b/package/kernel/linux/modules/input.mk
index 4eafc7d6b1..ac7c0c3d6f 100644
--- a/package/kernel/linux/modules/input.mk
+++ b/package/kernel/linux/modules/input.mk
@@ -37,6 +37,23 @@ endef
$(eval $(call KernelPackage,hid-generic))
+
+define KernelPackage/hid-alps
+ SUBMENU:=$(INPUT_MODULES_MENU)
+ TITLE:=Alps HID device support
+ DEPENDS:=+kmod-hid
+ KCONFIG:=CONFIG_HID_ALPS
+ FILES:=$(LINUX_DIR)/drivers/hid/hid-alps.ko
+ AUTOLOAD:=$(call AutoProbe,hid-alps)
+endef
+
+define KernelPackage/hid-alps/description
+ Support for Alps I2C HID touchpads and StickPointer.
+endef
+
+$(eval $(call KernelPackage,hid-alps))
+
+
define KernelPackage/input-core
SUBMENU:=$(INPUT_MODULES_MENU)
TITLE:=Input device core
More information about the lede-commits
mailing list