kernel: package hid-alps module

Package driver module fuer ALPS touchpads and trackpoints found
in some laptops.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle 2025-07-12 15:23:24 +01:00
parent c83e275c9b
commit 93a48afe96

View file

@ -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