diff mbox

Add /dev/video static device nodes

Message ID 1340085953-24986-1-git-send-email-phil.edworthy@renesas.com
State Accepted
Commit b317f63489b03a0f31d1a199f60b3c5d878e0c10
Headers show

Commit Message

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

Comments

Peter Korsgaard June 23, 2012, 7:55 p.m. UTC | #1
>>>>> "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.
Phil Edworthy June 26, 2012, 7:22 a.m. UTC | #2
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
diff mbox

Patch

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