aboutsummaryrefslogtreecommitdiff
path: root/plugins/mm-plugin-samsung.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mm-plugin-samsung.c')
-rwxr-xr-xplugins/mm-plugin-samsung.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/mm-plugin-samsung.c b/plugins/mm-plugin-samsung.c
index eb5e071..350d4de 100755
--- a/plugins/mm-plugin-samsung.c
+++ b/plugins/mm-plugin-samsung.c
@@ -83,6 +83,10 @@ supports_port (MMPluginBase *base,
if (vendor != 0x04e8 && vendor != 0x1983)
return MM_PLUGIN_SUPPORTS_PORT_UNSUPPORTED;
+ /* Product ID check */
+ if (product != 0x6872)
+ return MM_PLUGIN_SUPPORTS_PORT_UNSUPPORTED;
+
/* The ethernet ports are obviously supported and don't need probing */
if (!strcmp (subsys, "net")) {
mm_plugin_base_supports_task_complete (task, 10);