• David Hendricks's avatar
    dediprog: use command 0x0B (set voltage) only on older SF100s · c05900f3
    David Hendricks authored
    
    
    As per e-mail with Dediprog, command 0x0B (which is not listed in the
    command spec) is need on older Dediprogs only. SF100 with firmware
    V6.0.0 and newer as well as all SF600 programmers do not support it.
    
    The original wording by Dediprog was: "0x0B is used to adjust voltage
    level, but it's available for some version of SF100 only. SF100 of
    firmware V6.x.x and all version of SF600/SF600Plus not support this
    command. If you have old version of SF100, 0x0B is still needed."
    
    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 initially.
    
    Based on ChromiumOS'
    Change-Id: I42de7d28401d7ad5be8fcf8a8c165e2614a45960
    
    Corresponding to flashrom svn r1928.
    Signed-off-by: default avatarDavid Hendricks <dhendrix@chromium.org>
    Acked-by: default avatarStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
    c05900f3
dediprog.c 26.5 KB