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

* [Buildroot] [PATCH] Add /dev/video static device nodes
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2012-06-23 19:55 UTC (permalink / raw)
  To: buildroot

>>>>> "Phil" == Phil Edworthy <phil.edworthy@renesas.com> writes:

 Phil> Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>

Committed, thanks.

Please consider using devtmpfs instead though.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] Add /dev/video static device nodes
  2012-06-23 19:55 ` Peter Korsgaard
@ 2012-06-26  7:22   ` phil.edworthy at renesas.com
  0 siblings, 0 replies; 3+ messages in thread
From: phil.edworthy at renesas.com @ 2012-06-26  7:22 UTC (permalink / raw)
  To: buildroot

Hi Peter,

> Subject: Re: [PATCH] Add /dev/video static device nodes
> Sent by: Peter Korsgaard <jacmet@gmail.com>
>
> >>>>> "Phil" == Phil Edworthy <phil.edworthy@renesas.com> writes:
>
>  Phil> Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
>
> Committed, thanks.
>
> Please consider using devtmpfs instead though.
I use udev most of the time, but some customers/projects still use static dev nodes.

Thanks
Phil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20120626/e70c1a47/attachment.html>

^ permalink raw reply	[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.