aboutsummaryrefslogtreecommitdiff
path: root/src/mm-errors.h
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2010-04-24 23:40:24 -0700
committerDan Williams <dcbw@redhat.com>2010-04-24 23:40:24 -0700
commitb9bb12a01e0fd0251475622cf2adc3ca04ba7bd0 (patch)
tree7e1a7252982af66ab5c579a222717d7a6fa47685 /src/mm-errors.h
parent411051b1f37d16d8fa0866e7a1bee0a553029956 (diff)
core: flash failure on disconnect shouldn't be a hard error (rh #578280)
Diffstat (limited to 'src/mm-errors.h')
-rw-r--r--src/mm-errors.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mm-errors.h b/src/mm-errors.h
index 15ac773b..6da2993a 100644
--- a/src/mm-errors.h
+++ b/src/mm-errors.h
@@ -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 ())