Re: [PATCH v2] [media] uvcvideo: Add quirk to force the Oculus DK2 IR tracker to grayscale

2014-10-06 Thread Laurent Pinchart
Hi Philipp, On Monday 29 September 2014 21:38:39 Philipp Zabel wrote: On Wed, Aug 6, 2014 at 10:50 PM, Philipp Zabel wrote: This patch adds a quirk to force Y8 pixel format even if the camera reports half-width YUYV. Signed-off-by: Philipp Zabel philipp.za...@gmail.com do you have

Re: [PATCH v2] [media] uvcvideo: Add quirk to force the Oculus DK2 IR tracker to grayscale

2014-10-06 Thread Philipp Zabel
Hi Laurent, On Mon, Oct 6, 2014 at 4:34 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: @@ -311,6 +311,7 @@ static int uvc_parse_format(struct uvc_device *dev, struct uvc_format_desc *fmtdesc; struct uvc_frame *frame; const unsigned char *start =

Re: [PATCH v2] [media] uvcvideo: Add quirk to force the Oculus DK2 IR tracker to grayscale

2014-10-06 Thread Laurent Pinchart
Hi Philipp, On Monday 06 October 2014 23:45:54 Philipp Zabel wrote: On Mon, Oct 6, 2014 at 4:34 PM, Laurent Pinchart wrote: @@ -311,6 +311,7 @@ static int uvc_parse_format(struct uvc_device *dev, struct uvc_format_desc *fmtdesc; struct uvc_frame *frame; const

Re: [PATCH v2] [media] uvcvideo: Add quirk to force the Oculus DK2 IR tracker to grayscale

2014-09-29 Thread Philipp Zabel
Hi Laurent, On Wed, Aug 6, 2014 at 10:50 PM, Philipp Zabel philipp.za...@gmail.com wrote: This patch adds a quirk to force Y8 pixel format even if the camera reports half-width YUYV. Signed-off-by: Philipp Zabel philipp.za...@gmail.com do you have any further comments on this patch? regards