mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/busybox: enable ttyUSB[0-9] when using mdev
Some of our systems are using ttyUSB0 devices as a serial console. Add them to mdev. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
9df195bec7
commit
567627700a
@ -20,6 +20,7 @@ tty root:tty 666
|
|||||||
tty[0-9]* root:tty 660
|
tty[0-9]* root:tty 660
|
||||||
vcsa*[0-9]* root:tty 660
|
vcsa*[0-9]* root:tty 660
|
||||||
ttyS[0-9]* root:root 660
|
ttyS[0-9]* root:root 660
|
||||||
|
ttyUSB[0-9]* root:root 660
|
||||||
|
|
||||||
# alsa sound devices
|
# alsa sound devices
|
||||||
pcm.* root:audio 660 =snd/
|
pcm.* root:audio 660 =snd/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user