staging: dgap: adds dgap driver to staging
authorScott_Kilau@digi.com <Scott_Kilau@digi.com>
Thu, 22 Aug 2013 01:48:31 +0000 (21:48 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Aug 2013 17:10:00 +0000 (10:10 -0700)
commitc84b8b503eaccf5c9e7b9f78553cbed8e97a9230
treebab924010e9ed09b06c454c68ac8be3592d21e3f
parent6b5ad9d269b5fbc981e32ccfafbb406bd3714984
staging: dgap: adds dgap driver to staging

This patch adds the dgap driver to staging. This is
a TTY serial port driver for the EPCA PCI based
product line by Digi International <www.digi.com>.

Signed-off-by: Lidza Louina <lidza.louina@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
25 files changed:
drivers/staging/dgap/Kconfig [new file with mode: 0644]
drivers/staging/dgap/Makefile [new file with mode: 0644]
drivers/staging/dgap/dgap_conf.h [new file with mode: 0644]
drivers/staging/dgap/dgap_downld.h [new file with mode: 0644]
drivers/staging/dgap/dgap_driver.c [new file with mode: 0644]
drivers/staging/dgap/dgap_driver.h [new file with mode: 0644]
drivers/staging/dgap/dgap_fep5.c [new file with mode: 0644]
drivers/staging/dgap/dgap_fep5.h [new file with mode: 0644]
drivers/staging/dgap/dgap_kcompat.h [new file with mode: 0644]
drivers/staging/dgap/dgap_mgmt.c [new file with mode: 0644]
drivers/staging/dgap/dgap_mgmt.h [new file with mode: 0644]
drivers/staging/dgap/dgap_parse.c [new file with mode: 0644]
drivers/staging/dgap/dgap_parse.h [new file with mode: 0644]
drivers/staging/dgap/dgap_pci.h [new file with mode: 0644]
drivers/staging/dgap/dgap_proc.c [new file with mode: 0644]
drivers/staging/dgap/dgap_proc.h [new file with mode: 0644]
drivers/staging/dgap/dgap_sysfs.c [new file with mode: 0644]
drivers/staging/dgap/dgap_sysfs.h [new file with mode: 0644]
drivers/staging/dgap/dgap_trace.c [new file with mode: 0644]
drivers/staging/dgap/dgap_trace.h [new file with mode: 0644]
drivers/staging/dgap/dgap_tty.c [new file with mode: 0644]
drivers/staging/dgap/dgap_tty.h [new file with mode: 0644]
drivers/staging/dgap/dgap_types.h [new file with mode: 0644]
drivers/staging/dgap/digi.h [new file with mode: 0644]
drivers/staging/dgap/downld.c [new file with mode: 0644]