diff options
author | Mike Fiore <mfiore@multitech.com> | 2014-02-18 08:43:10 -0600 |
---|---|---|
committer | Mike Fiore <mfiore@multitech.com> | 2014-02-19 12:41:48 -0600 |
commit | 99fd68134f69b4e2c534998ed91235c92a14b031 (patch) | |
tree | df67452bf878d6dcc94400a234cd58fb0cf65c03 /multitech/recipes/udev | |
parent | ddc9a5ae0cd3592b32f59b9b9f1460f8ea6b520c (diff) |
file renames and code changes for MTOCGD3 -> MTOCGD2 rename
Diffstat (limited to 'multitech/recipes/udev')
-rw-r--r-- | multitech/recipes/udev/udev-165/mtocgd/corecdp.rules | 4 | ||||
-rw-r--r-- | multitech/recipes/udev/udev-165/mtocgd2/corecdp.rules (renamed from multitech/recipes/udev/udev-165/mtocgd3/corecdp.rules) | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/multitech/recipes/udev/udev-165/mtocgd/corecdp.rules b/multitech/recipes/udev/udev-165/mtocgd/corecdp.rules index 60189fb..196102b 100644 --- a/multitech/recipes/udev/udev-165/mtocgd/corecdp.rules +++ b/multitech/recipes/udev/udev-165/mtocgd/corecdp.rules @@ -48,10 +48,10 @@ ATTRS{idVendor}=="1199", ATTRS{idProduct}=="683c", ENV{ID_IFACE}=="05", SYMLINK+ # EV2: ttyUSB0 ATTRS{idVendor}=="1199", ATTRS{idProduct}=="0028", ENV{ID_PORT}=="0", SYMLINK+="modem_at0" -# mtocgd3: bluetooth on exar chip (ACM0, iface 0) +# mtocgd: bluetooth on exar chip (ACM0, iface 0) ATTRS{idVendor}=="04e2", ATTRS{idProduct}=="1412", ENV{ID_IFACE}=="00", SYMLINK+="bt" -# mtocgd3: external serial on exar chip (ACM0, iface 2) +# mtocgd: external serial on exar chip (ACM0, iface 2) ATTRS{idVendor}=="04e2", ATTRS{idProduct}=="1412", ENV{ID_IFACE}=="02", SYMLINK+="ext_serial" LABEL="corecdp_end" diff --git a/multitech/recipes/udev/udev-165/mtocgd3/corecdp.rules b/multitech/recipes/udev/udev-165/mtocgd2/corecdp.rules index be32fa0..9677908 100644 --- a/multitech/recipes/udev/udev-165/mtocgd3/corecdp.rules +++ b/multitech/recipes/udev/udev-165/mtocgd2/corecdp.rules @@ -48,10 +48,10 @@ ATTRS{idVendor}=="1199", ATTRS{idProduct}=="683c", ENV{ID_IFACE}=="05", SYMLINK+ # EV2: ttyUSB0 ATTRS{idVendor}=="1199", ATTRS{idProduct}=="0028", ENV{ID_PORT}=="0", SYMLINK+="modem_at0" -# mtocgd3: bluetooth on exar chip (ACM1, iface 2) +# mtocgd2: bluetooth on exar chip (ACM1, iface 2) ATTRS{idVendor}=="04e2", ATTRS{idProduct}=="1414", ENV{ID_IFACE}=="02", SYMLINK+="bt" -# mtocgd3: external serial on exar chip (ACM2, iface 4) +# mtocgd2: external serial on exar chip (ACM2, iface 4) ATTRS{idVendor}=="04e2", ATTRS{idProduct}=="1414", ENV{ID_IFACE}=="04", SYMLINK+="ext_serial" LABEL="corecdp_end" |