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

@@ -23,7 +23,8 @@ enum {
MM_SERIAL_OPEN_FAILED = 0,
MM_SERIAL_SEND_FAILED = 1,
MM_SERIAL_RESPONSE_TIMEOUT = 2,
MM_SERIAL_OPEN_FAILED_NO_DEVICE = 3
MM_SERIAL_OPEN_FAILED_NO_DEVICE = 3,
MM_SERIAL_ERROR_FLASH_FAILED = 4,
};
#define MM_SERIAL_ERROR (mm_serial_error_quark ())