summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/Makefile
diff options
context:
space:
mode:
authorKevin Lloyd2006-06-30 20:17:55 +0200
committerGreg Kroah-Hartman2006-07-13 01:03:23 +0200
commit69de51fdda3fd984541978313b66e4f2c44cc23e (patch)
tree4a1a9da2a478df18574523403844ebbc98b5eaff /drivers/usb/serial/Makefile
parent[PATCH] USB: fix pointer dereference in drivers/usb/misc/usblcd (diff)
downloadkernel-qcow2-linux-69de51fdda3fd984541978313b66e4f2c44cc23e.tar.gz
kernel-qcow2-linux-69de51fdda3fd984541978313b66e4f2c44cc23e.tar.xz
kernel-qcow2-linux-69de51fdda3fd984541978313b66e4f2c44cc23e.zip
[PATCH] USB: add driver for non-composite Sierra Wireless devices
This patch creates a new driver, sierra.c, that supports the new non-composite Sierra Wireless WWAN devices. The older Sierra Wireless and Airprime devices are supported in airprime.c. Signed-off-by: Kevin Lloyd <linux@sierrawireless.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 5a0960fc9d3e..35d4acc7f1d3 100644
--- a/drivers/usb/serial/Makefile
+++ b/drivers/usb/serial/Makefile
@@ -39,6 +39,7 @@ obj-$(CONFIG_USB_SERIAL_OMNINET) += omninet.o
obj-$(CONFIG_USB_SERIAL_OPTION) += option.o
obj-$(CONFIG_USB_SERIAL_PL2303) += pl2303.o
obj-$(CONFIG_USB_SERIAL_SAFE) += safe_serial.o
+obj-$(CONFIG_USB_SERIAL_SIERRAWIRELESS) += sierra.o
obj-$(CONFIG_USB_SERIAL_TI) += ti_usb_3410_5052.o
obj-$(CONFIG_USB_SERIAL_VISOR) += visor.o
obj-$(CONFIG_USB_SERIAL_WHITEHEAT) += whiteheat.o