USB: serial: Add support for ViVOtech ViVOpay devices.

Add support for USB serial interface provided by ViVOtech ViVOpay devices via
new driver vivopay-serial.  Currently only the ViVOpay 8800 device is supported,
but support for similar devices can be added by adding the appropriate device
IDs to the driver.

Signed-off-by: Forest Bond <forest.bond@outpostembedded.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Forest Bond
2010-02-05 11:30:28 -05:00
committato da Greg Kroah-Hartman
parent 640e95abdf
commit 5272098365
3 ha cambiato i file con 85 aggiunte e 0 eliminazioni

Vedi File

@@ -600,6 +600,14 @@ config USB_SERIAL_OPTICON
To compile this driver as a module, choose M here: the
module will be called opticon.
config USB_SERIAL_VIVOPAY_SERIAL
tristate "USB ViVOpay serial interface driver"
help
Say Y here if you want to use a ViVOtech ViVOpay USB device.
To compile this driver as a module, choose M here: the
module will be called vivopay-serial.
config USB_SERIAL_DEBUG
tristate "USB Debugging Device"
help