summaryrefslogtreecommitdiff
path: root/recipes-core/udev/eudev
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2019-01-08 17:47:05 -0600
committerJohn Klug <john.klug@multitech.com>2019-01-08 17:47:05 -0600
commitb7fab6c27436df37abf3f61fa2b3819ba67d939c (patch)
tree20ce620267a0d831be71b5d8a72d128a746fca23 /recipes-core/udev/eudev
parent9f721011fd95701a76ee32a67e6f96e593e147a0 (diff)
downloadmeta-mlinux-atmel-b7fab6c27436df37abf3f61fa2b3819ba67d939c.tar.gz
meta-mlinux-atmel-b7fab6c27436df37abf3f61fa2b3819ba67d939c.tar.bz2
meta-mlinux-atmel-b7fab6c27436df37abf3f61fa2b3819ba67d939c.zip
Bluetooth is not /dev/TTYXRUSB0 on mtrv1
Diffstat (limited to 'recipes-core/udev/eudev')
-rw-r--r--recipes-core/udev/eudev/mtrv1/mtrv1.rules2
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"