summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/Makefile
diff options
context:
space:
mode:
authorForest Bond2010-02-05 17:30:28 +0100
committerGreg Kroah-Hartman2010-03-02 23:54:57 +0100
commit5272098365514ab232fa6a695d58c3961fec6b7a (patch)
tree26845df81c8727eb40f03a57e9d166ab5c49c016 /drivers/usb/serial/Makefile
parentUSB: atmel uaba: Adding invert vbus_pin (diff)
downloadkernel-qcow2-linux-5272098365514ab232fa6a695d58c3961fec6b7a.tar.gz
kernel-qcow2-linux-5272098365514ab232fa6a695d58c3961fec6b7a.tar.xz
kernel-qcow2-linux-5272098365514ab232fa6a695d58c3961fec6b7a.zip
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>
Diffstat (limited to 'drivers/usb/serial/Makefile')
-rw-r--r--drivers/usb/serial/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/Makefile b/drivers/usb/serial/Makefile
index 66619beb6cc0..108c7d8f0c71 100644
--- a/drivers/usb/serial/Makefile
+++ b/drivers/usb/serial/Makefile
@@ -55,4 +55,5 @@ obj-$(CONFIG_USB_SERIAL_TI) += ti_usb_3410_5052.o
obj-$(CONFIG_USB_SERIAL_VISOR) += visor.o
obj-$(CONFIG_USB_SERIAL_WHITEHEAT) += whiteheat.o
obj-$(CONFIG_USB_SERIAL_XIRCOM) += keyspan_pda.o
+obj-$(CONFIG_USB_SERIAL_VIVOPAY_SERIAL) += vivopay-serial.o