From dd3a4768b062df7615c96f7822bbe7bcc9b06d19 Mon Sep 17 00:00:00 2001 From: Jonas Bonn Date: Tue, 12 Sep 2017 10:11:20 +0200 Subject: [PATCH] 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. --- plugins/udevng.c | 2 -- 1 file changed, 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; }