Re: go7007 question

2012-09-08 Thread Adam Rosi-Kessel
On Fri, Sep 07, 2012 at 06:18:31PM +0400, vol...@telros.ru wrote: > On Thu, Sep 06, 2012 at 11:10:14PM +0400, Volokh Konstantin wrote: > > On Mon, Sep 03, 2012 at 02:37:16PM -0400, Adam Rosi-Kessel wrote: > > > > > > [469.928881] wis-saa7115: initializing SAA7115 at address 32 on WIS > > > GO7007S

[PATCH 3/3] rtl28xxu: Dexatek DK DVB-T Dongle [1d19:1101]

2012-09-08 Thread Antti Palosaari
It is RTL2832U + FC2580 reference design. Signed-off-by: Antti Palosaari --- drivers/media/dvb-core/dvb-usb-ids.h| 1 + drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/drivers/media/dvb-core/dvb-usb-ids.h b/drivers/media/dvb-core/dvb-usb-ids.h

[PATCH 1/3] FCI FC2580 silicon tuner driver

2012-09-08 Thread Antti Palosaari
Signed-off-by: Antti Palosaari --- drivers/media/tuners/Kconfig | 7 + drivers/media/tuners/Makefile | 1 + drivers/media/tuners/fc2580.c | 524 + drivers/media/tuners/fc2580.h | 52 drivers/media/tuners/fc2580_priv.h | 134 ++

[PATCH 2/3] rtl28xxu: add support for FCI FC2580 silicon tuner driver

2012-09-08 Thread Antti Palosaari
Signed-off-by: Antti Palosaari --- drivers/media/usb/dvb-usb-v2/Kconfig| 1 + drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 15 +-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/drivers/media/usb/dvb-usb-v2/Kconfig b/drivers/media/usb/dvb-usb-v2/Kconfig index 329d2

dvb bug

2012-09-08 Thread yvahk-xreary
With recent kernels I get system freeze when running with the following hardware: Intel DX58S02 motherboard Xeon W5520 cpu Hauppauge HVR-1700 PCIe DVB-T Technisat SkyStar2 DVB-T PCI card If I run either DVB-T card on its own then everything is ok. Or if I run both cards on differ

cron job: media_tree daily build: WARNINGS

2012-09-08 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date:Sat Sep 8 19:00:17 CEST 2012 git hash:79e8c7bebb467bbc3f2514d75bba669a3f354324 gcc version: i686-linux-gcc (GC

Re: [PATCH v2] drivers/media/pci/cx25821/cx25821-video-upstream-ch2.c: fix error return code

2012-09-08 Thread Ezequiel Garcia
Peter, On Sat, Sep 8, 2012 at 11:01 AM, Peter Senna Tschudin wrote: > From: Peter Senna Tschudin > > Convert a nonnegative error return code to a negative one, as returned > elsewhere in the function. > > A simplified version of the semantic match that finds this problem is as > follows: (http:/

Re: dvb-apps scan files

2012-09-08 Thread Ezequiel Garcia
Great! On Sat, Sep 8, 2012 at 12:48 AM, Hernán Rossetto wrote: > Please add the attached files for Argentina and Brazil to the DVB-T scan list. > > You will notice they have the same content already published here > http://www.linuxtv.org/wiki/index.php/ISDB-T_Frequency_Table > Muchas gracias! E

v42l-ctl not working correctly with a em28xx device

2012-09-08 Thread Fergal Butler
Hi, I was wondering if you could help me. I have an EzCAP 116 USB 2.0 Video Capture  device purchased directly from http://www.ezcap.tv/ I can play audio from the device, however all my attempts to view video from it result in either a green or black screen v4l2-ctl appears to not be working c

[PATCH] Add toggle to the tt3650_rc_query function of the ttusb2 driver

2012-09-08 Thread Jose Alberto Reguero
This patch add the toggle bit to the tt3650_rc_query function of the ttusb2 driver. Signed-off-by: Jose Alberto Reguero Jose Albertodiff -upr linux/drivers/media/usb/dvb-usb/ttusb2.c linux.new/drivers/media/usb/dvb-usb/ttusb2.c --- linux/drivers/media/usb/dvb-usb/ttusb2.c 2012-08-14 05:45:22.000

Re: [RFCv2 API PATCH 13/28] Add V4L2_CAP_MONOTONIC_TS where applicable.

2012-09-08 Thread Rémi Denis-Courmont
Le vendredi 7 septembre 2012 16:29:13, Hans Verkuil a écrit : > diff --git a/drivers/media/platform/davinci/vpbe_display.c > b/drivers/media/platform/davinci/vpbe_display.c index 9a05c81..3a50547 > 100644 > --- a/drivers/media/platform/davinci/vpbe_display.c > +++ b/drivers/media/platform/davinci/v

Re: [RFCv2 API PATCH 05/28] DocBook: bus_info can no longer be empty.

2012-09-08 Thread Sylwester Nawrocki
On 09/08/2012 01:15 PM, Hans Verkuil wrote: > On Fri September 7 2012 22:00:33 Sylwester Nawrocki wrote: >> On 09/07/2012 03:29 PM, Hans Verkuil wrote: >>> From: Hans Verkuil >>> >>> During the 2012 Media Workshop it was decided that bus_info as returned >>> by VIDIOC_QUERYCAP can no longer be empt

[PATCH v2] drivers/media/pci/cx25821/cx25821-video-upstream-ch2.c: fix error return code

2012-09-08 Thread Peter Senna Tschudin
From: Peter Senna Tschudin Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // ( if@p1 (\(ret < 0\|ret != 0\)) { ... return ret; } |

Re: [RFCv2 API PATCH 05/28] DocBook: bus_info can no longer be empty.

2012-09-08 Thread Hans Verkuil
On Fri September 7 2012 22:00:33 Sylwester Nawrocki wrote: > On 09/07/2012 03:29 PM, Hans Verkuil wrote: > > From: Hans Verkuil > > > > During the 2012 Media Workshop it was decided that bus_info as returned > > by VIDIOC_QUERYCAP can no longer be empty. It should be a unique identifier, > > and e

Re: [PATCH v2] media: v4l2-ctrls: add control for test pattern

2012-09-08 Thread Hans Verkuil
On Fri September 7 2012 20:20:51 Sakari Ailus wrote: > Hi Prabhakar, > > Thanks for the patch! > > Prabhakar Lad wrote: > > From: Lad, Prabhakar > > > > add V4L2_CID_TEST_PATTERN of type menu, which determines > > the internal test pattern selected by the device. > > > > Signed-off-by: Lad, Prab