summaryrefslogtreecommitdiffstats
path: root/plugins/udev.c
diff options
context:
space:
mode:
authorZhigang Li <zhigang.li@intel.com>2011-01-28 12:56:04 +0800
committerMarcel Holtmann <marcel@holtmann.org>2011-01-28 10:18:00 +0100
commit1166ed5a3ae6cb10ae33a9555c420d856c34b914 (patch)
tree22ddd86c479b33129d9319e79fc75a42afb661b4 /plugins/udev.c
parent56469ad415812877e68dc0c2421aadbd32fa5520 (diff)
downloadofono-1166ed5a3ae6cb10ae33a9555c420d856c34b914.tar.bz2
udev: Enable Dell 5540 AGPS interface
Diffstat (limited to 'plugins/udev.c')
-rw-r--r--plugins/udev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/udev.c b/plugins/udev.c
index 202b225a..ce1efe6d 100644
--- a/plugins/udev.c
+++ b/plugins/udev.c
@@ -135,7 +135,7 @@ static void add_mbm(struct ofono_modem *modem,
devnode = udev_device_get_devnode(udev_device);
ofono_modem_set_string(modem, DATA_DEVICE, devnode);
} else if (g_str_has_suffix(desc, "Minicard GPS Port") ||
- g_str_has_suffix(desc, "Mini-Card GPRS Port") ||
+ g_str_has_suffix(desc, "Mini-Card GPS Port") ||
g_str_has_suffix(desc, "Broadband GPS Port")) {
devnode = udev_device_get_devnode(udev_device);
ofono_modem_set_string(modem, GPS_DEVICE, devnode);