mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 03:13:20 +02:00
Add support for OTI6858 and ARK3116 usb serial converters (#3442)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11167 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6152e5b5b3
commit
22a405453c
@ -330,6 +330,36 @@ endef
|
||||
$(eval $(call KernelPackage,usb-serial-cp2101))
|
||||
|
||||
|
||||
define KernelPackage/usb-serial-ark3116
|
||||
$(call usbdep,kmod-usb-serial @LINUX_2_6)
|
||||
TITLE:=Support for ArkMicroChips ARK3116 devices
|
||||
KCONFIG:=CONFIG_USB_SERIAL_ARK3116
|
||||
FILES:=$(LINUX_DIR)/drivers/usb/serial/ark3116.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,65,ark3116)
|
||||
endef
|
||||
|
||||
define KernelPackage/usb-serial-ark3116/description
|
||||
Kernel support for ArkMicroChips ARK3116 USB-to-Serial converters
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,usb-serial-ark3116))
|
||||
|
||||
|
||||
define KernelPackage/usb-serial-oti6858
|
||||
$(call usbdep,kmod-usb-serial @LINUX_2_6)
|
||||
TITLE:=Support for Ours Technology OTI6858 devices
|
||||
KCONFIG:=CONFIG_USB_SERIAL_OTI6858
|
||||
FILES:=$(LINUX_DIR)/drivers/usb/serial/oti6858.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,65,oti6858)
|
||||
endef
|
||||
|
||||
define KernelPackage/usb-serial-oti6858/description
|
||||
Kernel support for Ours Technology OTI6858 USB-to-Serial converters
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,usb-serial-oti6858))
|
||||
|
||||
|
||||
define KernelPackage/usb-serial-sierrawireless
|
||||
$(call usbdep,kmod-usb-serial @LINUX_2_6)
|
||||
TITLE:=Support for Sierra Wireless devices
|
||||
|
Loading…
Reference in New Issue
Block a user