Re: [PATCH] Documentation update for New V4L2 ioctls for OMAP

2009-02-02 Thread Hans Verkuil
On Tuesday 03 February 2009 07:30:14 Hardik Shah wrote: > 1. Added documentation for VIDIOC_COLOR_S_SPACE_CONV and > VIDIOC_G_COLOR_SPACE_CONV > 2. Added documentation for new CID V4L2_CID_ROTATION and > V4L2_CID_BG_COLOR See comments below. > Signed-off-by: Brijesh Jadav > Signed-off-by: Hari

[PATCH] Documentation update for New V4L2 ioctls for OMAP

2009-02-02 Thread Hardik Shah
1. Added documentation for VIDIOC_COLOR_S_SPACE_CONV and VIDIOC_G_COLOR_SPACE_CONV 2. Added documentation for new CID V4L2_CID_ROTATION and V4L2_CID_BG_COLOR Signed-off-by: Brijesh Jadav Signed-off-by: Hari Nagalla Signed-off-by: Hardik Shah Signed-off-by: Vaibhav Hiremath --- Makefile

Re: KWorld ATSC 115 all static

2009-02-02 Thread CityK
David Engel wrote: > As far as I can tell, this thread petered out without a resolution. > CityK later posted on avsforum, however, that analog on his card was > after more changes by Hans. I'm confused. Is analog on the KWorld > 115 supposed to be working again or not? I saw that some changes

Re: Bug in gspca USB webcam driver

2009-02-02 Thread Alan Stern
On Mon, 2 Feb 2009, Adam Baker wrote: > What I hadn't noticed before is that usb_buffer_free needs the usb device > pointer and as you say that is no longer valid after gspca_disconnect returns > even if gspca_release hasn't freed the rest of the gspca struct. If that is > the problem then I pr

[PATCH] radio-si470x Documentation: add note about mplayer

2009-02-02 Thread Alexey Klimov
Hello, all This small patch adds information about si470x radio listening. Probably, it's useful to add such notes in doc file, right ? Feel free to change words in the right way due to my possible bad english. --- Patch adds information in si470x doc file about mplayer using to listening to the

Re: KWorld ATSC 115 all static

2009-02-02 Thread David Engel
On Sun, Jan 18, 2009 at 01:10:16PM -0500, CityK wrote: > But as I have demonstrated above, and as Mauro explained, the previous > "hack/workaround" no longer works in the case of with the Hans source > code. The "if" case fails! Consequently, the "else" case should be > don't merge. Why? Becaus

[patch review 7/8] radio-mr800: add few lost mutex locks

2009-02-02 Thread Alexey Klimov
Patch adds two lost mutex locks. Signed-off-by: Alexey Klimov -- diff -r 5f3bbcc00bcf linux/drivers/media/radio/radio-mr800.c --- a/linux/drivers/media/radio/radio-mr800.c Tue Feb 03 03:05:09 2009 +0300 +++ b/linux/drivers/media/radio/radio-mr800.c Tue Feb 03 03:06:20 2009 +0300 @@ -434,7 +4

[patch review 8/8] radio-mr800: increase version and add comments

2009-02-02 Thread Alexey Klimov
Increase driver version to 0.10, remove old and add new useful comments. Signed-off-by: Alexey Klimov -- diff -r e7bb8f79fc4e linux/drivers/media/radio/radio-mr800.c --- a/linux/drivers/media/radio/radio-mr800.c Mon Feb 02 21:08:27 2009 +0300 +++ b/linux/drivers/media/radio/radio-mr800.c Tue

[patch review 6/8] radio-mr800: add stereo support

2009-02-02 Thread Alexey Klimov
Patch introduces new amradio_set_stereo function. Driver calls this func to make stereo radio reception. Signed-off-by: Alexey Klimov -- diff -r 34b045702595 linux/drivers/media/radio/radio-mr800.c --- a/linux/drivers/media/radio/radio-mr800.c Tue Feb 03 03:02:39 2009 +0300 +++ b/linux/drivers

[patch review 5/8] radio-mr800: fix amradio_set_freq

2009-02-02 Thread Alexey Klimov
Fixing frequency adjustment to provide better diapason(band?) fit. Also, add AMRADIO_SET_FREQ to the list of commands. Signed-off-by: Alexey Klimov -- diff -r d2d1176133ad linux/drivers/media/radio/radio-mr800.c --- a/linux/drivers/media/radio/radio-mr800.c Mon Feb 02 03:57:46 2009 +0300 +++ b

[patch review 3/8] radio-mr800: add more dev_err messages in probe

2009-02-02 Thread Alexey Klimov
Patch adds 3 dev_err messages in usb_amradio_probe() function. Signed-off-by: Alexey Klimov -- diff -r c9f51bda84de linux/drivers/media/radio/radio-mr800.c --- a/linux/drivers/media/radio/radio-mr800.c Mon Feb 02 02:53:50 2009 +0300 +++ b/linux/drivers/media/radio/radio-mr800.c Mon Feb 02 03

[patch review 4/8] radio-mr800: move radio start and stop in one function

2009-02-02 Thread Alexey Klimov
Patch introduces new amradio_set_mute function. Amradio_start and amradio_stop removed. This makes driver more flexible and it's useful for next changes. Signed-off-by: Alexey Klimov -- diff -r 8a8f7995666e linux/drivers/media/radio/radio-mr800.c --- a/linux/drivers/media/radio/radio-mr800.c M

[patch review 2/8] radio-mr800: place dev_err instead of dev_warn

2009-02-02 Thread Alexey Klimov
There should be dev_err message if video_register_device() fails. Correct this situation. Signed-off-by: Alexey Klimov -- diff -r ed1aa70cfdfa linux/drivers/media/radio/radio-mr800.c --- a/linux/drivers/media/radio/radio-mr800.c Mon Feb 02 02:29:52 2009 +0300 +++ b/linux/drivers/media/radio/ra

[patch review 0/8] radio-mr800 patch series

2009-02-02 Thread Alexey Klimov
Hello, all This patch series serves generally to add new feature (stereo support) into driver, fix small old issues, and prepare driver to next changes. Comments, suggestions, remarks are welcome :) Changes are: [patch review 1/8] radio-mr800: codingstyle cleanups [patch review 2/8] radio-mr800

[patch review 1/8] radio-mr800: codingstyle cleanups

2009-02-02 Thread Alexey Klimov
Cleanups of many if-check constructions. Signed-off-by: Alexey Klimov -- diff -r 1dce9d4e2179 linux/drivers/media/radio/radio-mr800.c --- a/linux/drivers/media/radio/radio-mr800.c Sun Feb 01 11:40:27 2009 -0200 +++ b/linux/drivers/media/radio/radio-mr800.c Mon Feb 02 02:22:56 2009 +0300 @@ -

Re: Bug in gspca USB webcam driver

2009-02-02 Thread kilgota
On Mon, 2 Feb 2009, Adam Baker wrote: On Monday 02 February 2009, Alan Stern wrote: On Mon, 2 Feb 2009, Adam Baker wrote: To summarize: Unplugging the camera while it is in use by a program causes an oops (particularly on an SMP machine). The problem is that gspca_stream_off() calls destr

Re : [linux-dvb] Re : Technotrend Budget S2-3200 Digital artefacts on HDchannels

2009-02-02 Thread Manu
Le 02.02.2009 18:43:33, Chris Silva a écrit : > On Tue, Jan 27, 2009 at 9:13 PM, Manu Abraham > > wrote: > > Alex Betis wrote: > >> On Tue, Jan 27, 2009 at 9:56 PM, Manu Abraham > wrote: > >> > Hmm OK, but is there by any chance a fix for those issues > somewhere or > in the pipe at lea

Re: Bug in gspca USB webcam driver

2009-02-02 Thread Adam Baker
On Monday 02 February 2009, Alan Stern wrote: > On Mon, 2 Feb 2009, Adam Baker wrote: > > > To summarize: Unplugging the camera while it is in use by a program > > > causes an oops (particularly on an SMP machine). > > > > > > The problem is that gspca_stream_off() calls destroy_urbs(), which in >

Re: [linux-dvb] Re : Technotrend Budget S2-3200 Digital artefacts on HDchannels

2009-02-02 Thread Chris Silva
On Tue, Jan 27, 2009 at 9:13 PM, Manu Abraham wrote: > Alex Betis wrote: >> On Tue, Jan 27, 2009 at 9:56 PM, Manu Abraham wrote: >> Hmm OK, but is there by any chance a fix for those issues somewhere or in the pipe at least? I am willing to test (as I already offered), I can compile

Re: Bug in gspca USB webcam driver

2009-02-02 Thread kilgota
On Mon, 2 Feb 2009, Adam Baker wrote: On Monday 02 February 2009, Alan Stern wrote: On Mon, 2 Feb 2009 kilg...@banach.math.auburn.edu wrote: Thanks for confirming that Alan. I'd been looking at this too and suspected this was the case but as it wouldn't fail on my uniprocessor machine I

[PATCH] decrement address_err as well as retries.

2009-02-02 Thread Roel Kluin
Since we want to determine whether every retry we had an address_err, and we decrement retries, we should decrement address_err as well. Signed-off-by: Roel Kluin --- diff --git a/drivers/media/common/saa7146_i2c.c b/drivers/media/common/saa7146_i2c.c index c11da4d..2fac001 100644 --- a/drivers/

Re: Bug in gspca USB webcam driver

2009-02-02 Thread Alan Stern
On Mon, 2 Feb 2009, Adam Baker wrote: > Thanks for confirming that Alan. I'd been looking at this too and suspected > this was the case but as it wouldn't fail on my uniprocessor machine I > couldn't prove it. (Theodore, if you can generate the log we discussed of > this failing it might still

Re: Bug in gspca USB webcam driver

2009-02-02 Thread Adam Baker
On Monday 02 February 2009, Alan Stern wrote: > On Mon, 2 Feb 2009 kilg...@banach.math.auburn.edu wrote: > > The attached file is an extract from dmesg from the Pentium4 Dual Core > > machine. One can see that the camera has been attached, and then an svv > > session has been run. The kernel is the

Bug in gspca USB webcam driver

2009-02-02 Thread Alan Stern
On Mon, 2 Feb 2009 kilg...@banach.math.auburn.edu wrote: > The attached file is an extract from dmesg from the Pentium4 Dual Core > machine. One can see that the camera has been attached, and then an svv > session has been run. The kernel is the "stock" Slackware 2.6.27.7 kernel > (*). We have a s

Re: [linux-dvb] KWorld PlusTV Dual DVB-T Stick (DVB-T 399U) / AF9015 - Dual tuner enabled by default =Bad signal reception

2009-02-02 Thread Antti Palosaari
Hello Andrew, Andrew Williams wrote: In the past I have had problems with reception for the AF9015 if both tuners were enabled. It was disabled by default or I could manually enable dual tuners with dvb-usb-af9015 dual_mode=1 (modprobe.d/options) If both tuners were enabled there was a lot of si

[PATCH]Add green balance v4l2 ctrl support

2009-02-02 Thread Erik Andrén
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, The m5602 gspca driver has two sensors offering the possiblity to control the green balance. This patch adds a v4l2 ctrl for this. Regards, Erik Signed-off-by: Erik Andrén -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) iEYEAR

Re: TinyTwin (af9015) - tuner 0 not working

2009-02-02 Thread Antti Palosaari
Lindsay Mathieson wrote: I've had a DigitalNow TinyTwin dual usb tuner working on my mythbox for a week now (latest v4l-dvb trunk). A odd problem with the tuner has surfaced. Today Tuner 0 stopped getting a lock on any channel. Signal strength is 95%+, Bit Errors are Zero. However Tuner 1 is lo

Re: [linux-dvb] general protection fault: 0000 [1] SMP with 2.6.27 and 2.6.28

2009-02-02 Thread Chris Mayo
Andy Walls wrote: > On Sun, 2009-02-01 at 23:38 +0100, Oliver Endriss wrote: >> Andy Walls wrote: >>> On Sat, 2009-01-31 at 15:01 +, Chris Mayo wrote: > >>> So tuner_addr is non-NULL and is not a valid pointer either. >>> >>> It looks like linux/drivers/media/dvb/ttpci/budget.c:frontend_init()

[cron job] WARNINGS: armv5 armv5-ixp armv5-omap2 i686 m32r mips powerpc64 x86_64 v4l-dvb build

2009-02-02 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:Mon Feb 2 19:00:04 CET 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 10432:71e5a36634ea gcc version: gcc

[PATCH] support for channel numbers in scan with Finnish DVB-C Welho

2009-02-02 Thread Anssi Kolehmainen
Hi, Attached is small patch to enable channel numbering for FI DVB-C Welho (similar to UK Freeview). Works for me though resulting list needs to be sorted before using or else VDR gets channel numbers wrong. -- Anssi Kolehmainen anssi.kolehmai...@iki.fi 040-5085390 diff -r 98d3c06e5ef9 util/scan

[PULL] http://linuxtv.org/hg/~anttip/mc44s803/

2009-02-02 Thread Antti Palosaari
Hello Mauro, Please pull from http://linuxtv.org/hg/~anttip/mc44s803/ for the following: Add Freescale MC44S803 tuner driver af9015: add MC44S803 support Jochen, could you also test with your device that nothing has gone broken. regards Antti -- http://palosaari.fi/ -- To unsubscribe from this

Re: [linux-dvb] Re : Technotrend Budget S2-3200 Digital artefacts on HDchannels

2009-02-02 Thread Jonas Kvinge
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Manu Abraham wrote: > Alex Betis wrote: >> On Tue, Jan 27, 2009 at 9:56 PM, Manu Abraham wrote: >> Hmm OK, but is there by any chance a fix for those issues somewhere or in the pipe at least? I am willing to test (as I already offered), I >>>

Re: PV143N watchdog

2009-02-02 Thread Getcho Getchev
Hello again, Yes, indeed the correct address is 0x2B. I2C bus is 7 bit so the address 0x56 must be shifted 1 position right before passed to i2c_master_send() or i2c_transfer() functions. Now it works. Thank you very much. By the way it will be good if such useful functions are implemented by

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

2009-02-02 Thread Douglas Schilling Landgraf
Hi Mauro, Please pull from http://linuxtv.org/hg/~dougsland/v4l-dvb/ for the following: - v4l2-apps: Add parser for USB snoops captured from SniffUSB 2.0 - v4l2-apps: Add stress buffer tool Thanks, Douglas -- To unsubscribe from this list: send the line "unsubscribe linux-media" in

Re: [PATCH] newport: newport_*wait() return 0 on timeout

2009-02-02 Thread Mauro Carvalho Chehab
On Mon, 2 Feb 2009 14:32:09 +0100 roel kluin wrote: > 2009/2/2 Mauro Carvalho Chehab : > > Hi Roel, > > > > It seems that you've sent this driver to the wrong ML. Video adapters are > > not handled on those ML's. > > Any idea where it should be sent? $ git log include/video/newport.h commit 3f

Re: [PATCH] newport: newport_*wait() return 0 on timeout

2009-02-02 Thread Randy Dunlap
roel kluin wrote: > 2009/2/2 Mauro Carvalho Chehab : >> Hi Roel, >> >> It seems that you've sent this driver to the wrong ML. Video adapters are >> not handled on those ML's. > > Any idea where it should be sent? drivers/video/* generally go to here AFAIK: FRAMEBUFFER LAYER P: Antonino Dap

Re: [PATCH] newport: newport_*wait() return 0 on timeout

2009-02-02 Thread roel kluin
2009/2/2 Mauro Carvalho Chehab : > Hi Roel, > > It seems that you've sent this driver to the wrong ML. Video adapters are not > handled on those ML's. Any idea where it should be sent? Thanks, Roel -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a messag

Re: PXA Quick capture interface with HV7131RP-Camera

2009-02-02 Thread Bennet Fischer
struct pxacamera_platform_data gumstix_pxacamera_platform_data = { .init = gumstix_pxacamera_init, .flags = PXA_CAMERA_MASTER | PXA_CAMERA_DATAWIDTH_8 | PXA_CAMERA_PCLK_EN | PXA_CAMERA_MCLK_EN | PXA_CAMERA_PCP, .mclk_10khz = 1000, }; ^^ some register valu

Re: [PATCH] newport: newport_*wait() return 0 on timeout

2009-02-02 Thread Mauro Carvalho Chehab
Hi Roel, It seems that you've sent this driver to the wrong ML. Video adapters are not handled on those ML's. On Sat, 31 Jan 2009 16:29:39 +0100 Roel Kluin wrote: > With a postfix decrement t reaches -1 on timeout which results in a > return of 0. > > Signed-off-by: Roel Kluin > --- > diff -

Re: PV143N watchdog

2009-02-02 Thread Matthias Schwarzott
On Monday 02 February 2009 10:34, Getcho Getchev wrote: > Greetings, > I am trying to control the PV143N watchdog via bttv driver under linux > kernel 2.6.24.3. > According to the specification the watchdog is located at address > 0x56, subaddress 0x01. > However when I try to write something (a va