Hi,
this is my first kernel patch, so all comments are welcome.
Attached patch adds two optional (so, disabled by default
and therefore could not break any compatibility) features:
1, tone_control=1
When enabled, ISL6421 overrides frontend's tone control
function (fe->ops.set_tone) by its own on
Ivan T. Ivanov wrote:
Hi Sakari,
Hi,
On Fri, 2009-10-23 at 13:18 +0300, Sakari Ailus wrote:
[clip]
struct v4l2_event {
__u32 count;
__u32 type;
__u32 sequence;
struct timeval timestamp;
Can we use 'struct timespec' here. This
Guennadi Liakhovetski writes:
> Hi Robert
> Thanks, but I'm afraid you're a bit late:
>
> http://thread.gmane.org/gmane.linux.drivers.video-input-infrastructure/10947/focus=10949
Ouch, missed this one on the mailing list.
You can drop that patch then, Jonathan's patch is exactly the same.
BTW, i
Am 24.10.2009 20:14, schrieb Oliver Neukum:
Am Samstag, 24. Oktober 2009 18:44:34 schrieb Gonsolo:
Hi!
The following script fixes an annoying 62 second hang when resuming
while my Nova-T stick is connected to my notebook.
Do you have any idea why it doesn't find its firmware?
Don't know. Ma
Hi Robert
On Sat, 24 Oct 2009, Robert Jarzmik wrote:
> Function wake_up() needs include sched.h.
> Apparently, commit d43c36dc6b357fa1806800f18aa30123c747a6d1
> changed the include chain, removing linux/sched.h
>
> Signed-off-by: Robert Jarzmik
Thanks, but I'm afraid you're a bit late:
http:/
On 10/24/2009 09:14 PM, Oliver Neukum wrote:
Am Samstag, 24. Oktober 2009 18:44:34 schrieb Gonsolo:
Hi!
The following script fixes an annoying 62 second hang when resuming
while my Nova-T stick is connected to my notebook.
Do you have any idea why it doesn't find its firmware?
Known issue.
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 24 19:00:03 CEST 2009
path:http://www.linuxtv.org/hg/v4l-dvb
changeset: 13156:f6680fa8e7ec
gcc version: gcc
Am Samstag, 24. Oktober 2009 18:44:34 schrieb Gonsolo:
> Hi!
>
> The following script fixes an annoying 62 second hang when resuming
> while my Nova-T stick is connected to my notebook.
>
Do you have any idea why it doesn't find its firmware?
Regards
Oliver
--
To unsubscri
Hi Mauro,
Please pull from:
http://linuxtv.org/hg/~hgoede/gspca
For a new gspca subdriver adding support fopr stv0680 based webcams
(replacing the old v4l1 stv0680 driver). If possible I would like to see
this make 2.6.32 .
Thanks & Regards,
Hans
--
To unsubscribe from this list: send the line
Hi!
The following script fixes an annoying 62 second hang when resuming
while my Nova-T stick is connected to my notebook.
echo /etc/pm/sleep.d/50_dvb_usb_dib0700_quirk:
#!/bin/sh
case "$1" in
hibernate|suspend)
rmmod dvb_usb_dib0700
;;
thaw|resume)
modprobe dvb_usb_dib0700
;;
*)
Jean Delvare wrote:
Hi folks,
I am looking for details regarding the DVB frontend API. I've read
linux-dvb-api-1.0.0.pdf, it roughly explains what the FE_READ_BER,
FE_READ_SNR, FE_READ_SIGNAL_STRENGTH and FE_READ_UNCORRECTED_BLOCKS
commands return, however it does not give any information about
This one adds support to Pinnacle PCTV310e hybrid tuner card,
for DVB-T and remote control, still no analog video.
Ciao
Max
# HG changeset patch
# User Massimo Del Fedele
# Date 1256399510 -7200
# Node ID a855c30249ce7be8f6726e20835becbee8dacd1c
# Parent f6680fa8e7ec88bbfbedddc7c3e99003e328a1
Dear all,
I am working on Mygica X8558Pro GB20600(A.K.A DMB-TH) with help from
hardware vendor. It features Maxim MAX2165 tuner and Altobeam ATBM8830
demodulator.
I've created a repository at
http://bitbucket.org/davidtlwong/mygica_x8558pro
You can get a copy by:
hg clone http://bitb
I encounter a compilation error on gcc 4.3.3 ubuntu 9.04 x86_64.
The compiler complains missing parameter name for first parameter of
function dib7000p_pid_filter().
attached patch fix the problem.
David
changeset: 13157:df47ca1f4db5
user:David T.L. Wong
date:Sat Oct 24 23:
Function wake_up() needs include sched.h.
Apparently, commit d43c36dc6b357fa1806800f18aa30123c747a6d1
changed the include chain, removing linux/sched.h
Signed-off-by: Robert Jarzmik
--
Kernelversion: v2.6.32-rc5
---
drivers/media/video/pxa_camera.c |1 +
1 files changed, 1 insertions(+), 0
Hi all,
in my vdr works a technotrend 3650 USB-Box, which uses a stb6100.ko. This
module is flooding my logfiles with bandwidth-messages all the time. I have a
file dvb.conf in /etc/modprobe.d (ubuntu 9.04), in which i wrote:
options stb6100 verbode=0
What is wrong? The module is still chattin
On Sat, 24 Oct 2009, [UTF-8] Ozan ÃaÄlayan wrote:
> Alan Stern wrote:
> > Okay, that proves this really is a timing bug in the hardware. But we
> > can't go around putting 2-millisecond delays in the kernel! Maybe you
> > can test to see if smaller delays will fix the problem. If 50
> > micro
Hi,
I've made tests with my Kworld board:
Model: DVB-T 323U
Vendor/Product id: [eb1a:e323].
Test made:
- Analog [Worked]
- DVB [not tested]
Sound works with `arecord -v -D hw:1,0 -r 48000 -c 2 -f S16_LE | aplay
-Dplug:surround51` hint.
Tested-by: bogdan.paranitca
--
To unsubscribe fr
Alan Stern wrote:
> Okay, that proves this really is a timing bug in the hardware. But we
> can't go around putting 2-millisecond delays in the kernel! Maybe you
> can test to see if smaller delays will fix the problem. If 50
> microseconds or less doesn't work then it will be necessary to add a
19 matches
Mail list logo