aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Bonn <jonas@southpole.se>2017-09-12 10:11:20 +0200
committerDenis Kenzior <denkenz@gmail.com>2017-09-12 12:28:36 -0500
commitdd3a4768b062df7615c96f7822bbe7bcc9b06d19 (patch)
tree581b0e6326d5fe213421ec848434925dd7f421d5
parent29c5cd238b8b301320f2b2f957fbc70d868e0084 (diff)
downloadandroid_external_ofono-dd3a4768b062df7615c96f7822bbe7bcc9b06d19.tar.gz
android_external_ofono-dd3a4768b062df7615c96f7822bbe7bcc9b06d19.tar.bz2
android_external_ofono-dd3a4768b062df7615c96f7822bbe7bcc9b06d19.zip
udev: isi modems do not use 'Device' property
Neither the n900 nor u8500 drivers use this property so there's currently no need to set it in the setup function.
-rw-r--r--plugins/udevng.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/udevng.c b/plugins/udevng.c
index 9d00bb85..a4b99aa4 100644
--- a/plugins/udevng.c
+++ b/plugins/udevng.c
@@ -1013,8 +1013,6 @@ static gboolean setup_isi_serial(struct modem_info* modem)
if (value)
ofono_modem_set_integer(modem->modem, "Address", atoi(value));
- ofono_modem_set_string(modem->modem, "Device", info->devnode);
-
return TRUE;
}