aboutsummaryrefslogtreecommitdiff
path: root/src/mm-errors.c
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2009-11-26 13:54:47 -0800
committerDan Williams <dcbw@redhat.com>2009-11-26 13:54:47 -0800
commitaea0be5b9a02926a1f8f72104ce32c7dabae3f84 (patch)
tree75c6790f50539e73576477318661221e43725005 /src/mm-errors.c
parent15595b33dc88724253a147b7894c953a5d3110e6 (diff)
nozomi: fix detection (lp:425312)
Nozomi devices aren't quite ready when the ports show up, so we have to keep trying to open the port for a few seconds and eventually it'll succeed. Should really be fixed in the driver (ie, don't create the ttys until they can actually be used) but whatever.
Diffstat (limited to 'src/mm-errors.c')
-rw-r--r--src/mm-errors.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-errors.c b/src/mm-errors.c
index 510fa6d0..6448b807 100644
--- a/src/mm-errors.c
+++ b/src/mm-errors.c
@@ -39,6 +39,7 @@ mm_serial_error_get_type (void)
ENUM_ENTRY (MM_SERIAL_OPEN_FAILED, "SerialOpenFailed"),
ENUM_ENTRY (MM_SERIAL_SEND_FAILED, "SerialSendfailed"),
ENUM_ENTRY (MM_SERIAL_RESPONSE_TIMEOUT, "SerialResponseTimeout"),
+ ENUM_ENTRY (MM_SERIAL_OPEN_FAILED_NO_DEVICE, "SerialOpenFailedNoDevice"),
{ 0, 0, 0 }
};