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
>>
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
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
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:
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
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
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
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
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
> 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
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
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
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/
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
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
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
---
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
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/
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
---
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
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
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/
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/
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/
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
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
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
---
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
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
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
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
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
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
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
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
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
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
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
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
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
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 (
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
> >
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
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
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.
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
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
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 +
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.
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
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:/
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
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
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
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
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
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
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
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
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
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
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
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
63 matches
Mail list logo