diff options
author | John Klug <john.klug@multitech.com> | 2019-01-08 17:47:05 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-03 17:08:20 -0500 |
commit | 8a25e2fe857b8f5aed0972f889ab2375a95cbb4e (patch) | |
tree | 20ce620267a0d831be71b5d8a72d128a746fca23 /recipes-core/udev | |
parent | 084a76c7dcd6bae1761e7b0137a3993478922401 (diff) | |
download | meta-mlinux-8a25e2fe857b8f5aed0972f889ab2375a95cbb4e.tar.gz meta-mlinux-8a25e2fe857b8f5aed0972f889ab2375a95cbb4e.tar.bz2 meta-mlinux-8a25e2fe857b8f5aed0972f889ab2375a95cbb4e.zip |
Bluetooth is not /dev/TTYXRUSB0 on mtrv1
Diffstat (limited to 'recipes-core/udev')
-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" |