diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-12-27 13:42:28 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-12-27 13:51:28 +0100 |
commit | 731812fe342ba4d2a5531992638a21b8a27bdbb4 (patch) | |
tree | fca5f2acba8a0be6fd65f3e9e68f8fee91381854 /src/mm-device.h | |
parent | 80b68ac0aeb4e6263ac5d17d268723ac6fd1df47 (diff) |
plugin: avoid QMI-managed net ports when compiling without QMI support
Diffstat (limited to 'src/mm-device.h')
-rw-r--r-- | src/mm-device.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-device.h b/src/mm-device.h index c8aa6412..4849905b 100644 --- a/src/mm-device.h +++ b/src/mm-device.h @@ -94,4 +94,6 @@ GObject *mm_device_get_port_probe (MMDevice *self, GList *mm_device_peek_port_probe_list (MMDevice *self); GList *mm_device_get_port_probe_list (MMDevice *self); +const gchar *mm_device_utils_get_port_driver (GUdevDevice *udev_port); + #endif /* MM_DEVICE_H */ |