libqmi-qmuxd/src/qmi-proxy/76-qmi-proxy-device-ownersh...

13 lines
435 B
Plaintext

# do not edit this file, it will be overwritten on update
ACTION!="add|change|move", GOTO="qmi_proxy_device_ownership_end"
# A 'cdc-wdm' device is from a MBIM and QMI-based modems.
KERNEL=="cdc-wdm[0-9]", DRIVERS=="qmi_wwan", SUBSYSTEM=="usbmisc", GOTO="qmi_proxy_device_ownership_change"
GOTO="qmi_proxy_device_ownership_end"
LABEL="qmi_proxy_device_ownership_change"
OWNER="@QMI_USERNAME@"
LABEL="qmi_proxy_device_ownership_end"