samsung: add product ID for the Y3400 module.

The Y3400 is functionally nearly identical to the Y3300.
This commit is contained in:
Eric Shienbrood
2011-06-28 10:46:56 -04:00
committed by Dan Williams
parent 1b73fa1541
commit 881f928c40

View File

@@ -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 */