staging: dgnc: add dgnc digi driver
authorLidza Louina <lidza.louina@gmail.com>
Thu, 1 Aug 2013 21:00:20 +0000 (17:00 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Aug 2013 21:42:45 +0000 (05:42 +0800)
commit0b99d58902dd82fa51216eb8e0d6ddd8c43e90e4
tree87f2935adbdabb707f21ebb32744687eb55ad99c
parentb9cc16c03dab5c43ad962b064f0b76a79a4bb5cb
staging: dgnc: add dgnc digi driver

This patch adds the DGNC driver. This is a TTY Serial Port
Driver for the Digi International Neo and Classic PCI based product
line by Digi International <http://www.digi.com>.

This driver isn't hooked up to the build system because it doesn't
build, it merely adds the driver written by Digi to the kernel tree so
that it can be cleaned up and fixed up properly over time.

Cc: Mark Hounschell <markh@compro.net>
Signed-off-by: Lidza Louina <lidza.louina@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
24 files changed:
drivers/staging/dgnc/Kconfig [new file with mode: 0644]
drivers/staging/dgnc/Makefile [new file with mode: 0644]
drivers/staging/dgnc/Makefile.inc [new file with mode: 0644]
drivers/staging/dgnc/dgnc_cls.c [new file with mode: 0644]
drivers/staging/dgnc/dgnc_cls.h [new file with mode: 0644]
drivers/staging/dgnc/dgnc_driver.c [new file with mode: 0644]
drivers/staging/dgnc/dgnc_driver.h [new file with mode: 0644]
drivers/staging/dgnc/dgnc_kcompat.h [new file with mode: 0644]
drivers/staging/dgnc/dgnc_mgmt.c [new file with mode: 0644]
drivers/staging/dgnc/dgnc_mgmt.h [new file with mode: 0644]
drivers/staging/dgnc/dgnc_neo.c [new file with mode: 0644]
drivers/staging/dgnc/dgnc_neo.h [new file with mode: 0644]
drivers/staging/dgnc/dgnc_pci.h [new file with mode: 0644]
drivers/staging/dgnc/dgnc_proc.c [new file with mode: 0644]
drivers/staging/dgnc/dgnc_proc.h [new file with mode: 0644]
drivers/staging/dgnc/dgnc_sysfs.c [new file with mode: 0644]
drivers/staging/dgnc/dgnc_sysfs.h [new file with mode: 0644]
drivers/staging/dgnc/dgnc_trace.c [new file with mode: 0644]
drivers/staging/dgnc/dgnc_trace.h [new file with mode: 0644]
drivers/staging/dgnc/dgnc_tty.c [new file with mode: 0644]
drivers/staging/dgnc/dgnc_tty.h [new file with mode: 0644]
drivers/staging/dgnc/dgnc_types.h [new file with mode: 0644]
drivers/staging/dgnc/digi.h [new file with mode: 0644]
drivers/staging/dgnc/dpacompat.h [new file with mode: 0644]