Changeset 1725

Show
Ignore:
Timestamp:
11/22/09 13:40:24 (13 years ago)
Author:
arnonym
Message:

As far as I can say this function works. Don't display the warning. But I think the control-interface needs to be extended to allow to call save and restore from gui.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/src/dice/dice_eap.cpp

    r1717 r1725  
    387387bool 
    388388Device::EAP::storeFlashConfig() { 
    389     debugWarning("Untested code\n")
     389    //debugWarning("Untested code\n") // Works. -Arnold
    390390    fb_quadlet_t cmd = DICE_EAP_CMD_OPCODE_ST_FLASH_CFG; 
    391391    cmd |= DICE_EAP_CMD_OPCODE_FLAG_LD_EXECUTE;