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:
parent
c83e275c9b
commit
93a48afe96
1 changed files with 17 additions and 0 deletions
|
@ -37,6 +37,23 @@ endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,hid-generic))
|
$(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
|
define KernelPackage/input-core
|
||||||
SUBMENU:=$(INPUT_MODULES_MENU)
|
SUBMENU:=$(INPUT_MODULES_MENU)
|
||||||
TITLE:=Input device core
|
TITLE:=Input device core
|
||||||
|
|
Loading…
Reference in a new issue