X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/271987a133f3738bb017758cd05595b0e2968301..ee3c29c7cbb590383361f7a97b386d67e8eecc57:/package/kernel/modules/usb.mk diff --git a/package/kernel/modules/usb.mk b/package/kernel/modules/usb.mk index b6cb96fd3..5cbe57c72 100644 --- a/package/kernel/modules/usb.mk +++ b/package/kernel/modules/usb.mk @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ USB_MENU:=USB Support @@ -636,6 +635,22 @@ endef $(eval $(call KernelPackage,usb-net-cdc-ether)) +define KernelPackage/usb-net-rndis + $(call usbdep,kmod-usb-net @LINUX_2_6) + TITLE:=Support for RNDIS connections + DEPENDS:=+kmod-usb-net-cdc-ether + KCONFIG:=CONFIG_USB_NET_RNDIS_HOST + FILES:= $(LINUX_DIR)/drivers/$(USBNET_DIR)/rndis_host.$(LINUX_KMOD_SUFFIX) + AUTOLOAD:=$(call AutoLoad,62,rndis_host) +endef + +define KernelPackage/usb-net-rndis/description + Kernel support for RNDIS connections +endef + +$(eval $(call KernelPackage,usb-net-rndis)) + + define KernelPackage/usb-hid $(call usbdep,@LINUX_2_6 +kmod-input-core +kmod-input-evdev +kmod-hid) TITLE:=Support for USB Human Input Devices @@ -666,6 +681,22 @@ endef $(eval $(call KernelPackage,usb-yealink)) + +define KernelPackage/usb-cm109 + $(call usbdep,@LINUX_2_6 +kmod-input-core +kmod-input-evdev) + TITLE:=Support for CM109 device + KCONFIG:=CONFIG_USB_CM109 CONFIG_INPUT_CM109 CONFIG_INPUT=m CONFIG_INPUT_MISC=y + FILES:=$(LINUX_DIR)/drivers/$(USBINPUT_DIR)/cm109.ko + AUTOLOAD:=$(call AutoLoad,70,cm109) +endef + +define KernelPackage/usb-cm109/description + Kernel support for CM109 VOIP phone +endef + +$(eval $(call KernelPackage,usb-cm109)) + + define KernelPackage/usb-test $(call usbdep,@LINUX_2_6 @DEVEL) TITLE:=USB Testing Driver