Re: Leadtek DTV-1000S

2009-10-31 Thread Michael Krufky
On Sat, Oct 31, 2009 at 7:17 PM, Michael Krufky wrote: >> 2009/11/1 Michael Krufky : >>> On Sat, Oct 31, 2009 at 6:43 PM, Michael Krufky >>> wrote: On Sat, Oct 31, 2009 at 6:08 PM, Michael Obst wrote: > Hi, >    Thanks for fixing this, I can confirm that it now compiles and >>

[PULL | BUGFIX] http://kernellabs.com/hg/~mkrufky/tda18271

2009-10-31 Thread Michael Krufky
Mauro, In my last tda18271 pull request, I caused a regression for devices that specify a tda18271 std_map override. Please pull in the fix for this as soon as possible. Please pull from: http://kernellabs.com/hg/~mkrufky/tda18271 for: - tda18271: fix regression preventing std map override fr

Re: [PATCH 21/21] gspca pac7302/pac7311: remove prefixes

2009-10-31 Thread Németh Márton
From: Márton Németh The pac7302_ and pac7311_ prefixes are no longer needed as these functions are in separated files. The sensor information can also be removed from the USB tables. Signed-off-by: Márton Németh Cc: Thomas Kaiser Cc: Theodore Kilgore Cc: Kyle Guinn --- Patch rebased to the l

Re: [PATCH] Multifrontend support for saa7134

2009-10-31 Thread hermann pitton
Hi Lukas, Petr and Eddi, thanks for working on it. Am Samstag, den 31.10.2009, 21:21 +0100 schrieb Lukáš Karas: > Hi all, > here is patch for multifrontend support in saa7134 driver. It is derived from > patches on page http://tux.dpeddi.com/lr319sta/ > > This patch has effect on these cards:

Re: cx18: YUV frame alignment improvements

2009-10-31 Thread Brandon Jenkins
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 cx23418 scaler is used (resulting in >> the size of the frames to be non-con

[PATCH] V4L/DVB: lgs8gxx: remove firmware for lgs8g75

2009-10-31 Thread Ben Hutchings
The recently added support for lgs8g75 included some 8051 machine code without accompanying source code. Replace this with use of the firmware loader. Compile-tested only. Signed-off-by: Ben Hutchings --- This firmware can be added to linux-firmware.git instead, and I will be requesting that ve

Re: cx18: YUV frame alignment improvements

2009-10-31 Thread Andy Walls
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 cx23418 scaler is used (resulting in > the size of the frames to be non-constant)? Or is the scaler not > currently supported in the

Re: cx18: YUV frame alignment improvements

2009-10-31 Thread Andy Walls
On Sat, 2009-10-31 at 16:28 -0400, Devin Heitmueller wrote: > On Sat, Oct 31, 2009 at 4:16 PM, Andy Walls wrote: > > All, > > > > At > > > > http://linuxtv.org/hg/~awalls/cx18-yuv > > > > I have checked in some improvements to YUV handling in the cx18 > > driver. > > Andy > > Hi Andy, > > How d

[PATCH 21/21] gspca pac7302/pac7311: remove prefixes

2009-10-31 Thread Németh Márton
From: Márton Németh The pac7302_ and pac7311_ prefixes are no longer needed as these functions are in separated files. The sensor information can also be removed from the USB tables. Signed-off-by: Márton Németh Cc: Thomas Kaiser Cc: Theodore Kilgore Cc: Kyle Guinn --- diff -uprN u/drivers/m

Re: Leadtek DTV-1000S

2009-10-31 Thread Michael Krufky
> 2009/11/1 Michael Krufky : >> On Sat, Oct 31, 2009 at 6:43 PM, Michael Krufky >> wrote: >>> On Sat, Oct 31, 2009 at 6:08 PM, Michael Obst >>> wrote: Hi,    Thanks for fixing this, I can confirm that it now compiles and inserts and the remote works, so does the av input to the tv

[PATCH 19/21] gspca pac7302/pac7311: extract pac_start_frame

2009-10-31 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 s/drivers/media/video/gspca/p

[PATCH 18/21] gspca pac7302/pac7311: generalize reg_w_var

2009-10-31 Thread Németh Márton
From: Márton Németh The original implementation of reg_w_var contains direct references to pac7302 and 7311 specific structures. Move these references to the parameter list. Signed-off-by: Márton Németh Cc: Thomas Kaiser Cc: Theodore Kilgore Cc: Kyle Guinn --- diff -uprN r/drivers/media/vide

[PATCH 17/21] gspca pac7302/pac7311: separate format descriptors

2009-10-31 Thread Németh Márton
From: Márton Németh Separate supported format descriptors and supported resolutions. Signed-off-by: Márton Németh Cc: Thomas Kaiser Cc: Theodore Kilgore Cc: Kyle Guinn --- diff -uprN q/drivers/media/video/gspca/pac7311.c r/drivers/media/video/gspca/pac7311.c --- q/drivers/media/video/gspca/

[PATCH 16/21] gspca pac7302/pac7311: separate private sd

2009-10-31 Thread Németh Márton
From: Márton Németh Separate the private struct sd where the sensor specific data is stored. The sensor field is no longer needed because we use separate functions. Brightness and color fields are not used in pac7311, so removed. Signed-off-by: Márton Németh Cc: Thomas Kaiser Cc: Theodore Kilg

[PATCH 15/21] gspca pac7302/pac7311: simplify pac_find_sof

2009-10-31 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 o/drivers/media/vid

[PATCH 14/21] gspca pac7302/pac7311: separate exposure

2009-10-31 Thread Németh Márton
From: Márton Németh Separate the exposure control. Remove the run-time decision for PAC7302 and PAC7311 sensors. Signed-off-by: Márton Németh Cc: Thomas Kaiser Cc: Theodore Kilgore Cc: Kyle Guinn --- diff -uprN n/drivers/media/video/gspca/pac7311.c o/drivers/media/video/gspca/pac7311.c ---

[PATCH 13/21] gspca pac7302/pac7311: separate gain/autogain control

2009-10-31 Thread Németh Márton
From: Márton Németh Separate the gain and autogain controls. Remove the run-time decision for PAC7302 and PAC7311 sensors. Signed-off-by: Márton Németh Cc: Thomas Kaiser Cc: Theodore Kilgore Cc: Kyle Guinn --- diff -uprN m/drivers/media/video/gspca/pac7311.c n/drivers/media/video/gspca/pac7

[PATCH 12/21] gspca pac7302/pac7311: separate hvflip

2009-10-31 Thread Németh Márton
From: Márton Németh Separate the horizontal and vertical flip control. Remove the run-time decision for PAC7302 and PAC7311 sensors. Signed-off-by: Márton Németh Cc: Thomas Kaiser Cc: Theodore Kilgore Cc: Kyle Guinn --- diff -uprN l/drivers/media/video/gspca/pac7311.c m/drivers/media/video/

[PATCH 11/21] gspca pac7302/pac7311: separate contrast control

2009-10-31 Thread Németh Márton
From: Márton Németh Separate the contrast control. Remove the run-time decision for PAC7302 and PAC7311 sensors. Signed-off-by: Márton Németh Cc: Thomas Kaiser Cc: Theodore Kilgore Cc: Kyle Guinn --- diff -uprN k/drivers/media/video/gspca/pac7311.c l/drivers/media/video/gspca/pac7311.c ---

[PATCH 10/21] gspca pac7302/pac7311: separate brightness and color controls

2009-10-31 Thread Németh Márton
From: Márton Németh Separate the controls for PAC7302 and for PAC7311. Separate the brightness and color controls. The ctrl_dis setting is no longer necessary because the brightness and saturation controls are only listed among PAC7302 controls. Signed-off-by: Márton Németh Cc: Thomas Kaiser C

[PATCH 09/21] gspca pac7302/pac7311: separate dq_callback

2009-10-31 Thread Németh Márton
From: Márton Németh Separate the dq_callback function. Remove the run-time decision for PAC7302 and PAC7311 sensors. Signed-off-by: Márton Németh Cc: Thomas Kaiser Cc: Theodore Kilgore Cc: Kyle Guinn --- diff -uprN i/drivers/media/video/gspca/pac7311.c j/drivers/media/video/gspca/pac7311.c

[PATCH 08/21] gspca pac7302/pac7311: separate stop0

2009-10-31 Thread Németh Márton
From: Márton Németh Separate the stop0 function. Remove the run-time decision for PAC7302 and PAC7311 sensors. Signed-off-by: Márton Németh Cc: Thomas Kaiser Cc: Theodore Kilgore Cc: Kyle Guinn --- diff -uprN h/drivers/media/video/gspca/pac7311.c i/drivers/media/video/gspca/pac7311.c --- h/

[PATCH 07/21] gspca pac7302/pac7311: separate stopN

2009-10-31 Thread Németh Márton
From: Márton Németh Separate the stopN function. Remove the run-time decision for PAC7302 and PAC7311 sensors. Signed-off-by: Márton Németh Cc: Thomas Kaiser Cc: Theodore Kilgore Cc: Kyle Guinn --- diff -uprN g/drivers/media/video/gspca/pac7311.c h/drivers/media/video/gspca/pac7311.c --- g/

[PATCH 06/21] gspca pac7302/pac7311: separate start

2009-10-31 Thread Németh Márton
From: Márton Németh Separate the start function. Remove the run-time decision for PAC7302 and PAC7311 sensors. Signed-off-by: Márton Németh Cc: Thomas Kaiser Cc: Theodore Kilgore Cc: Kyle Guinn --- diff -uprN f/drivers/media/video/gspca/pac7311.c g/drivers/media/video/gspca/pac7311.c --- f/

[PATCH 05/21] gspca pac7302/pac7311: separate init

2009-10-31 Thread Németh Márton
From: Márton Németh Separate the init function. Remove the run-time decision for PAC7302 and PAC7311 sensors. Signed-off-by: Márton Németh Cc: Thomas Kaiser Cc: Theodore Kilgore Cc: Kyle Guinn --- diff -uprN e/drivers/media/video/gspca/pac7311.c f/drivers/media/video/gspca/pac7311.c --- e/d

[PATCH 04/21] gspca pac7302/pac7311: separate config

2009-10-31 Thread Németh Márton
From: Márton Németh Separate the config function. Remove the run-time decision for PAC7302 and PAC7311 sensors. Signed-off-by: Márton Németh Cc: Thomas Kaiser Cc: Theodore Kilgore Cc: Kyle Guinn --- diff -uprN d/drivers/media/video/gspca/pac7311.c e/drivers/media/video/gspca/pac7311.c --- d

[PATCH 03/21] gspca pac7302/pac7311: separate pkt_scan

2009-10-31 Thread Németh Márton
From: Márton Németh Separate the pkt_scan function. Remove the run-time decision for PAC7302 and PAC7311 sensors. Signed-off-by: Márton Németh Cc: Thomas Kaiser Cc: Theodore Kilgore Cc: Kyle Guinn --- diff -uprN c/drivers/media/video/gspca/pac7311.c d/drivers/media/video/gspca/pac7311.c ---

[PATCH 02/21] gspca pac7302/pac7311: separate sd_desc

2009-10-31 Thread Németh Márton
From: Márton Németh Move the sensor specific decision temporary to sd_probe. Create an sd_desc for PAC7302 and one for PAC7311. Signed-off-by: Márton Németh Cc: Thomas Kaiser Cc: Theodore Kilgore Cc: Kyle Guinn --- diff -uprN b/drivers/media/video/gspca/pac7311.c c/drivers/media/video/gspca

[PATCH 01/21] gspca pac7302/pac7311: add prefix for sensor specific functions

2009-10-31 Thread Németh Márton
From: Márton Németh There are some functions which are already sensor specific. Mark them with pac7302_ or pac7311_ prefix Signed-off-by: Márton Németh Cc: Thomas Kaiser Cc: Theodore Kilgore Cc: Kyle Guinn --- diff -uprN a/drivers/media/video/gspca/pac7311.c b/drivers/media/video/gspca/pac7

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

2009-10-31 Thread Németh Márton
Hi, 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 { ... do something else ... } The sensor type is determined usi

Re: Genpix driver is broken (no 8psk lock). Here's why & how to fix.

2009-10-31 Thread VDR User
On Wed, Sep 23, 2009 at 10:55 AM, VDR User wrote: > Over a month ago I reported a problem with a change that was made to > the Genpix driver which broke 8PSK.  The change limited DVB-S streams > to QPSK and 8PSK to DVB-S2.  There are a couple problems with this. > First of all, Genpix devices do N

Re: Leadtek DTV-1000S

2009-10-31 Thread Michael Obst
This problem is reproducible and occurs the same from a cold boot or inserting saa7134. Analog tv has never worked on this card, I was under the impression there was no analog tuner on the card (looking at http://www.leadtek.com/eng/tv_tuner/image/digital_tv.pdf). The info was simply from doing a m

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

2009-10-31 Thread Albert Comerma
Yes, it worked! the current tree works well. Thanks. Albert En/na Devin Heitmueller ha escrit: 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

Re: em28xx DVB modeswitching change: call for testers

2009-10-31 Thread Alain Perrot
On Wed, Oct 14, 2009 at 4:52 AM, Devin Heitmueller wrote: > Hello all, > > I have setup a tree that removes the mode switching code when > starting/stopping streaming.  If you have one of the em28xx dvb > devices mentioned in the previous thread and volunteered to test, > please try out the follow

Re: Leadtek DTV-1000S

2009-10-31 Thread Michael Krufky
On Sat, Oct 31, 2009 at 6:43 PM, Michael Krufky wrote: > On Sat, Oct 31, 2009 at 6:08 PM, Michael Obst > wrote: >> Hi, >>    Thanks for fixing this, I can confirm that it now compiles and >> inserts and the remote works, so does the av input to the tvcard >> however the card does not seem to be a

Re: Leadtek DTV-1000S

2009-10-31 Thread Michael Krufky
On Sat, Oct 31, 2009 at 6:08 PM, Michael Obst wrote: > Hi, >    Thanks for fixing this, I can confirm that it now compiles and > inserts and the remote works, so does the av input to the tvcard > however the card does not seem to be able to tune any channels, I have > checked the old driver and th

Re: Leadtek DTV-1000S

2009-10-31 Thread Michael Obst
Hi, Thanks for fixing this, I can confirm that it now compiles and inserts and the remote works, so does the av input to the tvcard however the card does not seem to be able to tune any channels, I have checked the old driver and that is still able to tune in channels. The output from my dmesg

Re: cx18: YUV frame alignment improvements

2009-10-31 Thread Devin Heitmueller
On Sat, Oct 31, 2009 at 4:16 PM, Andy Walls wrote: > All, > > At > > http://linuxtv.org/hg/~awalls/cx18-yuv > > I have checked in some improvements to YUV handling in the cx18 > driver. > > There was a problem in that a lost/dropped buffer between the cx18 > driver and the CX23418 firmware would c

cx18: YUV frame alignment improvements

2009-10-31 Thread Andy Walls
All, At http://linuxtv.org/hg/~awalls/cx18-yuv I have checked in some improvements to YUV handling in the cx18 driver. There was a problem in that a lost/dropped buffer between the cx18 driver and the CX23418 firmware would cause the video frame alignment to be lost with no easy way to recove

Re: [PATCH 5/8] drivers/media/video/uvc: Use %pUl to print UUIDs

2009-10-31 Thread Joe Perches
On Sat, 2009-10-31 at 20:10 +0100, Laurent Pinchart wrote: > On Saturday 31 October 2009 10:07:01 Mauro Carvalho Chehab wrote: > > I'm assuming that those printk patches from Joe to uvc will go via your > > tree, so please submit a pull request when they'll be ready for upstream. > I'll submit the

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

2009-10-31 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 Oct 31 19:00:07 CET 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 13254:a76d06e9ff9b gcc version: gcc (

Re: [PATCH 5/8] drivers/media/video/uvc: Use %pUl to print UUIDs

2009-10-31 Thread Laurent Pinchart
On Saturday 31 October 2009 10:07:01 Mauro Carvalho Chehab wrote: > Hi Laurent, > > Em Mon, 12 Oct 2009 00:34:58 +0200 > > Laurent Pinchart escreveu: > > As this will go through the linuxtv v4l-dvb tree, I'll have to add > > backward compatibility code (that will not make it to mainline). If > >

Re: [PATCH] v4l2_subdev: rename tuner s_standby operation to core s_power

2009-10-31 Thread Laurent Pinchart
On Saturday 31 October 2009 10:13:22 Mauro Carvalho Chehab wrote: > Em Mon, 12 Oct 2009 00:36:37 +0200 > > Laurent Pinchart escreveu: > > On Monday 05 October 2009 15:48:17 Laurent Pinchart wrote: > > > Upcoming I2C v4l2_subdev drivers need a way to control the subdevice > > > power state from th

Re: Tunning information of Granada, Spain

2009-10-31 Thread Christoph Pfister
2009/10/30 David Fernández : > The attached file "es-Granada" is the tunning information of my city: > Granada (Spain) > (Location: 37,183334 N - 3,78 W) > > Could someone please add this information to the dvb-apps repository? Added, thanks. > Thanks. Christoph -- To unsubscribe from this l

Re: [linux-dvb] Possible error in firedtv-1394.o?

2009-10-31 Thread Andreas Breitbach
Huge thanks Devin, now it's working again. Andy Am Freitag, den 30.10.2009, 15:53 -0400 schrieb Devin Heitmueller: > On Fri, Oct 30, 2009 at 3:48 PM, Andreas Breitbach > wrote: > > Hello all. > > > > I subscribed to this mailing list to report a possible error in the > > above mentioned module.

Re: Leadtek Winfast DTV-1000S remote control support

2009-10-31 Thread Michael Krufky
On Thu, Oct 29, 2009 at 9:33 AM, Michael Carl Obst wrote: > I am having trouble with the current repository, I can build and install > it fine but I can't insert the modules, I'm getting two different errors > which I haven't looked into yet. I have regenerated the patch anyway and > it builds fin

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

2009-10-31 Thread Michael Krufky
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 >  1 file changed, 16 insertions(+), 16 deletions(-) I se

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

2009-10-31 Thread Michael Krufky
Mauro, Something went wrong in the merging of the DTV1000S patch. Hermann noticed the problem and pointed it out. The fix is waiting in my tree. Please pull from: http://kernellabs.com/hg/~mkrufky/dtv1000s for: - saa7134: fix badly merged DTV1000S patch saa7134-cards.c | 32 +

Re: Leadtek DTV-1000S

2009-10-31 Thread Michael Krufky
On Sat, Oct 31, 2009 at 11:24 AM, hermann pitton wrote: > Hi Mike, Mauro, > > Am Mittwoch, den 21.10.2009, 15:33 -0400 schrieb Michael Krufky: >> On Wed, Oct 21, 2009 at 5:19 AM, Ryan Day wrote: >> > Michael- >> > I wanted to see if you might be able to assist in getting a DTV-1000S to >> > work.

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

2009-10-31 Thread Devin Heitmueller
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 since the kernel explosion happens when you try to tune the > device, he

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

2009-10-31 Thread Erik Andrén
Mauro, The following three commits add some additional vertical flip quirks for the s5k4aa sensor. IMHO, they are 2.6.32 material. Please pull from http://linuxtv.org/hg/~eandren/v4l-dvb for the following 3 changesets: 01/03: gspca - m5602-s5k4aa: Add vflip quirk for the Bruneinit laptop http:/

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

2009-10-31 Thread Devin Heitmueller
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 since the kernel explosion happens when you try to tune the > device, he

DVB-S2 card recommendation?

2009-10-31 Thread Michael Durket
Is there a DVB-S2 card on the market yet with these features: 1) DVB-S2 (QPSK, 8PSK) and DVB-S modes fully supported in Linux (i.e. not experimental, not requiring sifting through different driver sources to try to find one that works) 2) Has no software/hardware data

Re: Leadtek DTV-1000S

2009-10-31 Thread hermann pitton
Hi Mike, Mauro, Am Mittwoch, den 21.10.2009, 15:33 -0400 schrieb Michael Krufky: > On Wed, Oct 21, 2009 at 5:19 AM, Ryan Day wrote: > > Michael- > > I wanted to see if you might be able to assist in getting a DTV-1000S to > > work. I followed the instructions on the Whirlpool forum (DL the firmw

[PATCH] videobuf-dma-contig.c: add missing #include

2009-10-31 Thread Martin Michlmayr
media/video/videobuf-dma-contig.c fails to compile on ARM Versatile like this: | videobuf-dma-contig.c: In function ‘videobuf_dma_contig_user_get’: | videobuf-dma-contig.c:139: error: dereferencing pointer to incomplete type | videobuf-dma-contig.c:184: error: dereferencing pointer to incomplete

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

2009-10-31 Thread Mauro Carvalho Chehab
Em Sun, 11 Oct 2009 21:09:24 +0400 "aos...@netup.ru" escreveu: > Hello Mauro, > > On Friday 09 October 2009 16:01:58 Mauro Carvalho Chehab wrote: > > Wouldn't be be better to just use dvbtraffic userspace apps for it? > this feature very usable for debugging. Please add it. > > > Also, > > you

Re: [PATCH] isl6421.c - added optional features: tone control and temporary diseqc overcurrent

2009-10-31 Thread Mauro Carvalho Chehab
HoP escreveu: Hi, this is my first kernel patch, so all comments are welcome. First of all, please check all your patches with checkpatch, to be sure that they don't have any CodingStyle troubles. There are some on your patch (the better is to read README.patches for more info useful for dev

Re: Hint request for driver change

2009-10-31 Thread Mauro Carvalho Chehab
Em Wed, 28 Oct 2009 18:50:14 + (UTC) Massimo Del Fedele escreveu: > Mauro Carvalho Chehab infradead.org> writes: > > > > > > It is better to not rename it, to avoid confusion. > > Thank you for the answer :-) > The only problem is that rewriting the full driver I will not be able to test

Re: [PATCH]: Add support for Pinnacle PCTV310e card

2009-10-31 Thread Mauro Carvalho Chehab
Hi Massimo, Em Sat, 24 Oct 2009 18:12:37 +0200 Massimo Del Fedele escreveu: > This one adds support to Pinnacle PCTV310e hybrid tuner card, > for DVB-T and remote control, still no analog video. There are a few CodingStyle issues on your patch. Always chech them with checkpatch.pl. Also, you f

Re: [PATCH] v4l2_subdev: rename tuner s_standby operation to core s_power

2009-10-31 Thread Mauro Carvalho Chehab
Em Mon, 12 Oct 2009 00:36:37 +0200 Laurent Pinchart escreveu: > On Monday 05 October 2009 15:48:17 Laurent Pinchart wrote: > > Upcoming I2C v4l2_subdev drivers need a way to control the subdevice > > power state from the core. This use case is already partially covered by > > the tuner s_standby

Re: [PATCH 5/8] drivers/media/video/uvc: Use %pUl to print UUIDs

2009-10-31 Thread Mauro Carvalho Chehab
Hi Laurent, Em Mon, 12 Oct 2009 00:34:58 +0200 Laurent Pinchart escreveu: > As this will go through the linuxtv v4l-dvb tree, I'll have to add backward > compatibility code (that will not make it to mainline). If that's ok with you > it will be easier for me to test and apply that part of the pa

Re: [PATCH] saa7146 memory leakage in pagetable-handling, v2

2009-10-31 Thread Mauro Carvalho Chehab
Michael Hunold escreveu: Hello Mauro, on Mon, 28 Sep 2009 Johann Friedrichs sent a patch to linux-media in order to fix a memory leak in my saa7146 driver. He contacted me and together we have come up with a new patch that fixes the problem more explicitely. Would you please be so kind and man

Can't insert saa7134 module compiled from dtv1000s testing repository

2009-10-31 Thread Michael Obst
Using http://kernellabs.com/hg/~mkrufky/dtv1000s I have previously been able to compile and insert this module and the tv card has worked very well. A few days ago the repository was updated and I now receive the error below in dmesg after a successful compilation when I try to insert the module. T