mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 09:42:49 +02:00
[PATCH] Add support for CM109 USB VoIP phone
this patch adds support for USB VoIP-phones using the CM109 chipset. the cm109.ko module was added to linux kernel 2.6.28 it was tested with SVN revision 15247 on a Asus WL-500G Premium. Signed-off-by: Alfred E. Heggestad <aeh@db.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15258 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
202c4e0b54
commit
9b91eb7c6f
@ -665,6 +665,22 @@ endef
|
|||||||
|
|
||||||
$(eval $(call KernelPackage,usb-yealink))
|
$(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
|
define KernelPackage/usb-test
|
||||||
$(call usbdep,@LINUX_2_6 @DEVEL)
|
$(call usbdep,@LINUX_2_6 @DEVEL)
|
||||||
TITLE:=USB Testing Driver
|
TITLE:=USB Testing Driver
|
||||||
|
Loading…
Reference in New Issue
Block a user