moto-c: claim Motorola C380 too (bgo #591978)
This commit is contained in:
@@ -74,7 +74,7 @@ supports_port (MMPluginBase *base,
|
||||
return MM_PLUGIN_SUPPORTS_PORT_UNSUPPORTED;
|
||||
|
||||
tmp = g_udev_device_get_property (port, "ID_MODEL_ID");
|
||||
if (!tmp || strcmp (tmp, "3802"))
|
||||
if (!tmp || (strcmp (tmp, "3802") && strcmp (tmp, "4902")))
|
||||
return MM_PLUGIN_SUPPORTS_PORT_UNSUPPORTED;
|
||||
|
||||
if (mm_plugin_base_get_cached_port_capabilities (base, port, &cached)) {
|
||||
|
Reference in New Issue
Block a user