drivers: serial: jsm: Enable support for Digi Classic adapters
authorKonrad Zapalowicz <bergo.torino@gmail.com>
Thu, 6 Nov 2014 23:05:33 +0000 (00:05 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Nov 2014 23:18:00 +0000 (15:18 -0800)
This commit enables support for the Digi Classic adapters line in the
jsm driver. This means changes in:
- device probing code
- device cleanup code
- driver description (Kconfig)

The init/cleanup code is based on the staging/dgnc driver.

Signed-off-by: Konrad Zapalowicz <bergo.torino@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/Kconfig
drivers/tty/serial/jsm/jsm.h
drivers/tty/serial/jsm/jsm_driver.c
drivers/tty/serial/jsm/jsm_tty.c

index 7088373..e71a28b 100644 (file)
@@ -1029,11 +1029,11 @@ config SERIAL_VR41XX_CONSOLE
          a console on a serial port, say Y.  Otherwise, say N.
 
 config SERIAL_JSM
-       tristate "Digi International NEO PCI Support"
+       tristate "Digi International NEO and Classic PCI Support"
        depends on PCI
        select SERIAL_CORE
        help
-         This is a driver for Digi International's Neo series
+         This is a driver for Digi International's Neo and Classic series
          of cards which provide multiple serial ports. You would need
          something like this to connect more than two modems to your Linux
          box, for instance in order to become a dial-in server. This driver
Simple merge
Simple merge
Simple merge