mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 17:01:54 +02:00
Added support for USB_SERIAL_VISOR, closes #180
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2844 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
71220eb22e
commit
096ce1d44c
@ -750,6 +750,12 @@ config BR2_PACKAGE_KMOD_USB_SERIAL_PL2303
|
|||||||
default m
|
default m
|
||||||
depends BR2_PACKAGE_KMOD_USB_SERIAL
|
depends BR2_PACKAGE_KMOD_USB_SERIAL
|
||||||
|
|
||||||
|
config BR2_PACKAGE_KMOD_USB_SERIAL_VISOR
|
||||||
|
prompt "kmod-usb-serial-visor.......... Support for Handspring Visor / Palm m50x / Sony Clie Driver"
|
||||||
|
tristate
|
||||||
|
default m
|
||||||
|
depends BR2_PACKAGE_KMOD_USB_SERIAL
|
||||||
|
|
||||||
config BR2_PACKAGE_KMOD_USB_STORAGE
|
config BR2_PACKAGE_KMOD_USB_STORAGE
|
||||||
prompt "kmod-usb-storage.................. Support for USB storage devices"
|
prompt "kmod-usb-storage.................. Support for USB storage devices"
|
||||||
tristate
|
tristate
|
||||||
|
@ -0,0 +1,7 @@
|
|||||||
|
Package: kmod-usb-serial-visor
|
||||||
|
Priority: optional
|
||||||
|
Section: sys
|
||||||
|
Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
||||||
|
Source: buildroot internal
|
||||||
|
Description: Kernel Support for Handspring Visor / Palm m50x / Sony Clie
|
||||||
|
Driver
|
@ -346,6 +346,10 @@ $(eval $(call KMOD_template,USB_SERIAL_PL2303,usb-serial-pl2303,\
|
|||||||
$(MODULES_DIR)/kernel/drivers/usb/serial/pl2303.o \
|
$(MODULES_DIR)/kernel/drivers/usb/serial/pl2303.o \
|
||||||
,CONFIG_USB_SERIAL_PL2303,kmod-usb-serial,61,pl2303))
|
,CONFIG_USB_SERIAL_PL2303,kmod-usb-serial,61,pl2303))
|
||||||
|
|
||||||
|
$(eval $(call KMOD_template,USB_SERIAL_VISOR,usb-serial-visor,\
|
||||||
|
$(MODULES_DIR)/kernel/drivers/usb/serial/visor.o \
|
||||||
|
,CONFIG_USB_SERIAL_VISOR,kmod-usb-serial,61,visor))
|
||||||
|
|
||||||
$(eval $(call KMOD_template,USB_STORAGE,usb-storage,\
|
$(eval $(call KMOD_template,USB_STORAGE,usb-storage,\
|
||||||
$(MODULES_DIR)/kernel/drivers/scsi/*.o \
|
$(MODULES_DIR)/kernel/drivers/scsi/*.o \
|
||||||
$(MODULES_DIR)/kernel/drivers/usb/storage/*.o \
|
$(MODULES_DIR)/kernel/drivers/usb/storage/*.o \
|
||||||
|
@ -1289,7 +1289,7 @@ CONFIG_USB_SERIAL_BELKIN=m
|
|||||||
# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
|
# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
|
||||||
# CONFIG_USB_SERIAL_EMPEG is not set
|
# CONFIG_USB_SERIAL_EMPEG is not set
|
||||||
CONFIG_USB_SERIAL_FTDI_SIO=m
|
CONFIG_USB_SERIAL_FTDI_SIO=m
|
||||||
# CONFIG_USB_SERIAL_VISOR is not set
|
CONFIG_USB_SERIAL_VISOR=m
|
||||||
# CONFIG_USB_SERIAL_IPAQ is not set
|
# CONFIG_USB_SERIAL_IPAQ is not set
|
||||||
# CONFIG_USB_SERIAL_IR is not set
|
# CONFIG_USB_SERIAL_IR is not set
|
||||||
# CONFIG_USB_SERIAL_EDGEPORT is not set
|
# CONFIG_USB_SERIAL_EDGEPORT is not set
|
||||||
|
Loading…
Reference in New Issue
Block a user