patch for comedi_config for firmware upload

Hi!

Actually the firmware upload only has been made nicer in the kernel 
part of the comedi libray but not in comedilib. There still was 
options[0] and options[1] taken for the firmware.

Here's a patch for comedi config and comedi.h in the comedilib CVS.

/Bernd
-- 
http://www.cn.stir.ac.uk/~bp1
mailto:bp1_at_cn.stir.ac.uk
41a42,46
> 
> #define COMEDI_DEVCONF_AUX_DATA               30
> #define COMEDI_DEVCONF_AUX_DATA_LENGTH        31
> 
> 
260,261c260,261
< 			it.options[0]=(int)init_data;
< 			it.options[1]=init_size;
---
> 			it.options[COMEDI_DEVCONF_AUX_DATA]=(int)init_data;
> 			it.options[COMEDI_DEVCONF_AUX_DATA_LENGTH]=init_size;

Received on 2003-07-16Z12:16:23