*** empty log message ***
[comedi.git] / TODO
1
2 make menuconfig
3
4 bug: buffer resize to 0 convinces comedi that buffer doesn't exist
5
6 doc: how to use kcomedilib
7
8 comedi_rt_timer segfaults when the lower-level driver disappears
9 and reappears.  This is a problem with the Comedi core, not the
10 driver.  I don't really know how to fix this.  Actually, I do.
11 kcomedilib needs an implementation of comedi_open() and comedi_close().
12
13 das6402 needs cleanup
14
15 fix PCI code, use pci_find_device()
16
17 pci_enable_device() needs to be added to many drivers
18
19 standardize error codes
20
21 get rid of spurious "char-major-98-0 not found"
22
23 spinlocks
24
25 autoloading causes BUG on failure.
26
27 need realtime examples
28
29 das1800: kmalloc could fail on large buffer sizes (see dt282x).  Needs
30 to be fixed to use a bounce buffer.
31
32 move /proc/comedi to /proc/driver/comedi
33
34 Drivers that do DMA need to be fixed for big-endian machines.
35
36 ni_pcimio: doesn't do DMA with AO
37
38 ni_pcimio: ai COMEDI_WAKE_EOS doesn't work with DMA
39
40 ni_pcimio: ao "write: Invalid argument" for initial write
41
42 don't need Configure.help and Configure.help.append
43
44 ni_mio_common: 2-chan AO doesn't work?
45
46 create separate fops structure for unconfigured devices
47
48 remove SDF_RT globally
49
50 ni_mio_common: starting AO without anything in buffer causes oops
51
52 ni_mio_common: insn AO doesn't work after cmd AO
53