(David MacMahon <davidm@astro.berkeley.edu>)
case INSN_CONFIG_BLOCK_SIZE:
case INSN_CONFIG_SERIAL_CLOCK:
case INSN_CONFIG_BIDIRECTIONAL_DATA:
+ case INSN_CONFIG_SET_RTSI_CLOCK_MODE:
if( insn->n == 2 ) return 0;
break;
- //by default we allow the insn since we don't have checks for all possible cases yet
+ //by default we allow the insn since we don't have checks for all possible cases yet
default:
- rt_printk("No check for data length of config insn id %i implemented. Assuming n=%i is correct.\n",
+ rt_printk("comedi: no check for data length of config insn id %i implemented. Assuming n=%i is correct.\n",
data[0], insn->n);
return 0;
break;