summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Shienbrood <ers@google.com>2011-06-28 10:46:56 -0400
committerDan Williams <dcbw@redhat.com>2011-06-30 12:30:25 -0500
commit5d8c3838c773e580b914c20ca16ca0b9469cd3ce (patch)
treeb3220b82157c50c32798b6e2d8fcc7fe3d352aa2
parent0df4b6b6bd8b1455582b66f993ea7a7d5fcfbd30 (diff)
downloadModemManager-5d8c3838c773e580b914c20ca16ca0b9469cd3ce.tar.gz
samsung: add product ID for the Y3400 module.
The Y3400 is functionally nearly identical to the Y3300.
-rwxr-xr-xplugins/mm-plugin-samsung.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mm-plugin-samsung.c b/plugins/mm-plugin-samsung.c
index 350d4ded5..9ea2051e6 100755
--- a/plugins/mm-plugin-samsung.c
+++ b/plugins/mm-plugin-samsung.c
@@ -84,7 +84,7 @@ supports_port (MMPluginBase *base,
return MM_PLUGIN_SUPPORTS_PORT_UNSUPPORTED;
/* Product ID check */
- if (product != 0x6872)
+ if (product != 0x6872 && product != 0x6906)
return MM_PLUGIN_SUPPORTS_PORT_UNSUPPORTED;
/* The ethernet ports are obviously supported and don't need probing */