> +#ifdef CONFIG_PM
> +/* Is the card working now ? */
> +static inline int is_working(struct poseidon *pd)
> +{
> + if (pd->state & POSEIDON_STATE_IDLE_HIBERANTION)
> + return 0;
> + return pd->interface->pm_usage_cnt > 0;
> +}
> +
> +static int poseidon_suspend(struct usb_int
On Tue, Nov 10, 2009 at 11:31 PM, Andy Walls wrote:
> OK, here's my second attempt at getting rid of cx18 YUV frame alignment
> and tearing issues.
>
> http://linuxtv.org/hg/~awalls/cx18-yuv2
Hi Andy,
I did some testing of your tree, using the following command
mplayer /dev/video32 -demu
Signed-off-by: Alexey Dobriyan
---
drivers/media/video/cpia.c | 211 ++---
1 file changed, 104 insertions(+), 107 deletions(-)
--- a/drivers/media/video/cpia.c
+++ b/drivers/media/video/cpia.c
@@ -32,6 +32,7 @@
#include
#include
#include
+#include
On Sun, 2009-11-22 at 21:32 +0100, Jean Delvare wrote:
> On Sun, 22 Nov 2009 21:25:27 +0100, Matthias Fechner wrote:
> > Hi Andy,
> >
> > Andy Walls wrote:
> > >
> > > # modprobe cx23885
> > > # modprobe i2c-dev
> > > # i2c-detect -l
> > > (to list all the i2c buses, including cx23885 mastered i2c
On 23 ноября 2009, "Igor M. Liplianin" wrote:
> On Mon, 2009-11-23 at 00:29 +0200, Igor M. Liplianin wrote:
> > On 22 ноября 2009 22:11:47 Andy Walls wrote:
> > > On Sun, 2009-11-22 at 19:08 +0100, Matthias Fechner wrote:
> > > > Hi Andy,
> > > >
> > > > Andy Walls wrote:
> > > > > Thank you. I w
On Mon, 2009-11-23 at 00:29 +0200, Igor M. Liplianin wrote:
> On 22 ноября 2009 22:11:47 Andy Walls wrote:
> > On Sun, 2009-11-22 at 19:08 +0100, Matthias Fechner wrote:
> > > Hi Andy,
> > >
> > > Andy Walls wrote:
> > > > Thank you. I will probably need you for testing when ready.
> > > >
> > > >
On 22 ноября 2009 22:11:47 Andy Walls wrote:
> On Sun, 2009-11-22 at 19:08 +0100, Matthias Fechner wrote:
> > Hi Andy,
> >
> > Andy Walls wrote:
> > > Thank you. I will probably need you for testing when ready.
> > >
> > >
> > > I was planning to do step 1 above for HVR-1800 IR anyway.
> > >
> > >
From: Márton Németh
Merge two ifs: the condition is the same. The second if
uses the ncoeff which is initialized in the first if.
Signed-off-by: Márton Németh
---
diff -r bc16afd1e7a4 linux/drivers/media/dvb/frontends/dib8000.c
--- a/linux/drivers/media/dvb/frontends/dib8000.c Sat Nov 21
From: Márton Németh
The return value may be used uninitialized when the size parameter
happens to be 0.
Signed-off-by: Márton Németh
---
diff -r bc16afd1e7a4 linux/drivers/media/dvb/siano/smssdio.c
--- a/linux/drivers/media/dvb/siano/smssdio.c Sat Nov 21 12:01:36 2009 +0100
+++ b/linux/driver
Sorry, I don't know who to send this to. Not sure if it is a bug or not.
I followed your very helpful tutorial perfectly:
http://www.linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers
but it hasn't quite worked.
I've built the module okay. It installed correctl
Hans Verkuil worte:
> linux-2.6.22.19-armv5: WARNINGS
/marune/build/v4l-dvb-master/v4l/videobuf-core.c: In function
'videobuf_reqbufs':
/marune/build/v4l-dvb-master/v4l/videobuf-core.c:434: warning: format '%d'
expects type 'int', but argument 4 has type 'long unsigned int'
I think this can be
On Sun, 22 Nov 2009 21:25:27 +0100, Matthias Fechner wrote:
> Hi Andy,
>
> Andy Walls wrote:
> >
> > # modprobe cx23885
> > # modprobe i2c-dev
> > # i2c-detect -l
> > (to list all the i2c buses, including cx23885 mastered i2c buses)
> >
> i2c-0smbus SMBus nForce2 adapter at 4d00
Hi Andy,
On Sun, 22 Nov 2009 15:11:47 -0500, Andy Walls wrote:
> On Sun, 2009-11-22 at 19:08 +0100, Matthias Fechner wrote:
> > thanks a lot for your answer.
> > I uploaded two pictures I did from the card, you can find it here:
> > http://fechner.net/tevii-s470/
> >
> > It is a CX23885.
> > The
Hi Andy,
Andy Walls wrote:
# modprobe cx23885
# modprobe i2c-dev
# i2c-detect -l
(to list all the i2c buses, including cx23885 mastered i2c buses)
i2c-0smbus SMBus nForce2 adapter at 4d00 SMBus adapter
i2c-1i2c cx23885[0] I2C adapter
On Sun, 2009-11-22 at 19:08 +0100, Matthias Fechner wrote:
> Hi Andy,
>
> Andy Walls wrote:
> > Thank you. I will probably need you for testing when ready.
> >
> >
> > I was planning to do step 1 above for HVR-1800 IR anyway.
> >
> > I will estimate that I may have something ready by about Christ
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 Nov 22 19:00:05 CET 2009
path:http://www.linuxtv.org/hg/v4l-dvb
changeset: 13372:8bff7e6c44d4
gcc version: gcc (
Hi Andy,
Andy Walls wrote:
Thank you. I will probably need you for testing when ready.
I was planning to do step 1 above for HVR-1800 IR anyway.
I will estimate that I may have something ready by about Christmas (25
December 2009), unless work becomes very busy.
thanks a lot for your an
From: Márton Németh
Add support for snapshot button found on Labtec Webcam 2200
(USB ID 093a:2626).
Signed-off-by: Márton Németh
---
diff -r bc16afd1e7a4 linux/drivers/media/video/gspca/pac7302.c
--- a/linux/drivers/media/video/gspca/pac7302.c Sat Nov 21 12:01:36 2009 +0100
+++ b/linux/drivers/
From: Márton Németh
Add helper functions for interrupt endpoint based input handling.
Signed-off-by: Márton Németh
---
diff -r bc16afd1e7a4 linux/drivers/media/video/gspca/Makefile
--- a/linux/drivers/media/video/gspca/Makefile Sat Nov 21 12:01:36 2009 +0100
+++ b/linux/drivers/media/video/gsp
Németh Márton wrote:
> Jean-Francois Moine wrote:
>> On Fri, 20 Nov 2009 08:14:10 +0100
>> Németh Márton wrote:
>>> Unfortunately I still get the following error when I start streaming,
>>> stop streaming or unplug the device:
>>>
>>> [ 6876.780726] uhci_hcd :00:10.1: dma_pool_free buffer-32,
Hi,
On 11/22/2009 12:02 PM, Mateusz Szymański wrote:
Good morning, I am using arch linux on 64 bit architecture, this version v4l
helped me to rotate view from my webcam, but only in 64 bit apps, like
mplayer, I have a problem with compiling it to 32 bits (for skype), I have 32
bit libs, but the
From: Márton Németh
The function usb_control_msg() can fail any time. Propagate the error to
higher level software. Do not continue sending URBs after the first error.
The change was tested with Trust 610 LCD pow...@m Zoom in webcam mode
(USB ID 06d6:0031).
Signed-off-by: Márton Németh
---
dif
This patch fix the Dikom DK300 hybrid usb card which is recognized as a
Kworld VS-DVB-T 323UR (card=54).
The patch adds digital tv and solves analogue tv audio bad quality issue.
Moreover it removes the composite and s-video analogue inputs which are
not present on the board.
Not tested: remot
Good morning, I am using arch linux on 64 bit architecture, this version v4l
helped me to rotate view from my webcam, but only in 64 bit apps, like
mplayer, I have a problem with compiling it to 32 bits (for skype), I have 32
bit libs, but they are in /opt/lib32/usr/lib directory and during the
24 matches
Mail list logo