Re: [RFC V1 4/8] smi2021: Add smi2021_v4l2.c

2013-03-20 Thread Jon Arne Jørgensen
On Wed, Mar 20, 2013 at 11:21:48AM +0100, Hans Verkuil wrote: > On Wed 20 March 2013 11:16:26 Jon Arne Jørgensen wrote: > > On Wed, Mar 20, 2013 at 11:10:57AM +0100, Hans Verkuil wrote: > > > On Wed 20 March 2013 10:48:42 Jon Arne Jørgensen wrote: > > > > On Mon, Mar 18, 2013 at 09:29:07AM +0100, H

Re: [RFC V1 4/8] smi2021: Add smi2021_v4l2.c

2013-03-20 Thread Hans Verkuil
On Wed 20 March 2013 11:16:26 Jon Arne Jørgensen wrote: > On Wed, Mar 20, 2013 at 11:10:57AM +0100, Hans Verkuil wrote: > > On Wed 20 March 2013 10:48:42 Jon Arne Jørgensen wrote: > > > On Mon, Mar 18, 2013 at 09:29:07AM +0100, Hans Verkuil wrote: > > > > On Thu March 14 2013 15:07:00 Jon Arne Jørg

Re: [RFC V1 4/8] smi2021: Add smi2021_v4l2.c

2013-03-20 Thread Jon Arne Jørgensen
On Wed, Mar 20, 2013 at 11:10:57AM +0100, Hans Verkuil wrote: > On Wed 20 March 2013 10:48:42 Jon Arne Jørgensen wrote: > > On Mon, Mar 18, 2013 at 09:29:07AM +0100, Hans Verkuil wrote: > > > On Thu March 14 2013 15:07:00 Jon Arne Jørgensen wrote: > > > > This file is responsible for registering th

Re: [RFC V1 4/8] smi2021: Add smi2021_v4l2.c

2013-03-20 Thread Hans Verkuil
On Wed 20 March 2013 10:48:42 Jon Arne Jørgensen wrote: > On Mon, Mar 18, 2013 at 09:29:07AM +0100, Hans Verkuil wrote: > > On Thu March 14 2013 15:07:00 Jon Arne Jørgensen wrote: > > > This file is responsible for registering the device with the v4l2 > > > subsystem, > > > and the communication w

Re: [RFC V1 4/8] smi2021: Add smi2021_v4l2.c

2013-03-20 Thread Hans Verkuil
On Wed 20 March 2013 10:43:26 Jon Arne Jørgensen wrote: > On Mon, Mar 18, 2013 at 09:12:31AM +0100, Hans Verkuil wrote: > > On Thu March 14 2013 15:07:00 Jon Arne Jørgensen wrote: > > > This file is responsible for registering the device with the v4l2 > > > subsystem, > > > and the communication w

Re: [RFC V1 4/8] smi2021: Add smi2021_v4l2.c

2013-03-20 Thread Jon Arne Jørgensen
On Mon, Mar 18, 2013 at 09:29:07AM +0100, Hans Verkuil wrote: > On Thu March 14 2013 15:07:00 Jon Arne Jørgensen wrote: > > This file is responsible for registering the device with the v4l2 subsystem, > > and the communication with v4l2. > > Most of the v4l2 ioctls are just passed on to vidbuf2. >

Re: [RFC V1 4/8] smi2021: Add smi2021_v4l2.c

2013-03-20 Thread Jon Arne Jørgensen
On Mon, Mar 18, 2013 at 09:12:31AM +0100, Hans Verkuil wrote: > On Thu March 14 2013 15:07:00 Jon Arne Jørgensen wrote: > > This file is responsible for registering the device with the v4l2 subsystem, > > and the communication with v4l2. > > Most of the v4l2 ioctls are just passed on to vidbuf2. >

Re: [RFC V1 4/8] smi2021: Add smi2021_v4l2.c

2013-03-18 Thread Hans Verkuil
On Thu March 14 2013 15:07:00 Jon Arne Jørgensen wrote: > This file is responsible for registering the device with the v4l2 subsystem, > and the communication with v4l2. > Most of the v4l2 ioctls are just passed on to vidbuf2. > > Signed-off-by: Jon Arne Jørgensen > --- > drivers/media/usb/smi20

Re: [RFC V1 4/8] smi2021: Add smi2021_v4l2.c

2013-03-18 Thread Hans Verkuil
On Thu March 14 2013 15:07:00 Jon Arne Jørgensen wrote: > This file is responsible for registering the device with the v4l2 subsystem, > and the communication with v4l2. > Most of the v4l2 ioctls are just passed on to vidbuf2. > > Signed-off-by: Jon Arne Jørgensen > --- > drivers/media/usb/smi20

Re: [RFC V1 4/8] smi2021: Add smi2021_v4l2.c

2013-03-17 Thread Jon Arne Jørgensen
On Fri, Mar 15, 2013 at 09:33:20AM -0300, Ezequiel Garcia wrote: > On Thu, Mar 14, 2013 at 03:07:00PM +0100, Jon Arne Jørgensen wrote: > > This file is responsible for registering the device with the v4l2 subsystem, > > and the communication with v4l2. > > Most of the v4l2 ioctls are just passed on

Re: [RFC V1 4/8] smi2021: Add smi2021_v4l2.c

2013-03-15 Thread Ezequiel Garcia
On Thu, Mar 14, 2013 at 03:07:00PM +0100, Jon Arne Jørgensen wrote: > This file is responsible for registering the device with the v4l2 subsystem, > and the communication with v4l2. > Most of the v4l2 ioctls are just passed on to vidbuf2. > > Signed-off-by: Jon Arne Jørgensen > --- > drivers/med

[RFC V1 4/8] smi2021: Add smi2021_v4l2.c

2013-03-14 Thread Jon Arne Jørgensen
This file is responsible for registering the device with the v4l2 subsystem, and the communication with v4l2. Most of the v4l2 ioctls are just passed on to vidbuf2. Signed-off-by: Jon Arne Jørgensen --- drivers/media/usb/smi2021/smi2021_v4l2.c | 566 +++ 1 file change