diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2009-02-13 20:25:46 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-03-24 19:20:32 -0400 |
commit | 68b44eaed5def7b6490c23c3e88c6f2ccec57beb (patch) | |
tree | 202bd8e581a237ff490ccb18dfc593b36bc9a272 /drivers/usb/serial/Kconfig | |
parent | f7e7aa5850839faa5eb7c7c177da5fd6bca8949b (diff) |
USB: serial: add symbol serial driver
This is for the Symbol 6608 barcode scanner in a fake "HID" mode.
Thanks to Dalibor Grgec for working with me to get this to start to work
properly.
Cc: Dalibor Grgec <dalibor.grgec@zemris.fer.hr>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial/Kconfig')
-rw-r--r-- | drivers/usb/serial/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig index b361f05cafac..dbc0781a4163 100644 --- a/drivers/usb/serial/Kconfig +++ b/drivers/usb/serial/Kconfig | |||
@@ -515,6 +515,15 @@ config USB_SERIAL_SIERRAWIRELESS | |||
515 | To compile this driver as a module, choose M here: the | 515 | To compile this driver as a module, choose M here: the |
516 | module will be called sierra. | 516 | module will be called sierra. |
517 | 517 | ||
518 | config USB_SERIAL_SYMBOL | ||
519 | tristate "USB Symbol Barcode driver (serial mode)" | ||
520 | help | ||
521 | Say Y here if you want to use a Symbol USB Barcode device | ||
522 | in serial emulation mode. | ||
523 | |||
524 | To compile this driver as a module, choose M here: the | ||
525 | module will be called symbolserial. | ||
526 | |||
518 | config USB_SERIAL_TI | 527 | config USB_SERIAL_TI |
519 | tristate "USB TI 3410/5052 Serial Driver" | 528 | tristate "USB TI 3410/5052 Serial Driver" |
520 | help | 529 | help |