9abe7e28b2
Due to a regression in ModemManager 1.18.2, a special case to reduce facility lock query was implemented in ModemManager. Versions up to 1.18.6 need to be patched (separate merge request, possibly in Alpine Linux). For more details, see pmaports issue #1274. This udev rule makes use of this special case for device samsung-serranove.
3 lines
195 B
Text
3 lines
195 B
Text
# Tag wwan ports of device samsung-serranove to reduce the facility
|
|
# lock query by ModemManager, avoiding a QMI protocol error.
|
|
SUBSYSTEM=="wwan", ENV{ID_MM_QMI_FACILITY_LOCK_QUERY_REDUCED}="1"
|