Re: [RFC/PATCH 1/3] v4l: Add custom compat_ioctl operation

2012-01-11 Thread Hans Verkuil
Hi Laurent, On Monday 19 December 2011 00:55:44 Laurent Pinchart wrote: > Drivers implementing custom ioctls need to handle 32-bit/64-bit > compatibility themselves. Provide them with a way to do so. > > Signed-off-by: Laurent Pinchart > --- > drivers/media/video/v4l2-compat-ioctl32.c | 13 ++

[RFC/PATCH 1/3] v4l: Add custom compat_ioctl operation

2011-12-18 Thread Laurent Pinchart
Drivers implementing custom ioctls need to handle 32-bit/64-bit compatibility themselves. Provide them with a way to do so. Signed-off-by: Laurent Pinchart --- drivers/media/video/v4l2-compat-ioctl32.c | 13 ++--- include/media/v4l2-dev.h |3 +++ 2 files changed, 1