Re: [PATCH v2 1/3] v4l: Add custom compat_ioctl32 operation

2012-01-11 Thread Hans Verkuil
On Wednesday 11 January 2012 16:18:38 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 Reviewed-by: Hans Verkuil > --- > drivers/media/video/v4l2-compat-i

[PATCH v2 1/3] v4l: Add custom compat_ioctl32 operation

2012-01-11 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