Re: Porting V4L2 drivers to 2.6.20

2007-03-17 Thread Mauro Carvalho Chehab
Em Ter, 2007-03-13 às 11:08 +0100, Laurent Pinchart escreveu: > > Hey, > > am porting V4L2 drivers from 2.6.13 to 2.6.20. > > > > The driver is using a structure 'video_device' which exists in > > include/linux/videodev.h. > > > > However, The linux kernel in 2.6.20 doesnot have

Re: Porting V4L2 drivers to 2.6.20

2007-03-13 Thread Laurent Pinchart
> Hey, > am porting V4L2 drivers from 2.6.13 to 2.6.20. > > The driver is using a structure 'video_device' which exists in > include/linux/videodev.h. > > However, The linux kernel in 2.6.20 doesnot have that structure?. > > Has the architecture changed between 2.6.13 to 2

Porting V4L2 drivers to 2.6.20

2007-03-13 Thread Maximus
Hey, am porting V4L2 drivers from 2.6.13 to 2.6.20. The driver is using a structure 'video_device' which exists in include/linux/videodev.h. However, The linux kernel in 2.6.20 doesnot have that structure?. Has the architecture changed between 2.6.13 to 2.6.20 for V4L2?.