Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 1/1] package/busybox: enable ttyUSB[0-9] when using mdev
@ 2016-07-01 18:57 Andy Shevchenko
  2016-07-01 20:52 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Shevchenko @ 2016-07-01 18:57 UTC (permalink / raw)
  To: buildroot

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>
---
 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/
-- 
2.8.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-07-01 20:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-01 18:57 [Buildroot] [PATCH v1 1/1] package/busybox: enable ttyUSB[0-9] when using mdev Andy Shevchenko
2016-07-01 20:52 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox