diff options
author | Dan Williams <dcbw@redhat.com> | 2011-02-17 15:44:23 -0600 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2011-02-17 15:44:23 -0600 |
commit | b0b9ea95cfb582ca5297ec7371c3414c9ee0383d (patch) | |
tree | f4cf04f29204e0fff7c659d81a674508fce8d2e3 | |
parent | 92e4127c7dc3726e0bdb4beea64246bd7c420d9f (diff) |
simtech: add port tags for SCT U300 (Element Mobile)
-rw-r--r-- | plugins/77-mm-simtech-port-types.rules | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/plugins/77-mm-simtech-port-types.rules b/plugins/77-mm-simtech-port-types.rules index 9ec047ca..3848f896 100644 --- a/plugins/77-mm-simtech-port-types.rules +++ b/plugins/77-mm-simtech-port-types.rules @@ -3,6 +3,7 @@ # Simtech makes modules that other companies rebrand, like: # # A-LINK 3GU +# SCT UM300 # # Most of these values were scraped from various SimTech-based Windows # driver .inf files. *mdm.inf lists the main command ports, while @@ -18,12 +19,16 @@ GOTO="mm_simtech_port_types_end" LABEL="mm_alink_vendorcheck" SUBSYSTEMS=="usb", ATTRS{bInterfaceNumber}=="?*", ENV{.MM_USBIFNUM}="$attr{bInterfaceNumber}" +ATTRS{idProduct}=="cefe", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_SIMTECH_PORT_TYPE_MODEM}="1" +ATTRS{idProduct}=="cefe", ENV{.MM_USBIFNUM}=="00", ENV{ID_MM_SIMTECH_PORT_TYPE_AUX}="1" +ATTRS{idProduct}=="cefe", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_SIMTECH_PORT_TYPE_AUX}="1" +ATTRS{idProduct}=="cefe", ENV{ID_MM_SIMTECH_TAGGED}="1" + ATTRS{idProduct}=="9200", ENV{.MM_USBIFNUM}=="03", ENV{ID_MM_SIMTECH_PORT_TYPE_MODEM}="1" ATTRS{idProduct}=="9200", ENV{.MM_USBIFNUM}=="01", ENV{ID_MM_SIMTECH_PORT_TYPE_AUX}="1" ATTRS{idProduct}=="9200", ENV{ID_MM_SIMTECH_TAGGED}="1" GOTO="mm_simtech_port_types_end" - LABEL="mm_simtech_port_types_end" |