On Sun, 2 Aug 2015 15:09:40 -0700 David Hendricks dhendrix@chromium.org wrote:
As per e-mail with Dediprog, command 0x0B (which is not listed in the command spec) is used to set voltage level on older Dediprogs. SF100 V6.0.0 and newer as well as all SF600 programmers do not support it.
This patch renames dediprog_device_init() to something more appropriate and adds comments for clarity, and only runs it conditionally if we cannot query the devicestring during init.
Tested with SF100 V:5.1.5 and SF600 V:7.1.4 (with subsequent patches) Signed-off-by: David Hendricks dhendrix@chromium.org
As I said on gerrit, I would really like to know what this really does. There is another function to change the SPI VCC so this is probably something else...