Re: [PATCH] libv4l: spca508 UV inversion

2009-05-09 Thread Jean-Francois Moine
On Tue, 5 May 2009 11:08:46 +0200 Jean-Francois Moine wrote: > People with a spca508 webcam report a color inversion in the images. > Here is a simple patch to fix this problem. Hello Hans, Sorry, this is not true for all webcams. Please, don't apply the patch! Cheers. -- Ken ar c'hentaƱ |

Re: [linux-dvb] Technisat SkyStar USB 2 HD CI

2009-05-09 Thread David Lister
g.se...@tiscali.it wrote: > Hi, > I have Technisat SkyStar USB 2 HD CI > I use Ubuntu 9.04 > I need help > to make it work > Thank you I don't know if it's the same HW as SkyStar HD2, but if it is (you _will_ know) exchange it for a cx2388x-based card (Hauppauge, TeVii, etc) or even saa7134-based

[GIT PATCHES for 2.6.30] V4L/DVB fixes

2009-05-09 Thread Mauro Carvalho Chehab
Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git for_linus For the following driver fixes: - zoran: fix bug when enumerating format -1; - cx23885: Frontend wasn't locking on HVR-1500; - ivtv: fix compiler warning; - uvc: fix uvc

Re: [PATCH] FM1216ME_MK3 some changes

2009-05-09 Thread hermann pitton
[snip] > > > > Channel designations I dug out of ivtv-tune: > > > > S38 439.250 MHz (European cable) > > H18 439.250 MHz (SECAM France) > > 47 440.250 MHz (PAL China) > > 059 440.250 MHz (PAL Argentina) > > > > come close, but are unaffected by the change from 442 to 441 as the > > bandswitch c

[PULL] http://linuxtv.org/hg/~mcisely/pvrusb2-dev

2009-05-09 Thread Mike Isely
Mauro: Please pull from http://linuxtv.org/hg/~mcisely/pvrusb2-dev for various pvrusb2 changesets. Several have to do with IR as previously discussed with Jean Delvare. He's waiting for these changes. Other stuff is more of a miscellaneous / cleanup nature. -Mike - pvrusb2: Select, tra

Leadtek WinFast PalmTop analog USB

2009-05-09 Thread nick oprea
Hi ! I have a winfast palmtop usb analog tuner from Leadtek. The description is on wiki at http://www.linuxtv.org/wiki/index.php/Leadtek_WinFast_PalmTop_TV How can I help anyone to make a driver for it ? Thanks ! -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the bod

zl10039 (ce5039) status

2009-05-09 Thread Igor M. Liplianin
I have TeVii S630 USB device. It uses ce6313(support is in mt312 driver) and ce5039 (support from Jan D. Louw http://www.linuxtv.org/pipermail/linux-dvb/2007-December/022569.html) So, with little changes in order to accommodate ce6313 and ce5039, dw2102 driver works well for TeVii S630 card. -

[PATCH] soc-camera: Fix section mismatch warning

2009-05-09 Thread Guennadi Liakhovetski
modpost needs a __refdata marker in driver structs to ensure references to .probe and .remove functions from .devinit.text and .devexit.text sections respectively are valid. Add __refdata to soc_camera_pdrv platform driver. Signed-off-by: Guennadi Liakhovetski --- > Applied, but it is not produc

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

2009-05-09 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:Sat May 9 19:00:05 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 11721:59f970bfcf5f gcc version: gcc

Re: dubious section mismatch test (was Re: [PULL] soc-camera: one commit as v4l2-dev preparation)

2009-05-09 Thread Sam Ravnborg
On Sat, May 09, 2009 at 06:13:13PM +0200, Guennadi Liakhovetski wrote: > On Sat, 9 May 2009, Mauro Carvalho Chehab wrote: > > > WARNING: /home/v4l/master/v4l/soc_camera.o(.data+0x0): Section mismatch in > > reference from the variable soc_camera_pdrv to the function > > .devinit.text:soc_camera_

dubious section mismatch test (was Re: [PULL] soc-camera: one commit as v4l2-dev preparation)

2009-05-09 Thread Guennadi Liakhovetski
On Sat, 9 May 2009, Mauro Carvalho Chehab wrote: > WARNING: /home/v4l/master/v4l/soc_camera.o(.data+0x0): Section mismatch in > reference from the variable soc_camera_pdrv to the function > .devinit.text:soc_camera_pdrv_probe() > The variable soc_camera_pdrv references > the function __devinit s

UVC USB web camera randomly fails to initialize after attachment

2009-05-09 Thread Andrew Savchenko
Hello, I use vanilla kernel-2.6.29.2 and own DEF-299A webcam. Outputs of udevadm info and lsusb are attached. The problem is in this device initialization by the driver (uvcvideo). In ~80% of cases it fails with the following error: May 09 12:45:41 [kernel] usb 1-6: new high speed USB device u

Re: [PULL] soc-camera: one commit as v4l2-dev preparation

2009-05-09 Thread Mauro Carvalho Chehab
Em Sat, 9 May 2009 12:46:07 +0200 (CEST) Guennadi Liakhovetski escreveu: > On Sat, 9 May 2009, Mauro Carvalho Chehab wrote: > > > Applied, but it is not producing two section mismatches. Please fix it and > > send > > this patch alone, ASAP, since I intend to fold it together with your patch,

Re: [PULL] soc-camera: one commit as v4l2-dev preparation

2009-05-09 Thread Guennadi Liakhovetski
On Sat, 9 May 2009, Mauro Carvalho Chehab wrote: > Applied, but it is not producing two section mismatches. Please fix it and > send > this patch alone, ASAP, since I intend to fold it together with your patch, > at my -git. > > WARNING: /home/v4l/master/v4l/soc_camera.o(.data+0x0): Section mis

Re: [PULL] soc-camera: one commit as v4l2-dev preparation

2009-05-09 Thread Mauro Carvalho Chehab
Em Thu, 7 May 2009 18:47:53 +0200 (CEST) Guennadi Liakhovetski escreveu: > Hi Mauro, > > Please pull from http://linuxtv.org/hg/~gliakhovetski/v4l-dvb > > for the following changeset: > > 01/01: soc-camera: prepare for the platform driver conversion > http://linuxtv.org/hg/~gliakhovetski/v4l-d

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

2009-05-09 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 13 changesets: 01/13: gspca - main: Version change. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=6e7981bae474 02/13: gspca - zc3xx: Bad debug level in i2c_read. http://linuxtv.org/hg/~jfrancois/

Re: [PULL] http://linuxtv.org/hg/~stoth/tda10048

2009-05-09 Thread Mauro Carvalho Chehab
Em Tue, 05 May 2009 17:41:55 -0400 Steven Toth escreveu: > Mauro, > > Please pull from http://www.linuxtv.org/hg/~stoth/tda10048 > > - tda10048: Add ability to select I/F at attach time. + /* avoid warning: this decimal constant is unsigned only in ISO C90 */ + /* t *= 2147483