• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7800-V1.0.2.28/package/kernel/modules/

Lines Matching refs:input

155   $(call AddDepends/input,+kmod-input-evdev)
165 define KernelPackage/input-core
169 FILES:=$(LINUX_DIR)/drivers/input/input-core.ko
170 AUTOLOAD:=$(call AutoLoad,19,input-core)
173 define KernelPackage/input-core/description
174 Kernel modules for support of input device
177 $(eval $(call KernelPackage,input-core))
180 define KernelPackage/input-evdev
184 FILES:=$(LINUX_DIR)/drivers/input/evdev.ko
186 $(call AddDepends/input)
189 define KernelPackage/input-evdev/description
190 Kernel modules for support of input device events
193 $(eval $(call KernelPackage,input-evdev))
196 define KernelPackage/input-gpio-buttons
198 TITLE:=Polled GPIO buttons input device
199 DEPENDS:=@GPIO_SUPPORT +kmod-input-polldev
203 FILES:=$(LINUX_DIR)/drivers/input/misc/gpio_buttons.ko
207 define KernelPackage/input-gpio-buttons/description
208 Kernel module for support polled GPIO buttons input device
211 $(eval $(call KernelPackage,input-gpio-buttons))
214 define KernelPackage/input-gpio-keys
221 FILES:=$(LINUX_DIR)/drivers/input/keyboard/gpio_keys.ko
223 $(call AddDepends/input)
226 define KernelPackage/input-gpio-keys/description
231 $(eval $(call KernelPackage,input-gpio-keys))
234 define KernelPackage/input-gpio-keys-polled
237 DEPENDS:=@GPIO_SUPPORT +kmod-input-polldev
241 FILES:=$(LINUX_DIR)/drivers/input/keyboard/gpio_keys_polled.ko
243 $(call AddDepends/input)
246 define KernelPackage/input-gpio-keys-polled/description
247 Kernel module for support polled GPIO keys input device
250 $(eval $(call KernelPackage,input-gpio-keys-polled))
253 define KernelPackage/input-gpio-encoder
257 FILES:=$(LINUX_DIR)/drivers/input/misc/rotary_encoder.ko
259 $(call AddDepends/input,@GPIO_SUPPORT)
266 $(eval $(call KernelPackage,input-gpio-encoder))
269 define KernelPackage/input-joydev
273 FILES:=$(LINUX_DIR)/drivers/input/joydev.ko
275 $(call AddDepends/input)
278 define KernelPackage/input-joydev/description
282 $(eval $(call KernelPackage,input-joydev))
285 define KernelPackage/input-polldev
289 FILES:=$(LINUX_DIR)/drivers/input/input-polldev.ko
290 AUTOLOAD:=$(call AutoLoad,20,input-polldev)
291 $(call AddDepends/input)
294 define KernelPackage/input-polldev/description
295 Kernel module for support of polled input devices
298 $(eval $(call KernelPackage,input-polldev))
671 DEPENDS:=@(TARGET_x86_generic||TARGET_x86_kvm_guest||TARGET_x86_xen_domu) +kmod-input-evdev