udev: Enable Dell 5540 AGPS interface

This commit is contained in:
Zhigang Li 2011-01-28 12:56:04 +08:00 committed by Marcel Holtmann
parent 56469ad415
commit 1166ed5a3a
1 changed files with 1 additions and 1 deletions

View File

@ -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);