# do not edit this file, it will be overwritten on update
ACTION!="add|change|move|bind", GOTO="mm_cellient_end"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="2692", GOTO="mm_cellient_generic"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="05c6", GOTO="mm_cellient_qualcomm"
GOTO="mm_cellient_end"

LABEL="mm_cellient_generic"
# Cellient MPL200: Disable QMI WDS PCO
ATTRS{idVendor}=="2692", ATTRS{idProduct}=="9025", ENV{ID_MM_QMI_PCO_DISABLED}="1"
GOTO="mm_cellient_end"

# Cellient products rebranded as Qualcomm
LABEL="mm_cellient_qualcomm"

# Cellient MPL200 (rebranded Qualcomm 05c6:9025): Disable QMI WDS PCO
ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9025", ENV{ID_MM_QMI_PCO_DISABLED}="1"

LABEL="mm_cellient_end"
