From: Daniel Golle Date: Sat, 12 Jul 2025 14:23:24 +0000 (+0100) Subject: kernel: package hid-alps module X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F19387%2Fhead;p=thirdparty%2Fopenwrt.git kernel: package hid-alps module Package driver module fuer ALPS touchpads and trackpoints found in some laptops. Signed-off-by: Daniel Golle --- diff --git a/package/kernel/linux/modules/input.mk b/package/kernel/linux/modules/input.mk index 4eafc7d6b15..ac7c0c3d6f4 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