summaryrefslogtreecommitdiff
path: root/recipes-core/udev/eudev/cellular_radios_cdc_ecm.rules
blob: a6a553acec0ef54bffcc19ef6b197e6b705ddafd (plain)
1
2
3
4
5
6
7
8
9
10
11
ACTION!="add|change|move", GOTO="mlinux_end"
SUBSYSTEM!="net", GOTO="mlinux_end"

# Main Radio ECM interface of Sequans CB610L
ATTRS{idVendor}=="258d", ATTRS{idProduct}=="2000", ENV{ID_USB_INTERFACE_NUM}=="00", NAME="wwan0"

# Control Radio ECM interface of Sequans CB610L
ATTRS{idVendor}=="258d", ATTRS{idProduct}=="2000", ENV{ID_USB_INTERFACE_NUM}=="04", NAME="wwanmng0"


LABEL="mlinux_end"