Re: [PATCH 1/3] gspca pac7302/pac7311: simplify pac_find_sof

2009-11-01 Thread Németh Márton
Theodore Kilgore wrote: > > On Sun, 1 Nov 2009, Németh Márton wrote: >> Remove struct sd dependency from pac_find_sof() function implementation. >> This step prepares separation of pac7302 and pac7311 specific parts of >> struct sd. > [...] > But here is the point. The sn9c2028 cameras have a stru

Re: [PATCH 1/3] gspca pac7302/pac7311: simplify pac_find_sof

2009-11-01 Thread Theodore Kilgore
On Sun, 1 Nov 2009, Németh Márton wrote: From: Márton Németh Remove struct sd dependency from pac_find_sof() function implementation. This step prepares separation of pac7302 and pac7311 specific parts of struct sd. Signed-off-by: Márton Németh Cc: Thomas Kaiser Cc: Theodore Kilgore Cc:

Hauppauge WinTV-HVR4000(Lite) Nova-HD-S2 LNB Voltage

2009-11-01 Thread Jonas Kvinge
Hi, When measuring the voltage on the card it is between 12.8 and 13.0V, while the set-top box measures 13.6V. I got a pretty long cable to the LNB, approx 30 meters, could this be causing problems for me? Is there a way to increase the voltage by 0.5V? Jonas -- To unsubscribe from this list: sen

Re: cx18: YUV frame alignment improvements

2009-11-01 Thread Andy Walls
On Sun, 2009-11-01 at 17:59 -0500, Andy Walls wrote: > On Sun, 2009-11-01 at 13:10 -0500, Brandon Jenkins wrote: > > Hi Andy, > > > > The panic happens upon reboot and it is only 1 line of text oddly shifted. > > > > Kernel panic - not syncing: DMA: Memory would be corrupted > > > > If I switch

Re: cx18: YUV frame alignment improvements

2009-11-01 Thread Andy Walls
On Sun, 2009-11-01 at 13:10 -0500, Brandon Jenkins wrote: > On Sun, Nov 1, 2009 at 7:37 AM, Andy Walls wrote: > > On Sat, 2009-10-31 at 22:25 -0400, Brandon Jenkins wrote: > >> On Sat, Oct 31, 2009 at 8:41 PM, Andy Walls wrote: > >> > On Sat, 2009-10-31 at 16:28 -0400, Devin Heitmueller wrote: >

[PATCH 3/3] gspca pac7302/pac7311: separate the two subdrivers

2009-11-01 Thread Németh Márton
From: Márton Németh All PAC7311 specific functions remain in pac7311.c. All PAC7302 specific functions are moved to pac7302.c. The USB device table is also divided into two parts. This makes it possible to remove the sensor specific decisions from different functions and also remove sensor infrom

[PATCH 2/3] gspca pac7302/pac7311: extract pac_start_frame

2009-11-01 Thread Németh Márton
From: Márton Németh Creating the start of the frame is done in the same way for pac7302 and for pac7311. Extract this common part to the pac_start_frame() function. Signed-off-by: Márton Németh Cc: Thomas Kaiser Cc: Theodore Kilgore Cc: Kyle Guinn --- diff -uprN b/drivers/media/video/gspca/p

Re: [PATCH 00/21] gspca pac7302/pac7311: separate the two drivers

2009-11-01 Thread Németh Márton
Jean-Francois Moine wrote: > On Sun, 01 Nov 2009 00:13:10 +0100 > Németh Márton wrote: > >> the following patchset refactores the Pixart PAC7311 subdriver. The >> current situation is that the code contains a lot of decisions >> like this: >> >> if (sd->sensor == SENSOR_PAC7302) { >>

[PATCH 1/3] gspca pac7302/pac7311: simplify pac_find_sof

2009-11-01 Thread Németh Márton
From: Márton Németh Remove struct sd dependency from pac_find_sof() function implementation. This step prepares separation of pac7302 and pac7311 specific parts of struct sd. Signed-off-by: Márton Németh Cc: Thomas Kaiser Cc: Theodore Kilgore Cc: Kyle Guinn --- diff -uprN a/drivers/media/vid

Re: [RESEND PULL] http://udev.netup.ru/hg/v4l-dvb-aospan

2009-11-01 Thread aos...@netup.ru
Hello Mauro, Please pull fixed patch from: http://udev.netup.ru/cgi-bin/hgwebdir.cgi/v4l-dvb-aospan/rev/1d956b581b02 I have fixed pointed issues. Strange that ./v4l/scripts/checkpatch.pl don't show me this errors before. Now checkpatch shows 0 errors/warnings. P.S. In some stripped environments

Re: Soc camera:Is there anyone dealing with ov9650chip?Let's talk about soc camera driver.

2009-11-01 Thread Guennadi Liakhovetski
On Sun, 1 Nov 2009, Jonathan Cameron wrote: > dean_go Zhang wrote: > > I'm reading to documentation in linux-2.6.30,and ov7670 driver ,and I'm > > trying to make a driver for ov9650. > > > > struct soc_camera_ops provides .probe and .remove methods, which are > > called by > > the soc

[cron job] v4l-dvb daily build 2.6.22 and up: ERRORS, 2.6.16-2.6.21: ERRORS

2009-11-01 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Sun Nov 1 19:00:06 CET 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 13263:43878f8dbfb0 gcc version: gcc (

Re: cx18: YUV frame alignment improvements

2009-11-01 Thread Brandon Jenkins
On Sun, Nov 1, 2009 at 7:37 AM, Andy Walls wrote: > On Sat, 2009-10-31 at 22:25 -0400, Brandon Jenkins wrote: >> On Sat, Oct 31, 2009 at 8:41 PM, Andy Walls wrote: >> > On Sat, 2009-10-31 at 16:28 -0400, Devin Heitmueller wrote: >> >> On Sat, Oct 31, 2009 at 4:16 PM, Andy Walls wrote: >> > >> >>

Re: Soc camera:Is there anyone dealing with ov9650chip?Let's talk about soc camera driver.

2009-11-01 Thread Jonathan Cameron
dean_go Zhang wrote: > I'm reading to documentation in linux-2.6.30,and ov7670 driver ,and I'm > trying to make a driver for ov9650. > > struct soc_camera_ops provides .probe and .remove methods, which are > called by > the soc-camera core, when a camera is matched against or removed >

bug in changeset 13239:54535665f94b ?

2009-11-01 Thread e9hack
Hi, something is wrong in changeset 13239:54535665f94b. After applying it, I get page faults in various applications: ... Oct 31 17:36:35 vdr dhcpcd[3280]: wlan1: adding default route via 192.168.23.1 metric 0 Oct 31 17:36:35 vdr dhcpcd[3280]: wlan1: adding route to 169.254.0.0/16 metric 0 Oct 3

Re: [PULL] http://kernellabs.com/hg/~mkrufky/dtv1000s

2009-11-01 Thread Michael Krufky
On Sun, Nov 1, 2009 at 5:13 AM, Mauro Carvalho Chehab wrote: > Em Sat, 31 Oct 2009 13:10:16 -0400 > Michael Krufky escreveu: > >> On Sat, Oct 31, 2009 at 12:51 PM, Michael Krufky >> wrote: >> > Please pull from: >> > >> > http://kernellabs.com/hg/~mkrufky/dtv1000s >> > >> > for: >> > >> > - saa

EM2880 - leadtek winfast usb ii

2009-11-01 Thread Gerry Ford
Device is a Leadtek Winfast usb II box usb 1-8: new high speed USB device using ehci_hcd and address 4 usb 1-8: configuration #1 chosen from 1 choice em28xx: New device @ 480 Mbps (eb1a:2800, interface 0, class 0) em28xx #0: Identified as Unknown EM2800 video grabber (card=0) em28xx #0: em28xx chi

[PULL] http://www.linuxtv.org/hg/~dougsland/v4l-dvb

2009-11-01 Thread Douglas Schilling Landgraf
Hello Mauro, Please pull from http://www.linuxtv.org/hg/~dougsland/v4l-dvb for the following: - dib0700_devices: EvolutePC TvWay+ USB ISDB-Tb remote control supportdefault tip - dib7000p: gcc 4.3.3 compilation problem - libv4l - spca561: Have static decoding tables - sms1xxx: load smsdvb

Re: cx18: YUV frame alignment improvements

2009-11-01 Thread Andy Walls
On Sat, 2009-10-31 at 22:25 -0400, Brandon Jenkins wrote: > On Sat, Oct 31, 2009 at 8:41 PM, Andy Walls wrote: > > On Sat, 2009-10-31 at 16:28 -0400, Devin Heitmueller wrote: > >> On Sat, Oct 31, 2009 at 4:16 PM, Andy Walls wrote: > > > >> > >> Hi Andy, > >> > >> How does this code work if the cx

Re: [linux-dvb] somebody messed something on xc2028 code?

2009-11-01 Thread Damien Morrissey
On Sun, Nov 1, 2009 at 3:23 AM, Devin Heitmueller wrote: > > On Sat, Oct 31, 2009 at 8:35 AM, Albert Comerma > wrote: > > Hi all, I just updated my ubuntu to karmic and found with surprise that with > > 2.6.31 kernel my device does not work... It seems to be related to the > > xc2028 code part si

Re: [PULL] http://bitbucket.org/davidtlwong/mygica_x850x_hybrid

2009-11-01 Thread David T. L. Wong
Mauro Carvalho Chehab wrote: Hi David, Em Wed, 21 Oct 2009 22:46:23 +0800 "David T. L. Wong" escreveu: Hi Mauro, Please pull from, http://bitbucket.org/davidtlwong/mygica_x850x_hybrid for following changeset: - cx25840: add component support - cx23885: add component input type - cx23885: f

Re: [PULL] http://bitbucket.org/davidtlwong/mygica_x850x_hybrid

2009-11-01 Thread Mauro Carvalho Chehab
Hi David, Em Wed, 21 Oct 2009 22:46:23 +0800 "David T. L. Wong" escreveu: > Hi Mauro, > > Please pull from, > > http://bitbucket.org/davidtlwong/mygica_x850x_hybrid > > for following changeset: > - cx25840: add component support > - cx23885: add component input type > - cx23885: fix uninitial

MSI StarCam Racer - No valid video chain found

2009-11-01 Thread Martin Rod
Hi, I use MSI StarCam Racer on Debian Linux Lenny 2.6.26-1-686 and video works without problem: usb 4-4: New USB device found, idVendor=0c45, idProduct=62e0 usb 4-4: New USB device strings: Mfr=2, Product=1,SerialNumber=0 usb 4-4: Product: USB 2.0 Camera usb 4-4: Manufacturer: Sonix Technolog

Re: [PULL] http://kernellabs.com/hg/~mkrufky/dtv1000s

2009-11-01 Thread Mauro Carvalho Chehab
Em Sat, 31 Oct 2009 13:10:16 -0400 Michael Krufky escreveu: > On Sat, Oct 31, 2009 at 12:51 PM, Michael Krufky > wrote: > > Please pull from: > > > > http://kernellabs.com/hg/~mkrufky/dtv1000s > > > > for: > > > > - saa7134: fix badly merged DTV1000S patch > > > >  saa7134-cards.c |   32 ++

Re: [PATCH 00/21] gspca pac7302/pac7311: separate the two drivers

2009-11-01 Thread Jean-Francois Moine
On Sun, 01 Nov 2009 00:13:10 +0100 Németh Márton wrote: > the following patchset refactores the Pixart PAC7311 subdriver. The > current situation is that the code contains a lot of decisions > like this: > > if (sd->sensor == SENSOR_PAC7302) { > ... do this ... > } else { >