core: flash failure on disconnect shouldn't be a hard error (rh #578280)

This commit is contained in:
Dan Williams
2010-04-24 23:40:24 -07:00
parent 411051b1f3
commit b9bb12a01e
8 changed files with 26 additions and 13 deletions

View File

@@ -43,6 +43,7 @@ mm_serial_error_get_type (void)
ENUM_ENTRY (MM_SERIAL_SEND_FAILED, "SerialSendfailed"),
ENUM_ENTRY (MM_SERIAL_RESPONSE_TIMEOUT, "SerialResponseTimeout"),
ENUM_ENTRY (MM_SERIAL_OPEN_FAILED_NO_DEVICE, "SerialOpenFailedNoDevice"),
ENUM_ENTRY (MM_SERIAL_ERROR_FLASH_FAILED, "SerialFlashFailed"),
{ 0, 0, 0 }
};