From 7e82db5ce06c6bdf66ae2fe91d1099f5506f3021 Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Mon, 21 Nov 2005 01:21:01 +0000 Subject: [PATCH] Added documentation header to dt9812 driver. --- comedi/drivers/dt9812.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/comedi/drivers/dt9812.c b/comedi/drivers/dt9812.c index d7f010f4..b130d627 100644 --- a/comedi/drivers/dt9812.c +++ b/comedi/drivers/dt9812.c @@ -22,6 +22,19 @@ * */ +/* +Driver: dt9812.o +Description: Data Translation DT9812 USB module +Author: anders.blomdell@control.lth.se (Anders Blomdell) +Status: in development +Devices: [Data Translation] DT9812 (dt9812) +Updated: Sun Nov 20 20:18:34 EST 2005 + +This driver works, but bulk transfers not implemented. Might be a starting point +for someone else. I found out too late that USB has too high latencies (>1 ms) +for my needs. +*/ + /* * Nota Bene: * 1. All writes to command pipe has to be 32 bytes (ISP1181B SHRTP=0 ?) -- 2.26.2