ANN: ModemManager 1.18.4 released / Avoiding PPP
Aleksander Morgado
aleksander at aleksander.es
Thu Dec 30 13:28:55 UTC 2021
Hey,
> ACTION!="add|change|move|bind", GOTO="mm_awc_port_types_end"
> SUBSYSTEMS=="usb", ATTRS{idVendor}=="2c7c", GOTO="mm_awc_port_types"
> GOTO="mm_awc_port_types_end"
>
> LABEL="mm_awc_port_types"
>
> SUBSYSTEMS=="usb", ATTRS{bInterfaceNumber}=="?*",
> ENV{.MM_USBIFNUM}="$attr{bInterfaceNumber}"
>
> # AWC EM12-AW
> # ttyUSB0 (if #0): QCDM/DIAG port
> # ttyUSB1 (if #1): GPS data port
> # ttyUSB2 (if #2): AT primary port
> # ttyUSB3 (if #3): AT secondary port
> ATTRS{idVendor}=="2c7c", ATTRS{idProduct}=="0512", ENV{.MM_USBIFNUM}=="00",
> SUBSYSTEM=="tty", ENV{ID_MM_PORT_TYPE_QCDM}="1"
> ATTRS{idVendor}=="2c7c", ATTRS{idProduct}=="0512", ENV{.MM_USBIFNUM}=="01",
> SUBSYSTEM=="tty", ENV{ID_MM_DEVICE_IGNORE}="1"
> ATTRS{idVendor}=="2c7c", ATTRS{idProduct}=="0512", ENV{.MM_USBIFNUM}=="02",
> SUBSYSTEM=="tty", ENV{ID_MM_DEVICE_IGNORE}="1
> ATTRS{idVendor}=="2c7c", ATTRS{idProduct}=="0512", ENV{.MM_USBIFNUM}=="03",
> SUBSYSTEM=="tty", ENV{ID_MM_DEVICE_IGNORE}="1"
>
Should be ID_MM_PORT_IGNORE in all those (not DEVICE_iGNORE).
--
Aleksander
https://aleksander.es
More information about the ModemManager-devel
mailing list