diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2018-01-21 08:36:49 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2018-01-21 08:36:49 +0100 |
commit | b473db334e2b9f3f4b30b703c61d85e99d4f115f (patch) | |
tree | 64edf6f5c6489f24e86cd7d843b56430363d04af /introspection | |
parent | 22ffd3f3aa4d8c1fbc1f6ab765bcfaf83f3d1c7f (diff) |
introspection: add reference to the MM_ID_PHYSDEV_UID udev tag in Device property
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.xml b/introspection/org.freedesktop.ModemManager1.Modem.xml index 23dd3b59..b84f2083 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.xml @@ -316,6 +316,9 @@ In Linux for example, this points to a sysfs path of the usb_device object. + + This value may also be set by the user using the MM_ID_PHYSDEV_UID udev + tag (e.g. binding the tag to a specific sysfs path). --> <property name="Device" type="s" access="read" /> |