[PATCH v4] [media] uvcvideo: Add iFunction or iInterface to device names.

2017-04-19 Thread Peter Boström
strings when both are available. Signed-off-by: Peter Boström <p...@google.com> --- drivers/media/usb/uvc/uvc_driver.c | 24 +--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/drivers/media/usb/uvc/uvc_driver.c b/drivers/media/usb/uvc/uvc_driver.c

[PATCH v3] [media] uvcvideo: Add iFunction or iInterface to device names.

2017-04-18 Thread Peter Boström
strings when both are available. Signed-off-by: Peter Boström <p...@google.com> --- drivers/media/usb/uvc/uvc_driver.c | 24 +--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/drivers/media/usb/uvc/uvc_driver.c b/drivers/media/usb/uvc/uvc_driver.c

[PATCH v2] [media] uvcvideo: Add iFunction or iInterface to device names.

2017-04-17 Thread Peter Boström
strings when both are available. Signed-off-by: Peter Boström <p...@google.com> --- drivers/media/usb/uvc/uvc_driver.c | 37 ++--- drivers/media/usb/uvc/uvcvideo.h | 2 +- 2 files changed, 31 insertions(+), 8 deletions(-) diff --git a/drivers/media/u

Re: [PATCH] [media] uvcvideo: Add iFunction or iInterface to device names.

2017-04-06 Thread Peter Boström
I'll put some more info/discussion points inline. Very happy for feedback/input here, thanks! On Thu, Apr 6, 2017 at 1:58 PM Peter Boström <p...@google.com> wrote: > > Permits distinguishing between two /dev/videoX entries from the same > physical UVC device (that naturally

[PATCH] [media] uvcvideo: Add iFunction or iInterface to device names.

2017-04-06 Thread Peter Boström
strings when both are available. Signed-off-by: Peter Boström <p...@google.com> --- drivers/media/usb/uvc/uvc_driver.c | 43 +++--- drivers/media/usb/uvc/uvcvideo.h | 4 +++- 2 files changed, 39 insertions(+), 8 deletions(-) diff --git a/drivers/media/u