Am Dienstag 25 Januar 2011, 23:20:44 schrieb Julia Lawall:
> On Tue, 25 Jan 2011, Peter Huewe wrote:
> > This patch fixes the warning "Using plain integer as NULL pointer",
> > generated by sparse, by replacing the offending 0s with NULL.
>
> I recall (a number of years ago) being told that for th
Am Donnerstag 15 Juli 2010 23:43:20 schrieb Andy Walls:
> > ... use the PCI_VDEVICE macro, and thus improves readability.
> I have to disagree. The patch may improve typesetting, but it degrades
> clarity and maintainability from my perspective.
> ...
> So I'm going to NAK this for ivtv, unless so
From: Peter Huewe
This patch adds a missing include linux/delay.h to prevent
build failures[1-5]
Signed-off-by: Peter Huewe
---
Forwarded to linux-next mailing list -
breakage still exists in linux-next of 20100514 - please apply
KernelVersion: linux-next-20100505
References:
[1] http://kiss
Am Mittwoch 05 Mai 2010 17:20:21 schrieb Peter Hüwe:
> From: Peter Huewe
>
> This patch adds a missing include linux/delay.h to prevent
> build failures[1-5]
>
> Signed-off-by: Peter Huewe
> ---
Any updates on this patch?
Issue still exists with today's linux-next
From: Peter Huewe
This patch adds a missing include linux/delay.h to prevent
build failures[1-5]
Signed-off-by: Peter Huewe
---
KernelVersion: linux-next-20100505
References:
[1] http://kisskb.ellerman.id.au/kisskb/buildresult/2571452/
[2] http://kisskb.ellerman.id.au/kisskb/buildresult/257118
Am Dienstag 30 Juni 2009 12:26:11 schrieben Sie:
> What is sure is that skype has no problem. It is a loader problem.
>
> May you check the type of /usr/lib32/libv4l/v4l1compat.so?
>
> And, also, what gives 'ldd /opt/skype/skype'?
>
> Cheers.
Hi,
d'oh :) -
file /usr/lib32/libv4l/v4l1compat.s
Am Montag 29 Juni 2009 12:40:34 schrieb Jean-Francois Moine:
> Hi Peter,
>
> Indeed, you are running a 64bits application:
>
> #!/bin/sh
> export LD_PRELOAD=/usr/lib64/libv4l/v4l1compat.so
> exec /usr/bin/skype
>
> Cheers.
Hi :)
/usr/lib is just a link to /usr/lib64 -
$ ls -la
Am Montag 29 Juni 2009 09:25:41 schrieb Jean-Francois Moine:
> > Any suggestions how I get skype to use the compat wrapper?
> You must export LD_PRELOAD. I use a simple script:
>
> #!/bin/sh
> export LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so
> exec /usr/bin/skype
Hi,
unfortunately
> Did you use the v4l2 wrapper when running the applications? (look in my
> page for more information)
Hi,
I tried using cheese with
LD_PRELOAD=/usr/lib64/libv4l/v4l1compat.so - and it works!
However this does not work with skype :/ (skype does not allow preloading)
Any suggestions how I get s
> Did you use the v4l2 wrapper when running the applications? (look in my
> page for more information)
Not that I know - atleast not explicitly.
> Otherwise, the sensor value set in the old gspcav1 driver was not used:
> the sensor was and is still found by probing the webcam hardware.
Yeah - yo
Hi,
I just tried out the in-kernel gspca drivers for my 046d:08af Logitech, Inc.
QuickCam Easy/Cool, however I don't get any picture with cheese and only
green noise with skype.
Before using the in-kernel drivers the webcam used to work quite well with the
old out-of-kernel gspcav1 drivers.
I
11 matches
Mail list logo