samsung: add product ID for the Y3400 module.
The Y3400 is functionally nearly identical to the Y3300.
This commit is contained in:

committed by
Dan Williams

parent
1b73fa1541
commit
881f928c40
@@ -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 */
|
||||
|
Reference in New Issue
Block a user