Commit Graph

34 Commits

Author SHA1 Message Date
Ian Abbott 7d4414c7a3 comedi_config: Bump version to 0.11.0 2017-04-21 14:23:09 +01:00
Ian Abbott 351958b119 comedi_config: Add --subdevice-buffer option
Add option --subdevice-buffer to allow buffer sizes for arbitrary
subdevices (that have asynchronous command support) to be configured.
This complements the --read-buffer and --write-buffer options.

The required argument is a comma-separated list alternating between
subdevice number and buffer size, and should end with a buffer size.
The option and its argument may be specified multiple times.
2017-04-21 14:15:32 +01:00
Frank Mori Hess e91b12f54d cleanup file pointers with fclose() 2005-03-19 00:57:00 +00:00
Bernd Porr 7c0ab8f2ac Fixed a segfault. The fopen command needs a string and not an integer
as flag. Every entry in the filename arrary is initally initialised
with "NULL".
2005-03-19 00:42:05 +00:00
Frank Mori Hess de651eaca0 add support for multiple firmware files, and uploading firmware
on 64 bit arches
2005-03-17 17:28:19 +00:00
Frank Mori Hess 389507482b fix use of COMEDI_DEVCONF_AUX_DATA* options (from Bernd Porr) 2003-07-16 16:38:33 +00:00
Frank Mori Hess 8c46a0f9c8 made comedi_config install into sbin instead of bin subdirectory 2003-05-19 23:31:47 +00:00
David Schleef 8ab858452b autoconfiscate 2003-05-02 07:53:44 +00:00
David Schleef b28c52a42f autoconfiscation 2003-05-02 07:19:00 +00:00
David Schleef 88f6c3061c Fix i18n 2002-09-25 01:16:02 +00:00
David Schleef 62088df124 Change email addresses and host names. 2002-03-09 01:22:30 +00:00
Frank Mori Hess 6e52d6cfe1 fixed buffer resizing for subdevices that aren't subdevice zero. 2002-01-27 21:05:05 +00:00
David Schleef 83767a6b85 locale settings need to be #ifdef'd 2001-08-19 01:31:26 +00:00
David Schleef 8b812d424c gettext()ized 2001-08-19 01:22:43 +00:00
David Schleef f35979e90f Fix typo 2001-07-30 20:37:42 +00:00
David Schleef b5ddf058a7 Use ../Config 2001-07-15 23:24:18 +00:00
David Schleef 1f1293e649 Fix getopt segfaulting 2001-07-10 22:21:12 +00:00
David Schleef a463bd34cb Fixed getuid()/geteuid() problem causing modprobe post-install
scripts to fail.  Updated usage information.
2001-07-05 05:21:44 +00:00
Frank Mori Hess 809e0436aa made it refuse to resize buffer if we are removing device. Mostly change is
whitespace, just added an if block.
2001-06-21 22:26:28 +00:00
David Schleef 885720bf77 change bufconfig version test from 0.7.56 to 0.7.57 2001-03-02 06:52:57 +00:00
David Schleef 10204606f9 changed bufconfig to support new bufconfig structure 2001-03-01 22:01:15 +00:00
Frank Mori Hess d60c1f9c50 added permission error report if not run as root, removed redundant sanity check I put in last revision 2001-02-23 17:27:33 +00:00
Frank Mori Hess 32c50c353c made comedi_config no longer require a driver name when used to detach a driver 2001-02-22 21:48:40 +00:00
Frank Mori Hess ff1a151ce6 documented -r --remove option for comedi_config 2001-02-22 20:11:02 +00:00
Frank Mori Hess 0fa0f6fad5 fixed bug with option parsing when both read and write buffers are resized simultaneously 2001-01-25 12:34:48 +00:00
Frank Mori Hess 60f5a74a1e added exit(1) on buffer resize error 2001-01-25 01:23:42 +00:00
Frank Mori Hess fd7a408853 added --read-buffer and --write-buffer options for resizing buffers,
incremented CC_VERSION to 0.7.13
2001-01-25 00:49:26 +00:00
David Schleef a9de6b8db3 spelling fix 2001-01-23 18:22:08 +00:00
David Schleef a01cd721f6 fixed errno sign problem 2000-11-07 20:14:44 +00:00
David Schleef b2e74ef516 added additional warning flags 2000-10-19 06:30:39 +00:00
David Schleef 2f944c5d20 added <stdlib.h> 2000-10-15 21:33:54 +00:00
David Schleef 5a5aa10f36 fixed wrong version 2000-10-11 20:51:25 +00:00
David Schleef dd24c022e5 added debugging messages
added support for loading extended data
2000-10-10 07:21:57 +00:00
David Schleef 7db2496edd moved stuff from comedi 2000-06-03 19:57:41 +00:00