[PATCH 0/9] staging: dgnc: builds this driver into the kernel

Lidza Louina lidza.louina at gmail.com
Mon Aug 12 21:05:04 UTC 2013


This series of patches builds the DGNC driver into the kernel and fixes
small problems caused by the new tty layer's API.

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

Lidza Louina (9):
  staging: dgnc: removes Makefile.inc
  staging: dgnc: builds into kernel
  staging: dgnc: removes proc code
  staging: dgnc: fixes error: invalid type argument of ‘->’ (have
    ‘struct ktermios’)
  staging: dgnc: fixes error: expected ‘struct tty_port *’ but argument
    is of type ‘struct tty_struct *’
  staging: dgnc: fixes error: incompatible types when assigning to type
    ‘struct ktermios *’ from type ‘struct ktermios’
  staging: dgnc: fixes warning: initialization from incompatible pointer
    type
  staging: dgnc: removes read_cnt, real_raw and rawreadok
  staging: dgnc: fixes warning: unused variable ‘buf’

 drivers/staging/Kconfig            |    1 +
 drivers/staging/Makefile           |    1 +
 drivers/staging/dgnc/Makefile      |    2 +-
 drivers/staging/dgnc/Makefile.inc  |  133 ----
 drivers/staging/dgnc/dgnc_driver.c |    9 -
 drivers/staging/dgnc/dgnc_proc.c   | 1551 ------------------------------------
 drivers/staging/dgnc/dgnc_tty.c    |  222 ++----
 7 files changed, 63 insertions(+), 1856 deletions(-)
 delete mode 100644 drivers/staging/dgnc/Makefile.inc
 delete mode 100644 drivers/staging/dgnc/dgnc_proc.c

-- 
1.8.1.2



More information about the devel mailing list