]> git.openfabrics.org - ~emulex/infiniband.git/commit
staging: Add dgrp driver for Digi Realport devices
authorBill Pemberton <wfp5p@virginia.edu>
Thu, 20 Sep 2012 20:55:27 +0000 (16:55 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Sep 2012 16:04:18 +0000 (09:04 -0700)
commit0b52b74972712479ca285c04452db0d4b9025f80
tree7e4c77510c7e420dcf672b931d0359cce68755a0
parent5de69349ed4c10f43fa6dc6617051d94eee04e6c
staging: Add dgrp driver for Digi Realport devices

This is based on dgrp-1.9 available from
ftp://ftp1.digi.com/support/beta/linux/dgrp/dgrp-1.9.tgz

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16 files changed:
drivers/staging/dgrp/Kconfig [new file with mode: 0644]
drivers/staging/dgrp/Makefile [new file with mode: 0644]
drivers/staging/dgrp/README [new file with mode: 0644]
drivers/staging/dgrp/TODO [new file with mode: 0644]
drivers/staging/dgrp/dgrp_common.c [new file with mode: 0644]
drivers/staging/dgrp/dgrp_common.h [new file with mode: 0644]
drivers/staging/dgrp/dgrp_dpa_ops.c [new file with mode: 0644]
drivers/staging/dgrp/dgrp_driver.c [new file with mode: 0644]
drivers/staging/dgrp/dgrp_mon_ops.c [new file with mode: 0644]
drivers/staging/dgrp/dgrp_net_ops.c [new file with mode: 0644]
drivers/staging/dgrp/dgrp_ports_ops.c [new file with mode: 0644]
drivers/staging/dgrp/dgrp_specproc.c [new file with mode: 0644]
drivers/staging/dgrp/dgrp_sysfs.c [new file with mode: 0644]
drivers/staging/dgrp/dgrp_tty.c [new file with mode: 0644]
drivers/staging/dgrp/digirp.h [new file with mode: 0644]
drivers/staging/dgrp/drp.h [new file with mode: 0644]