Hi,
Am Sonntag, den 26.04.2009, 23:58 +1000 schrieb Dmitri Belimov:
> Hi Andy
>
> > Hi Dmitri,
> >
> > Thank you for you responses.
> >
> > Just a few more comments...
> >
> > On Thu, 2009-04-23 at 20:36 +1000, Dmitri Belimov wrote:
> > > Hi Andy
> > >
> > > > Dmitri,
> > > >
> > > >
> > >
Hi Andy
> Hi Dmitri,
>
> Thank you for you responses.
>
> Just a few more comments...
>
> On Thu, 2009-04-23 at 20:36 +1000, Dmitri Belimov wrote:
> > Hi Andy
> >
> > > Dmitri,
> > >
> > >
> > > On Wed, 2009-04-22 at 17:48 +1000, Dmitri Belimov wrote:
> > > > Hi All
> > > >
> > > > 1. Chan
It looks to me the change to the platform code is to move the I2C board
info registration into 'struct soc_camera_link'. Are there any specific
reason to do so? I'm assuming the original code works equally well,
and lists all the i2c devices in a central place is straight forward.
On Sat, Apr 25,
Hello Hans,
Here is version with most issues fixed except usage of struct v4l2_device
Can you please tell me more what should I use it for? I do not use any
subdevice feature. It does not remove usage of video_device struct
as I see from vivi driver it just used to be registered and unregistered
Mauro,
Please pull from:
http://linuxtv.org/hg/~awalls/v4l-dvb
for the following:
cx18: Toggle the AI1 mux when changing the CX18_AUDIO_ENABLE register
cx18: Verify cx18-av-core digitizer firmware loads correctly
cx18: Allow IVTV format VBI insertion in MPEG-2 SVCD and DVD streams
The VBI chan
Mauro,
This is a resubmission of my previous PULL request.
Please pull from:
http://linuxtv.org/hg/~awalls/cx18-perf
for the following:
cx18: Increment version due to significant buffer handling changes
cx18: Simplify the work handler for outgoing mailbox commands
cx18: Convert per stream mute
"Leadtek WinFast DTV Dongle H" is a hybrid digital/analog USB-stick TV
receiver. The code below allows the digital part to work with dvb_usb in linux.
in /linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h add a new device number
--- dvb-usb-ids.h.old 2009-04-26 22:02:14.0 +0200
+++ dvb-usb-
I've been wondering about this for a while, and am reasonably convinced
there may be a problem in the linuxtv version of the dib0700 (or one of
its submodules).
I've got a Hauppauge WinTV-NOVA-TD-500 (84xxx) PCI card
(http://www.linuxtv.org/wiki/index.php/Hauppauge_WinTV-NOVA-T-500 -
which se
On Sun, 26 Apr 2009, Roel Kluin wrote:
> fmt->index is unsigned. test doesn't work
>
> Signed-off-by: Roel Kluin
> ---
> Is there another test required?
This is an old driver and I think back in v4l1 the indexes weren't all
unsigned. There were a number of tests like this in it. Patch is fine.
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:Sun Apr 26 19:00:02 CEST 2009
path:http://www.linuxtv.org/hg/v4l-dvb
changeset: 11603:b40d628f830d
gcc version: gcc
fmt->index is unsigned. test doesn't work
Signed-off-by: Roel Kluin
---
Is there another test required?
diff --git a/drivers/media/video/zoran/zoran_driver.c
b/drivers/media/video/zoran/zoran_driver.c
index 092333b..0db5d0f 100644
--- a/drivers/media/video/zoran/zoran_driver.c
+++ b/drivers/med
Tobias Klauser wrote:
The C99 specification states in section 6.11.5:
The placement of a storage-class specifier other than at the beginning
of the declaration specifiers in a declaration is an obsolescent
feature.
Signed-off-by: Tobias Klauser
Acked-by: Stefan Richter
---
drivers/media/dv
Signed-off-by: Robert P. J. Day
---
diff --git a/drivers/media/dvb/firewire/firedtv-rc.c
b/drivers/media/dvb/firewire/firedtv-rc.c
index 46a6324..27bca2e 100644
--- a/drivers/media/dvb/firewire/firedtv-rc.c
+++ b/drivers/media/dvb/firewire/firedtv-rc.c
@@ -18,7 +18,7 @@
#include "firedtv.h"
binary/logical and typo
Signed-off-by: Roel Kluin
---
diff --git a/drivers/media/video/cx23885/cimax2.c
b/drivers/media/video/cx23885/cimax2.c
index 9a65369..08582e5 100644
--- a/drivers/media/video/cx23885/cimax2.c
+++ b/drivers/media/video/cx23885/cimax2.c
@@ -312,7 +312,7 @@ static void netup
Signed-off-by: Robert P. J. Day
---
diff --git a/drivers/media/video/gspca/m5602/m5602_mt9m111.c
b/drivers/media/video/gspca/m5602/m5602_mt9m111.c
index 7d3f9e3..0167987 100644
--- a/drivers/media/video/gspca/m5602/m5602_mt9m111.c
+++ b/drivers/media/video/gspca/m5602/m5602_mt9m111.c
@@ -31,7
2009/4/26 Tobias Klauser :
> The C99 specification states in section 6.11.5:
>
> The placement of a storage-class specifier other than at the
> beginning of the declaration specifiers in a declaration is an
> obsolescent feature.
>
> Signed-off-by: Tobias Klauser
I've queued a version of this pat
The C99 specification states in section 6.11.5:
The placement of a storage-class specifier other than at the beginning
of the declaration specifiers in a declaration is an obsolescent
feature.
Signed-off-by: Tobias Klauser
---
drivers/media/dvb/firewire/firedtv-rc.c |4 ++--
1 files changed
The C99 specification states in section 6.11.5:
The placement of a storage-class specifier other than at the
beginning of the declaration specifiers in a declaration is an
obsolescent feature.
Signed-off-by: Tobias Klauser
---
drivers/media/video/gspca/m5602/m5602_mt9m111.c |2 +-
drivers/m
Hi everybody!
Since upgrading my kernel to 2.6.29 my Terratec Cinergy Hybrid XS FM
stopped working. I'm using the em28xx-new driver.Compiling the driver
works as usual and my stick gets recognized. But if I try to use it
(e.g. tvtime) it doesn't work. A simple "killed" is the only message i
g
On Fri, 24 Apr 2009 23:16:12 +0200 (CEST)
kiri...@users.sourceforge.net wrote:
> Hi,
Hi Kirin,
> a couple of months ago i did some hacking on the tv8532 gspca driver
> for my TV-8532A/ICM532B based webcam, to the point where i got
> decompression and most modes working. But i've kind of lost int
Use the physical device rather than the i2c adapter as the reference
device when loading firmwares. This will prevent the sysfs name
collision with i2c-dev that has been reported many times.
I may have missed other drivers which need the same fix.
Signed-off-by: Jean Delvare
---
Note: this assum
21 matches
Mail list logo