summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/Makefile
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2008-12-04 07:30:04 +0100
committerGreg Kroah-Hartman2009-01-07 19:00:13 +0100
commit5aa637505fb8610cd2724b09fa0ab03fd6cdca63 (patch)
tree5bc02840fe23d9bcdcb3b0ea965fda96d47e493a /drivers/usb/serial/Makefile
parentUSB: add new opticon serial driver (diff)
downloadkernel-qcow2-linux-5aa637505fb8610cd2724b09fa0ab03fd6cdca63.tar.gz
kernel-qcow2-linux-5aa637505fb8610cd2724b09fa0ab03fd6cdca63.tar.xz
kernel-qcow2-linux-5aa637505fb8610cd2724b09fa0ab03fd6cdca63.zip
USB: add siemens_mpi usb-serial "stub" driver
This driver got rescued from a few years ago and was requested to be added. So I cleaned it up, ported it to the latest kernel version and here it is. Cc: Thomas Hergenhahn <thomas.hergenhahn@suse.de> Cc: Emmanuele <iemmav@gmail.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 9a4f59e0ee5f..b75be91eb8f1 100644
--- a/drivers/usb/serial/Makefile
+++ b/drivers/usb/serial/Makefile
@@ -46,6 +46,7 @@ obj-$(CONFIG_USB_SERIAL_OPTION) += option.o
obj-$(CONFIG_USB_SERIAL_OTI6858) += oti6858.o
obj-$(CONFIG_USB_SERIAL_PL2303) += pl2303.o
obj-$(CONFIG_USB_SERIAL_SAFE) += safe_serial.o
+obj-$(CONFIG_USB_SERIAL_SIEMENS_MPI) += siemens_mpi.o
obj-$(CONFIG_USB_SERIAL_SIERRAWIRELESS) += sierra.o
obj-$(CONFIG_USB_SERIAL_SPCP8X5) += spcp8x5.o
obj-$(CONFIG_USB_SERIAL_TI) += ti_usb_3410_5052.o