diff options
author | John Klug <john.klug@multitech.com> | 2019-01-08 17:47:05 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-01-08 17:47:05 -0600 |
commit | b7fab6c27436df37abf3f61fa2b3819ba67d939c (patch) | |
tree | 20ce620267a0d831be71b5d8a72d128a746fca23 | |
parent | 9f721011fd95701a76ee32a67e6f96e593e147a0 (diff) | |
download | meta-mlinux-b7fab6c27436df37abf3f61fa2b3819ba67d939c.tar.gz meta-mlinux-b7fab6c27436df37abf3f61fa2b3819ba67d939c.tar.bz2 meta-mlinux-b7fab6c27436df37abf3f61fa2b3819ba67d939c.zip |
Bluetooth is not /dev/TTYXRUSB0 on mtrv1
-rw-r--r-- | recipes-core/udev/eudev/mtrv1/mtrv1.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/udev/eudev/mtrv1/mtrv1.rules b/recipes-core/udev/eudev/mtrv1/mtrv1.rules index 7dc5479..620c77a 100644 --- a/recipes-core/udev/eudev/mtrv1/mtrv1.rules +++ b/recipes-core/udev/eudev/mtrv1/mtrv1.rules @@ -7,7 +7,7 @@ ENV{ID_IFACE}=="", GOTO="mlinux_end" # mtr revA: bluetooth on exar chip (ACM0, iface 0) # ttyXRUSB is Vizzini driver name, for compatiblity. -ATTRS{idVendor}=="04e2", ATTRS{idProduct}=="1412", ENV{ID_IFACE}=="00", SYMLINK+="ttyXRUSB0", SYMLINK+="bt" +ATTRS{idVendor}=="04e2", ATTRS{idProduct}=="1412", ENV{ID_IFACE}=="00", SYMLINK+="ttyXRUSB0" # mtr revA: external serial on exar chip (ACM1, iface 2) ATTRS{idVendor}=="04e2", ATTRS{idProduct}=="1412", ENV{ID_IFACE}=="02", SYMLINK+="ttyXRUSB1", SYMLINK+="ext_serial" |