Adding ID_MM_PHYSDEV_UID to the udev rule that manages the XBee Cellular
modems, allows to identify them when using ModemManager CLI.
Before:
~# mmcli -m 0
-------------------------
System | device: '/sys/devices/platform/soc/2100000.aips-bus/21e8000.serial'
| drivers: 'imx-uart'
| plugin: 'Telit'
| primary port: 'ttymxc1'
| ports: 'ttymxc1 (at)'
-------------------------
After:
~# mmcli -m 0
-------------------------
System | device: 'Digi XBee Cellular'
| drivers: 'imx-uart'
| plugin: 'Telit'
| primary port: 'ttymxc1'
| ports: 'ttymxc1 (at)'
-------------------------
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
|
||
|---|---|---|
| .. | ||
| 0001-configure.ac-add-foreign-automake-option.patch | ||
| 78-mm-digi-xbee-cellular.rules | ||