summaryrefslogtreecommitdiff
path: root/plugins/gosuncn/77-mm-gosuncn-port-types.rules
blob: 2deb7ad2f05fb94c94ce2aab8cdc71777dfcba19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# do not edit this file, it will be overwritten on update

ACTION!="add|change|move|bind", GOTO="mm_gosuncn_port_types_end"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="305a", GOTO="mm_gosuncn_port_types"
GOTO="mm_gosuncn_port_types_end"

LABEL="mm_gosuncn_port_types"
SUBSYSTEMS=="usb", ATTRS{bInterfaceNumber}=="?*", ENV{.MM_USBIFNUM}="$attr{bInterfaceNumber}"

# Gosuncn GM800
# Interfaces #3 and #4 are MBIM
ATTRS{idVendor}=="305a", ATTRS{idProduct}=="1405", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_PORT_IGNORE}="1"
ATTRS{idVendor}=="305a", ATTRS{idProduct}=="1405", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_PORT_TYPE_AT_PRIMARY}="1"
ATTRS{idVendor}=="305a", ATTRS{idProduct}=="1405", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_PORT_TYPE_AT_SECONDARY}="1"
ATTRS{idVendor}=="305a", ATTRS{idProduct}=="1405", ENV{.MM_USBIFNUM}=="05", ENV{ID_MM_PORT_IGNORE}="1"

LABEL="mm_gosuncn_port_types_end"