That's exactly what the aforementioned "reset to the sane defaults"Sane defaults would be mandatory, but lets get reasonable interface.What about simply "echo 0.001 > delay_on"?This is possible.
But please consider the following reservations:
- There is already 2 files, so you are not going to write settings
atomically anyway. When resolution changes, it might be better
to just reset to the sane defaults (not in my current patch).
Someone left 1 in delay_on. You want 100 nsec. You echo nsec >
delay_on_units, bang, dead machine, looping in kernel.
Someone left 100 / nsec in delay on. You want one usec. Echo 1 >There are 2 things needed to address this:
delay_on, bang, dead machine.
The idea was that you can at least find out the order of the- As was already discussed in the same thread, not all driversWell, so you get back einval. Knowing "unit" is not enough to know how
can support sub-ms delays. For these drivers such resolutions
should not be available. With separate file this is naturally
achieved: you either don't create it at all, or list only the possible
resolutions. With your approach you never know whether you
can write 0.0001 or not.
short delays hw can support.
OK. I think you mostly convinced me that this solution is not- You will set the delay in ms units. For example for 100us you'llThis is machine-to-machine interface. And users can handle this.
write 0.1. IMHO it is counter-intuitive: people will make a mistake
and try 0.0001 instead, wrongly assuming that this is in seconds.
And nanoseconds should then better be removed, as writing
nanosecond delay will just require too much zeros.