Re: [PATCH v4l-utils] Introduce v4l2-get-device tool

2019-01-24 Thread Laurent Pinchart
Hello, On Thu, Jan 24, 2019 at 10:24:48AM +0100, Hans Verkuil wrote: > Resurrecting this thread, since this functionality would be really useful :-) > > On 11/10/18 12:17 PM, Ezequiel Garcia wrote: > > On Sat, 2018-11-10 at 12:09 +0100, Hans Verkuil wrote: > >> On 11/10/2018 12:01 PM, Ezequiel Ga

Re: [PATCH v4l-utils] Introduce v4l2-get-device tool

2019-01-24 Thread Ezequiel Garcia
On Thu, 2019-01-24 at 10:24 +0100, Hans Verkuil wrote: > Resurrecting this thread, since this functionality would be really useful :-) > Thanks for the resurrection chant :-) > On 11/10/18 12:17 PM, Ezequiel Garcia wrote: > > On Sat, 2018-11-10 at 12:09 +0100, Hans Verkuil wrote: > > > On 11/10/

Re: [PATCH v4l-utils] Introduce v4l2-get-device tool

2019-01-24 Thread Hans Verkuil
Resurrecting this thread, since this functionality would be really useful :-) On 11/10/18 12:17 PM, Ezequiel Garcia wrote: > On Sat, 2018-11-10 at 12:09 +0100, Hans Verkuil wrote: >> On 11/10/2018 12:01 PM, Ezequiel Garcia wrote: >>> On Sat, 2018-11-10 at 11:29 +0100, Hans Verkuil wrote: On 1

Re: [PATCH v4l-utils] Introduce v4l2-get-device tool

2018-11-10 Thread Ezequiel Garcia
On Sat, 2018-11-10 at 12:09 +0100, Hans Verkuil wrote: > On 11/10/2018 12:01 PM, Ezequiel Garcia wrote: > > On Sat, 2018-11-10 at 11:29 +0100, Hans Verkuil wrote: > > > On 11/09/2018 10:52 PM, Ezequiel Garcia wrote: > > > > This tool allows to find a device by driver name, > > > > this is useful fo

Re: [PATCH v4l-utils] Introduce v4l2-get-device tool

2018-11-10 Thread Hans Verkuil
On 11/10/2018 12:01 PM, Ezequiel Garcia wrote: > On Sat, 2018-11-10 at 11:29 +0100, Hans Verkuil wrote: >> On 11/09/2018 10:52 PM, Ezequiel Garcia wrote: >>> This tool allows to find a device by driver name, >>> this is useful for scripts to be written in a generic way. >> >> Why not add support fo

Re: [PATCH v4l-utils] Introduce v4l2-get-device tool

2018-11-10 Thread Ezequiel Garcia
On Sat, 2018-11-10 at 11:29 +0100, Hans Verkuil wrote: > On 11/09/2018 10:52 PM, Ezequiel Garcia wrote: > > This tool allows to find a device by driver name, > > this is useful for scripts to be written in a generic way. > > Why not add support for this to v4l2-sysfs-path? And improve it at the sa

Re: [PATCH v4l-utils] Introduce v4l2-get-device tool

2018-11-10 Thread Hans Verkuil
On 11/09/2018 10:52 PM, Ezequiel Garcia wrote: > This tool allows to find a device by driver name, > this is useful for scripts to be written in a generic way. Why not add support for this to v4l2-sysfs-path? And improve it at the same time (swradio devices do not show up when I run v4l2-sysfs-pat

[PATCH v4l-utils] Introduce v4l2-get-device tool

2018-11-09 Thread Ezequiel Garcia
This tool allows to find a device by driver name, this is useful for scripts to be written in a generic way. Usage: v4l2-get-device -d uvcvideo -c V4L2_CAP_VIDEO_CAPTURE /dev/video0 /dev/video2 Signed-off-by: Ezequiel Garcia --- configure.ac| 1 + utils/Makefile.a