Chromium Code Reviews| Index: src/udev.c |
| diff --git a/src/udev.c b/src/udev.c |
| index 3cfe47b1868cac43836b0e624d6c1acc5ff9e4e1..ec1d29deafe03eaca2d60c09ed5369c23872e6e8 100644 |
| --- a/src/udev.c |
| +++ b/src/udev.c |
| @@ -437,7 +437,9 @@ connman_bool_t __connman_udev_has_associated_modem(const char *ifname) |
| goto done; |
| driver = udev_device_get_driver(parent); |
| - if (g_strcmp0(driver, "QCUSBNet2k") == 0) { |
| + if (g_strcmp0(driver, "QCUSBNet2k") == 0 || |
| + g_strcmp0(driver, "GobiNet") == 0 || |
| + g_strcmp0(driver, "gobi") == 0) { |
| /* QCUSBNet2k is always associated with modems */ |
|
Jason Glasgow
2011/03/16 21:25:11
Comment is no longer correct.
|
| has_modem = TRUE; |
| goto done; |