Re: v4l: Add video_device_node_name function

2009-11-18 Thread Laurent Pinchart
Hi Hans, On Wednesday 18 November 2009 08:06:22 Hans Verkuil wrote: > On Wednesday 18 November 2009 01:38:42 Laurent Pinchart wrote: > > Many drivers access the device number (video_device::v4l2_devnode::num) > > in order to print the video device node name. Add and use a helper > > function to re

Re: v4l: Add video_device_node_name function

2009-11-17 Thread Hans Verkuil
On Wednesday 18 November 2009 01:38:42 Laurent Pinchart wrote: > Many drivers access the device number (video_device::v4l2_devnode::num) > in order to print the video device node name. Add and use a helper > function to retrieve the video_device node name. > > Signed-off-by: Laurent Pinchart Can

v4l: Add video_device_node_name function

2009-11-17 Thread Laurent Pinchart
Many drivers access the device number (video_device::v4l2_devnode::num) in order to print the video device node name. Add and use a helper function to retrieve the video_device node name. Signed-off-by: Laurent Pinchart Index: v4l-dvb-mc-uvc/linux/drivers/media/video/v4l2-dev.c =