Register for a strong pullup
void w1_next_pullup(struct w1_master * dev, int delay);
dev
the master device
delay
time in milliseconds
Put out a strong pull-up of the specified duration after the next write operation. Not all hardware supports strong pullups. Hardware that doesn't support strong pullups will sleep for the given time after the write operation without a strong pullup. This is a one shot request for the next write, specifying zero will clear a previous request. The w1 master lock must be held.
0=success, anything else=error
David Fries <[email protected]>
Author.