diff options
author | Mike Nicholson <mike.nicholson@multitech.com> | 2021-04-01 03:20:45 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-07-26 19:12:06 -0500 |
commit | 67c32d71418d109a4f49978e9d5e885615771930 (patch) | |
tree | 91ee097f96eddfb8ee49c0f748b90224ac13f8ce /recipes-core/udev | |
parent | 9655cdbabfcfd97536c3f9d913575d5f9dc4e5d1 (diff) | |
download | meta-mlinux-67c32d71418d109a4f49978e9d5e885615771930.tar.gz meta-mlinux-67c32d71418d109a4f49978e9d5e885615771930.tar.bz2 meta-mlinux-67c32d71418d109a4f49978e9d5e885615771930.zip |
MTCAP3 support, initial revision
Diffstat (limited to 'recipes-core/udev')
-rw-r--r-- | recipes-core/udev/eudev/mtcap3.rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-core/udev/eudev/mtcap3.rules b/recipes-core/udev/eudev/mtcap3.rules new file mode 100644 index 0000000..9ea10b4 --- /dev/null +++ b/recipes-core/udev/eudev/mtcap3.rules @@ -0,0 +1,4 @@ +ACTION=="remove", GOTO="mlinux_end" +SUBSYSTEM!="tty", GOTO="mlinux_end" + +LABEL="mlinux_end" |