From 8a25e2fe857b8f5aed0972f889ab2375a95cbb4e Mon Sep 17 00:00:00 2001 From: John Klug Date: Tue, 8 Jan 2019 17:47:05 -0600 Subject: Bluetooth is not /dev/TTYXRUSB0 on mtrv1 --- recipes-core/udev/eudev/mtrv1/mtrv1.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3