Commit graph

30 commits

Author SHA1 Message Date
Frank Mori Hess
30e7053ebc usbdux update from bernd porr:
The new hotplug script uses comedi/usbdux.c for firmware upload and not fxload
any more. fxload is too unreliable and seems to be missing or different among
different distros. All users of usbdux boards report problems which are fxload
related. The new hotplug script simply uses comedi_config -i firmware.hex. This
fix also removes problems with the usbdevfs (race in 2.6, sleep, ...). The
usbdevfs is no longer needed.
2004-03-29 01:43:27 +00:00
Frank Mori Hess
6ea1735e6e Update from Bernd Porr. Sleeps only if the file is not there. 2004-02-16 14:02:19 +00:00
Frank Mori Hess
2aeeb17080 usbdux firmware update from Bernd Porr:
Bugfix version of the firmware. When running ./cmd and ./ao_waveform at the same
time I got CRC errors on the USB. Reason: some registers in the FX2 need a
syncdelay. After a write to a register no other write is allowed to any other
register for a certain time. This is called "Syncdelay". Introduced syncdelays
for all EP registers. Now the CRC errors are gone.
Another bugfix: the byte for the CPUCS register was wrong (shifted one bit to
the left). This resulted in undefined processor speed. The speed was chosen just
by chance at power up (12Mhz,24Mhz,48Mhz).
2004-02-07 22:20:16 +00:00
Frank Mori Hess
38580fc697 patch form Bernd Porr:
added a "sleep 1" just before fxload to eliminate race condition betwwen hotplug and usbdevfs in the preemptive 2.6 kernel
2004-02-07 21:42:49 +00:00
Frank Mori Hess
4d08248fda update for usbdux driver form Bernd Porr who says:
Had to change the USB 2.0 transfer protocol from IRQ transfer to ISO transfer.
Reason: IRQ transfer is still not stable (2.4/2.6). However, ISO transfer has
been rewritten in the kernel and works (just now in 2.6 but will be backported
sooner or later)!
I supply new firmware and a new version of the driver which now uses ISO
transfer throughout (1.1 / 2.0).
2004-01-31 21:57:02 +00:00
Frank Mori Hess
a57ff1fc14 update from bernd porr to use fxload to load firmware 2003-12-21 17:30:01 +00:00
Frank Mori Hess
e410cfda9c comedilib support for new usbdux driver 2003-11-30 15:41:14 +00:00
Frank Mori Hess
a0b578697f add daqcard-6036e 2003-10-24 00:56:30 +00:00
David Schleef
d7a275dcac new makefiles 2003-08-16 22:19:35 +00:00
David Schleef
42eb25e515 not needed 2003-08-16 00:51:13 +00:00
Frank Mori Hess
70666cad39 added etc/ to EXTRA_DIST, moved creation of /etc/comedi/calibrations to
comedi_calibrate subdirectory's makefile
2003-07-09 20:13:00 +00:00
Frank Mori Hess
d492ffbc39 daqcard-1200 is now supported by ni_labpc_cs.o driver 2003-07-03 21:51:23 +00:00
Frank Mori Hess
840b17a894 fix script for different common comedi_config paths 2003-06-01 18:38:22 +00:00
Frank Mori Hess
69971fa3d2 updated reference to old lineo cvs server 2003-02-05 15:05:31 +00:00
Frank Mori Hess
340c849fcc new dev_info names for pcm-das08 and daqcard-1200 so pcmcia script runs
comedi_config correctly
2002-12-11 02:38:01 +00:00
David Schleef
ebde7f1f3d Fixes, add cb_das16_cs 2002-11-05 05:21:52 +00:00
David Schleef
aecc9c6a2b Add DAQ-DIO-24 2002-03-09 00:25:04 +00:00
David Schleef
cef3d9d656 More devices 2002-02-12 22:30:14 +00:00
David Schleef
5baf6c4c40 added cleanup 2002-02-12 22:30:01 +00:00
David Schleef
89fe19f725 Cleanup. 2002-01-22 10:01:13 +00:00
Frank Mori Hess
89d30ff0b4 correct id number for daqcard-1200 2002-01-22 04:06:53 +00:00
Frank Mori Hess
c6427774e1 oops it was actually a driver problem 2002-01-22 03:09:26 +00:00
Frank Mori Hess
fa1d587467 fixes for boards where the device name is not the module name 2002-01-22 02:53:38 +00:00
David Schleef
a4485ce456 Clear up some confusion 2002-01-14 22:50:26 +00:00
David Schleef
99dd95e2ba Change name. It seems most distros are using modules.conf 2002-01-14 22:45:10 +00:00
David Schleef
61a0154ed8 Merged from Comedi 2001-12-01 05:26:50 +00:00
David Schleef
c8af5fcdaf Added 6024E 2001-10-04 20:10:55 +00:00
David Schleef
9e95da3932 Make it quieter 2001-07-30 20:39:19 +00:00
David Schleef
76e6cf0404 release script 2001-07-16 00:04:06 +00:00
David Schleef
0afe6fffeb Copied the etc/ directory from Comedi 2001-07-10 22:26:15 +00:00