Ian Abbott
|
4df5ffd451
|
Added some device and subdevice validity checks.
|
2008-11-05 12:52:25 +00:00 |
|
Frank Mori Hess
|
0c69850ffc
|
Made comedi_ioctl take its third argument as a void* instead of
and integer type, and got rid of a bunch of casts (and added a few).
|
2008-02-12 01:12:46 +00:00 |
|
Frank Mori Hess
|
a61ed59402
|
Fixed return values from comedi_mark_buffer_read/written(). Removed
some redundant assignments of __comedi_errno
|
2008-02-11 20:50:14 +00:00 |
|
Frank Mori Hess
|
2b04263bed
|
Actually, according to current:revision:age practice, the next
release should be 0.8.0 since new functions have been added since
0.7.22.
|
2007-07-31 02:44:29 +00:00 |
|
Frank Mori Hess
|
58a2e315df
|
return errors properly in comedi_mark_buffer_read() and
comedi_mark_buffer_written()
|
2005-04-25 21:43:37 +00:00 |
|
Frank Mori Hess
|
5d4729b9ec
|
mmap works for output waveforms now.
|
2005-01-23 03:11:30 +00:00 |
|
Frank Mori Hess
|
9f6b16e004
|
added comedi_mark_buffer_written() (untested)
|
2005-01-10 00:46:28 +00:00 |
|
Frank Mori Hess
|
6ad2b6c950
|
trying to fix undefined symbol problems people are having
|
2003-05-18 00:26:59 +00:00 |
|
Frank Mori Hess
|
0710248b23
|
tweaked include directives so gcc -MM generates better dependency files
|
2003-04-25 01:58:34 +00:00 |
|
Frank Mori Hess
|
2e0f10fe44
|
added some dependency file generation
|
2003-04-25 01:44:21 +00:00 |
|
Frank Mori Hess
|
9d4aa91837
|
include string.h for memset()
|
2003-01-01 23:08:07 +00:00 |
|
David Schleef
|
2851280824
|
Add symbol versioning. Versions need to be checked with 0.7.18
release.
|
2002-06-12 02:02:05 +00:00 |
|
David Schleef
|
85233be248
|
Added new ioctl() wrapper.
|
2002-05-16 06:30:54 +00:00 |
|
David Schleef
|
619f6afc47
|
Remove all the ioctl_ wrappers, because they were dumb.
|
2002-05-11 07:35:31 +00:00 |
|
David Schleef
|
67f2ed4254
|
Change all the file headers to LGPL
|
2001-10-04 23:44:08 +00:00 |
|
David Schleef
|
beb18635c4
|
Fix comedi_get_cmd_* so that commands are only generated once.
More error messages.
|
2001-07-15 22:46:02 +00:00 |
|
Frank Mori Hess
|
0fb94f62e9
|
put back comedi_get_max_buffer_size
|
2001-04-27 20:33:36 +00:00 |
|
Frank Mori Hess
|
3436ff0452
|
removed buffer config functions that I accidentally duplicated, made names of alpha functions follow conventions of older functions
|
2001-04-24 16:37:51 +00:00 |
|
Frank Mori Hess
|
dc518f11e7
|
forgot to add buffer.c file containing definitions for new functions
|
2001-04-08 18:02:20 +00:00 |
|