[Buildroot] [git commit] package/busybox: enable ttyUSB[0-9] when using mdev

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Jul 1 20:51:44 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=567627700a26f4a3a5f835bd113afeb8f4a9e10d
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Some of our systems are using ttyUSB0 devices as a serial console.
Add them to mdev.

Signed-off-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/busybox/mdev.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/busybox/mdev.conf b/package/busybox/mdev.conf
index 4fafe63..241c1c2 100644
--- a/package/busybox/mdev.conf
+++ b/package/busybox/mdev.conf
@@ -20,6 +20,7 @@ tty		root:tty 666
 tty[0-9]*	root:tty 660
 vcsa*[0-9]*	root:tty 660
 ttyS[0-9]*	root:root 660
+ttyUSB[0-9]*	root:root 660
 
 # alsa sound devices
 pcm.*		root:audio 660 =snd/


More information about the buildroot mailing list