summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/Makefile
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2012-08-18 01:59:51 +0200
committerGreg Kroah-Hartman2012-09-13 19:15:14 +0200
commit799ee9243d892ad959c8e5f4549593ece59f1c80 (patch)
tree76d38b951fbf921b1d83bc15603e028a2fd44663 /drivers/usb/serial/Makefile
parentUSB: serial: move usb_serial_debug_data to use %*ph (diff)
downloadkernel-qcow2-linux-799ee9243d892ad959c8e5f4549593ece59f1c80.tar.gz
kernel-qcow2-linux-799ee9243d892ad959c8e5f4549593ece59f1c80.tar.xz
kernel-qcow2-linux-799ee9243d892ad959c8e5f4549593ece59f1c80.zip
USB: serial: add zte_ev.c driver
This adds a driver for the zte_ev set of usb to serial devices. It is based on a patch floating around the internet that modified the generic usb-serial driver to only work for this type of device. I've left comments in the code that I think show the data commands being sent to the device, which I'm guessing come from a usb analyzer. Maybe they can help others out as well. Many thanks to nirinA raseliarison for pointing the original patch out to me, and for testing that the driver works properly. Tested-by: nirinA raseliarison <nirina.raseliarison@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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 1dc483a8bfc7..45871f9ad1e1 100644
--- a/drivers/usb/serial/Makefile
+++ b/drivers/usb/serial/Makefile
@@ -63,3 +63,4 @@ obj-$(CONFIG_USB_SERIAL_WHITEHEAT) += whiteheat.o
obj-$(CONFIG_USB_SERIAL_XIRCOM) += keyspan_pda.o
obj-$(CONFIG_USB_SERIAL_VIVOPAY_SERIAL) += vivopay-serial.o
obj-$(CONFIG_USB_SERIAL_ZIO) += zio.o
+obj-$(CONFIG_USB_SERIAL_ZTE) += zte_ev.o