diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2008-11-03 13:27:03 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-01-07 10:00:13 -0800 |
commit | 57262b82d601c5ca8e3db219aebd332950f62ba1 (patch) | |
tree | 0dacc7fd09e329af4667993f4ae70a53d41064de /drivers/usb/serial/Makefile | |
parent | 327d74f6b65ddc8a042c43c11fdd4be0bb354668 (diff) | |
download | talos-obmc-linux-57262b82d601c5ca8e3db219aebd332950f62ba1.tar.gz talos-obmc-linux-57262b82d601c5ca8e3db219aebd332950f62ba1.zip |
USB: add new opticon serial driver
This is for the serial mode of the Opticon barcode scanner.
Cc: Kees Stoop <kees.stoop@opticon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial/Makefile')
-rw-r--r-- | drivers/usb/serial/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/Makefile b/drivers/usb/serial/Makefile index 6047f818adfe..9a4f59e0ee5f 100644 --- a/drivers/usb/serial/Makefile +++ b/drivers/usb/serial/Makefile @@ -41,6 +41,7 @@ obj-$(CONFIG_USB_SERIAL_MOS7840) += mos7840.o obj-$(CONFIG_USB_SERIAL_MOTOROLA) += moto_modem.o obj-$(CONFIG_USB_SERIAL_NAVMAN) += navman.o obj-$(CONFIG_USB_SERIAL_OMNINET) += omninet.o +obj-$(CONFIG_USB_SERIAL_OPTICON) += opticon.o obj-$(CONFIG_USB_SERIAL_OPTION) += option.o obj-$(CONFIG_USB_SERIAL_OTI6858) += oti6858.o obj-$(CONFIG_USB_SERIAL_PL2303) += pl2303.o |