From 5d8c3838c773e580b914c20ca16ca0b9469cd3ce Mon Sep 17 00:00:00 2001 From: Eric Shienbrood Date: Tue, 28 Jun 2011 10:46:56 -0400 Subject: samsung: add product ID for the Y3400 module. The Y3400 is functionally nearly identical to the Y3300. --- plugins/mm-plugin-samsung.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.1