All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] Add /dev/video static device nodes
@ 2012-06-19  6:05 Phil Edworthy
  2012-06-23 19:55 ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Phil Edworthy @ 2012-06-19  6:05 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
---
 target/generic/device_table_dev.txt |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/target/generic/device_table_dev.txt b/target/generic/device_table_dev.txt
index d1d1e11..a93a2c8 100644
--- a/target/generic/device_table_dev.txt
+++ b/target/generic/device_table_dev.txt
@@ -141,3 +141,6 @@
 
 # I2C device nodes
 /dev/i2c-	c	666	0	0	89	0	0	1	4
+
+# v4l device nodes
+/dev/video	c	666	0	0	81	0	0	1	4
-- 
1.7.5.4

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

end of thread, other threads:[~2012-06-26  7:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-19  6:05 [Buildroot] [PATCH] Add /dev/video static device nodes Phil Edworthy
2012-06-23 19:55 ` Peter Korsgaard
2012-06-26  7:22   ` phil.edworthy at renesas.com

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.