Re: [PATCH 00/10] uvcvideo: Add support for control events (v2)

2012-04-23 Thread Laurent Pinchart
Hi Hans, On Sunday 08 April 2012 17:59:44 Hans de Goede wrote: > Here is v2 of my uvcvideo ctrl events patchset. It hopefully addresses > all remarks you had wrt the previous version. > > As discussed before this also contains some none uvcvideo changes, which > are necessary for the uvcvideo ctr

[PATCH 07/10] uvcvideo: Add support for control events

2012-04-08 Thread Hans de Goede
Signed-off-by: Hans de Goede Acked-by: Laurent Pinchart --- drivers/media/video/uvc/uvc_ctrl.c | 120 +++- drivers/media/video/uvc/uvc_v4l2.c | 43 ++--- drivers/media/video/uvc/uvcvideo.h | 20 -- 3 files changed, 169 insertions(+), 14 deletions(

[PATCH 00/10] uvcvideo: Add support for control events (v2)

2012-04-08 Thread Hans de Goede
Here is v2 of my uvcvideo ctrl events patchset. It hopefully addresses all remarks you had wrt the previous version. As discussed before this also contains some none uvcvideo changes, which are necessary for the uvcvideo ctrl event support. Since these patches have already been reviewed and they a

Re: [PATCH 08/10] uvcvideo: Add support for control events

2012-03-28 Thread Laurent Pinchart
Hi Hans, Thanks for the patch. On Sunday 25 March 2012 13:56:48 Hans de Goede wrote: > Signed-off-by: Hans de Goede After addressing the two small comments below, Acked-by: Laurent Pinchart > --- > drivers/media/video/uvc/uvc_ctrl.c | 119 - > drivers/media/

[PATCH 08/10] uvcvideo: Add support for control events

2012-03-25 Thread Hans de Goede
Signed-off-by: Hans de Goede --- drivers/media/video/uvc/uvc_ctrl.c | 119 +++- drivers/media/video/uvc/uvc_v4l2.c | 42 ++--- drivers/media/video/uvc/uvcvideo.h | 18 -- 3 files changed, 165 insertions(+), 14 deletions(-) diff --git a/drivers/med

[PATCH 6/6] uvcvideo: Add support for control events

2012-03-23 Thread Hans de Goede
Signed-off-by: Hans de Goede --- drivers/media/video/uvc/uvc_ctrl.c | 114 +++- drivers/media/video/uvc/uvc_v4l2.c | 30 +- drivers/media/video/uvc/uvcvideo.h | 21 +-- 3 files changed, 157 insertions(+), 8 deletions(-) diff --git a/drivers/media/

Re: [PATCH 2/2] uvcvideo: Add support for control events

2012-01-08 Thread Laurent Pinchart
Hi Hans, Thanks for the patch (and sorry for the very late reply). On Thursday 27 October 2011 13:19:52 Hans de Goede wrote: > Signed-off-by: Hans de Goede > --- > drivers/media/video/uvc/uvc_ctrl.c | 104 + > drivers/media/video/uvc/uvc_v4l2.c | 51 ++

[PATCH 2/2] uvcvideo: Add support for control events

2011-10-27 Thread Hans de Goede
Signed-off-by: Hans de Goede --- drivers/media/video/uvc/uvc_ctrl.c | 104 drivers/media/video/uvc/uvc_v4l2.c | 51 - drivers/media/video/uvc/uvcvideo.h |9 +++ 3 files changed, 161 insertions(+), 3 deletions(-) diff --git a/drivers/med

uvcvideo: Add support for control events

2011-10-27 Thread Hans de Goede
Hi All, This patch set adds support for control events to the uvcvideo driver. Note this patch set depends on the "Various ctrl and event frame work patches" set which I just send out. Regards, Hans -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a messag