Browse Source

kernel: package hid-alps module

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

Signed-off-by: Daniel Golle <[email protected]>
Daniel Golle 6 months ago
parent
commit
93a48afe96
1 changed files with 17 additions and 0 deletions
  1. 17 0
      package/kernel/linux/modules/input.mk

+ 17 - 0
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