History log of /drivers/staging/dgnc/digi.h
Revision Date Author Comments
ac9080029d9acf5dbda3e4f417ea964957edb9d8 28-Sep-2014 Mahati Chamarthy <mahati.chamarthy@gmail.com> Staging: dgnc: Remove space before parenthesis

This fixes the following checkpatch.pl error:
ERROR: space prohibited before that close parenthesis ')'

Signed-off-by: Mahati Chamarthy <mahati.chamarthy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
42c4d46e3858caa04b99dde64ef5a82681179881 25-Sep-2014 Gulsah Kose <gulsah.1004@gmail.com> staging: dgnc: Fixed white space warning.

This patch fixes "please, no space before tabs" checkpatch.pl warning in
digi.h

Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
645b0314524b8017978fc43769a884bc95776b5a 25-Jul-2014 Seunghun Lee <waydi1@gmail.com> staging: dgnc: remove commented code

This patch removes commented code in dgnc driver.

CC: Lidza Louina <lidza.louina@gmail.com>
CC: Mark Hounschell <markh@compro.net>
Signed-off-by: Seunghun Lee <waydi1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5813104211a7db9277794d71814ceb04341b7f3f 22-Jul-2014 Seunghun Lee <waydi1@gmail.com> staging: dgnc: Remove all C99 comments

This patch fixes the following checkpatch error:

ERROR: do not use C99 // comments

CC: Lidza Louina <lidza.louina@gmail.com>
Signed-off-by: Seunghun Lee <waydi1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
79e30af21fa56b92585c9efa5661d9c2cf9b997b 13-Sep-2013 Masanari Iida <standby24x7@gmail.com> staging: dgnc: Fix typo in staging/dgnc

Correct spelling typo in comments

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
ba48f61b135ad1ace174f548507b2af386372fd5 21-Aug-2013 Lidza Louina <lidza.louina@gmail.com> staging: dgnc: fixes struct declaration

This patch fixes the error: open brace '{'
following struct go on the same line.

Signed-off-by: Lidza Louina <lidza.louina@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4cfa73097f50c01057754112ef25f5edadf79c9d 21-Aug-2013 Lidza Louina <lidza.louina@gmail.com> staging: dgnc: removes CVS code from files

This patch removes the code supporting CVS
from its files.

Signed-off-by: Lidza Louina <lidza.louina@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
b8f5472a69d114e5aee9036a7e57e4990866b1fb 21-Aug-2013 Lidza Louina <lidza.louina@gmail.com> staging: dgnc: digi.h: removes trailing whitespace

This patch removes trailing whitespace in
the digi.h file.

Signed-off-by: Lidza Louina <lidza.louina@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
0b99d58902dd82fa51216eb8e0d6ddd8c43e90e4 01-Aug-2013 Lidza Louina <lidza.louina@gmail.com> 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>