Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(725)

Unified Diff: src/mm-port.c

Issue 6614026: modemmanager: Add support for Samsung Y3300 modem (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/modemmanager.git@master
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/mm-port.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/mm-port.c
diff --git a/src/mm-port.c b/src/mm-port.c
index a1291d0b1f79476f9d62e7a4767bf2e3221dd6b3..54a4fa2167ca231ec9fb4204e2e7da4978a4b172 100644
--- a/src/mm-port.c
+++ b/src/mm-port.c
@@ -68,6 +68,8 @@ mm_port_type_to_name (MMPortType ptype)
return "primary";
case MM_PORT_TYPE_SECONDARY:
return "secondary";
+ case MM_PORT_TYPE_ECM:
+ return "ECM";
case MM_PORT_TYPE_IGNORED:
return "ignored";
case MM_PORT_TYPE_QCDM:
« no previous file with comments | « src/mm-port.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698