USB: serial: move the "simple" drivers into usb-serial-simple.c
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 5 Aug 2013 11:27:19 +0000 (19:27 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Aug 2013 19:14:52 +0000 (12:14 -0700)
commit1f9230713af17657f7ed503a12ddd739d0f48089
treef4e3d3f9e6856b4da0085beabe8dbf81fecb729c
parent3804fad45411b48233b48003e33a78f290d227c8
USB: serial: move the "simple" drivers into usb-serial-simple.c

Instead of having to create a new driver for a "simple" usb to serial
device, mush them all into one file, with a macro, so as to make it easy
to add new ones.

Cc: "René Bürgel" <rene.buergel@sohard.de>
Acked-by: Wei Shuai <cpuwolf@gmail.com>
Cc: Josh Triplett <josh@joshtriplett.org>
Acked-by: Frans Klaver <frans.klaver@xsens.com>
Cc: "Wesley W. Terpstra" <w.terpstra@gsi.de>
Cc: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/Kconfig
drivers/usb/serial/Makefile
drivers/usb/serial/flashloader.c [deleted file]
drivers/usb/serial/funsoft.c [deleted file]
drivers/usb/serial/hp4x.c [deleted file]
drivers/usb/serial/moto_modem.c [deleted file]
drivers/usb/serial/siemens_mpi.c [deleted file]
drivers/usb/serial/suunto.c [deleted file]
drivers/usb/serial/usb-serial-simple.c [new file with mode: 0644]
drivers/usb/serial/vivopay-serial.c [deleted file]
drivers/usb/serial/zio.c [deleted file]