On Tue, 18 Dec 2012 00:44:53 +0100 Stefan Tauner stefan.tauner@student.tuwien.ac.at wrote:
This patch adds a "device" parameter for Dediprog which enables use of multiple dediprogs connected to a single machine. Very handy for test racks.
Example usage: flashrom -p dediprog:device=0 flashrom -p dediprog:device=1 etc...
The patch was originally written by Nathan Laredo. Thanks to David Hendricks for submitting it upstream. Additional error handling, rebasing etc. by Stefan Tauner.
Signed-off-by: Nathan Laredo nil@google.com Signed-off-by: David Hendricks dhendrix@google.com Signed-off-by: Stefan Tauner stefan.tauner@student.tuwien.ac.at
That looked way easier (because it was tested and acked on IRC), than it was in the end, meh. I have tested the various new input checks, but not the successful path. Someone needs to write a manpage entry for this option (please).
committed in r1628 including a manpage entry written by myself.