bump Linux 3.18 trunk revision to 47027; bump Linux 3.18 kernel version to 3.18.21
[ps3openwrt_patches.git] / kmod-hid-special.patch
blobcdb0a099b8a34f9de03db7efd80ce17d3424dda5
1 Index: package/kernel/linux/modules/input.mk
2 ===================================================================
3 --- package/kernel/linux/modules/input.mk (revision 43063)
4 +++ package/kernel/linux/modules/input.mk (working copy)
5 @@ -37,6 +37,30 @@
7 $(eval $(call KernelPackage,hid-generic))
9 +define KernelPackage/hid-special
10 + SUBMENU:=$(INPUT_MODULES_MENU)
11 + TITLE:=HID special drivers
12 + KCONFIG:= \
13 + CONFIG_HID_CHERRY \
14 + CONFIG_HID_LOGITECH \
15 + CONFIG_HID_MICROSOFT \
16 + CONFIG_HID_SONY
17 + FILES:= \
18 + $(LINUX_DIR)/drivers/hid/hid-cherry.ko \
19 + $(LINUX_DIR)/drivers/hid/hid-logitech.ko \
20 + $(LINUX_DIR)/drivers/hid/hid-microsoft.ko \
21 + $(LINUX_DIR)/drivers/hid/hid-sony.ko
22 + AUTOLOAD:=$(call AutoLoad,62,hid-cherry hid-logitech hid-microsoft hid-sony,1)
23 + $(call AddDepends/hid)
24 +endef
26 +define KernelPackage/hid-special/description
27 + Say Y here if you want to have some more drivers,
28 + such as for Microsoft keyboards.
29 +endef
31 +$(eval $(call KernelPackage,hid-special))
33 define KernelPackage/input-core
34 SUBMENU:=$(INPUT_MODULES_MENU)
35 TITLE:=Input device core