summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/udev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/udev.c b/plugins/udev.c
index c2e9c412..4b73298c 100644
--- a/plugins/udev.c
+++ b/plugins/udev.c
@@ -153,7 +153,7 @@ static void add_hso(struct ofono_modem *modem,
type = udev_device_get_sysattr_value(udev_device, "hsotype");
- if (type != NULL && g_str_has_suffix(type, "Control") == TRUE) {
+ if (type != NULL && g_str_has_suffix(type, "Application") == TRUE) {
devnode = udev_device_get_devnode(udev_device);
ofono_modem_set_string(modem, MODEM_DEVICE, devnode);
} else if (g_str_equal(subsystem, "net") == TRUE) {