Re: [PATCH 11/14] [media] uvcvideo: Use LINUX_VERSION_CODE for VIDIOC_QUERYCAP

2011-06-26 Thread Laurent Pinchart
Hi Mauro, On Sunday 26 June 2011 18:06:16 Mauro Carvalho Chehab wrote: > uvcvideo doesn't use vidioc_ioctl2. As the API is changing to use > a common version for all drivers, we need to expliticly fix this > driver. > > Signed-off-by: Mauro Carvalho Chehab > > diff --git a/drivers/media/video/u

[PATCH 11/14] [media] uvcvideo: Use LINUX_VERSION_CODE for VIDIOC_QUERYCAP

2011-06-26 Thread Mauro Carvalho Chehab
uvcvideo doesn't use vidioc_ioctl2. As the API is changing to use a common version for all drivers, we need to expliticly fix this driver. Signed-off-by: Mauro Carvalho Chehab diff --git a/drivers/media/video/uvc/uvc_driver.c b/drivers/media/video/uvc/uvc_driver.c index b6eae48..749c722 100644