summaryrefslogtreecommitdiff
path: root/recipes-core/udev/eudev
diff options
context:
space:
mode:
authorAndrii Pientsov <andrii.pientsov@globallogic.com>2021-03-27 21:17:55 +0200
committerAndrii Pientsov <andrii.pientsov@globallogic.com>2021-03-27 21:17:55 +0200
commit5ae745dc01caacce6f9ab60fd59138fb841e3a99 (patch)
treefd5f386edc3d8722ab30f6688fa12d4aed5b74ec /recipes-core/udev/eudev
parentf1ba333112e095f7b90ad7c2e00bbfc5cd781629 (diff)
parente8658446ca0fdae5d53b5e920a7cb385db9062b7 (diff)
downloadmeta-mlinux-atmel-5ae745dc01caacce6f9ab60fd59138fb841e3a99.tar.gz
meta-mlinux-atmel-5ae745dc01caacce6f9ab60fd59138fb841e3a99.tar.bz2
meta-mlinux-atmel-5ae745dc01caacce6f9ab60fd59138fb841e3a99.zip
Merge branch 'ap/temp' into mtre-dunfell
Diffstat (limited to 'recipes-core/udev/eudev')
-rw-r--r--recipes-core/udev/eudev/mtcdt/accessory_lora.rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-core/udev/eudev/mtcdt/accessory_lora.rules b/recipes-core/udev/eudev/mtcdt/accessory_lora.rules
new file mode 100644
index 0000000..7323578
--- /dev/null
+++ b/recipes-core/udev/eudev/mtcdt/accessory_lora.rules
@@ -0,0 +1,3 @@
+# SYMLINK spidev32766.2 and spidev32765.2 are added for compatibility purposes after migrating linux kernel from 4.X.X to 5.4.81
+ACTION=="add", KERNEL=="spidev0.2", SUBSYSTEM=="spidev", SYMLINK="spidev32766.2"
+ACTION=="add", KERNEL=="spidev1.2", SUBSYSTEM=="spidev", SYMLINK="spidev32765.2"