Re: Problems with cx18

2010-01-25 Thread Andy Walls
On Mon, 2010-01-25 at 10:47 -0500, Devin Heitmueller wrote: > On Mon, Jan 25, 2010 at 10:06 AM, Mauro Carvalho Chehab > wrote: > > Hi Devin/Andy/Jean, > > > > The cx88-alsa and cx18-drivers are broken: the driver depend of > > request_modules that doesn't exist > > when !CONFIG_MODULES, and has s

Re: Problems with cx18

2010-01-25 Thread Devin Heitmueller
On Mon, Jan 25, 2010 at 11:45 AM, Theodore Kilgore wrote: > > > On Mon, 25 Jan 2010, Mauro Carvalho Chehab wrote: > >> Hi Devin/Andy/Jean, > > > >> The sq905c has a warning. > > > >> drivers/media/video/gspca/sq905c.c: In function ?sd_config?: >> drivers/media/video/gspca/sq905c.c:207: warning:

Re: Problems with cx18

2010-01-25 Thread Theodore Kilgore
On Mon, 25 Jan 2010, Mauro Carvalho Chehab wrote: Hi Devin/Andy/Jean, The sq905c has a warning. drivers/media/video/gspca/sq905c.c: In function ?sd_config?: drivers/media/video/gspca/sq905c.c:207: warning: unused variable ?i? Please fix. Cheers, Mauro. This one has been fixed

Re: Problems with cx18

2010-01-25 Thread Devin Heitmueller
On Mon, Jan 25, 2010 at 10:06 AM, Mauro Carvalho Chehab wrote: > Hi Devin/Andy/Jean, > > The cx88-alsa and cx18-drivers are broken: the driver depend of > request_modules that doesn't exist > when !CONFIG_MODULES, and has some wrong __init annotations. > > The sq905c has a warning. > > I'm compil

Problems with cx18

2010-01-25 Thread Mauro Carvalho Chehab
Hi Devin/Andy/Jean, The cx88-alsa and cx18-drivers are broken: the driver depend of request_modules that doesn't exist when !CONFIG_MODULES, and has some wrong __init annotations. The sq905c has a warning. I'm compiling it with: make ARCH=i386 allmodconfig drivers/media/|grep -v "^ CC"