Staging: add ced1401 USB driver
authorAlois Schlögl <alois.schloegl@ist.ac.at>
Tue, 18 Sep 2012 02:22:52 +0000 (19:22 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Sep 2012 02:45:28 +0000 (19:45 -0700)
commit2eae6bdc12f4e49b7f94f032b82d664dcf3881bc
tree15158b8c45927f10f964b11b538725bcf8e1a695
parent57991b6bfc2b0faafb7d42edbd1673903d76b853
Staging: add ced1401 USB driver

This was imported from the
http://pub.ist.ac.at/~schloegl/src/ced1401/.git git repo at the request
of Alois.  The driver originally came from Cambridge Electronic Design
Ltd and was authored by Greg P Smith and others, but Alois did the
maintance work to get it into a semi-building state and pushed to get it
into the main kernel tree here.

Cc: Alois Schlögl <alois.schloegl@ist.ac.at>
Cc: Greg P. Smith <greg@ced.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ced1401/Makefile [new file with mode: 0644]
drivers/staging/ced1401/ced_ioc.c [new file with mode: 0644]
drivers/staging/ced1401/ced_ioctl.h [new file with mode: 0644]
drivers/staging/ced1401/machine.h [new file with mode: 0644]
drivers/staging/ced1401/usb1401.c [new file with mode: 0644]
drivers/staging/ced1401/usb1401.h [new file with mode: 0644]
drivers/staging/ced1401/use1401.h [new file with mode: 0644]
drivers/staging/ced1401/use14_ioc.h [new file with mode: 0644]
drivers/staging/ced1401/userspace/use1401.c [new file with mode: 0644]