On Sun, Jun 13, 2010 at 01:57:40PM -0600, Grant Likely wrote:
> On brief review, they look like completely different issues. I doubt
> the second patch will fix the flexcop-pci issue.
It will, see how name wht slashes propagated by request_irq()
--
To unsubscribe from this list: send the line "un
Hi,
13 червня 2010 о 15:46 -0400 Devin Heitmueller написав(-ла):
> I finally found a couple of hours to debug this issue. Please try the
> attached patch and report back whether it addresses the problem you
> were seeing with the fields shifting left/right.
Thanks, that patch fixes the shifting p
I tried to build new drivers from v4l hg for 06/08/10 and when I tried
to load drivers I got a kernel oops. Kernel is 2.6.34 64bit for amd cpu
http://pastebin.com/7KwJtFJg
Jun 13 14:35:40 x64VDR kernel: IR JVC protocol handler initialized
Jun 13 14:35:40 x64VDR kernel: IR Sony protocol handler
On Wed, Jun 09, 2010 at 09:25:44PM -0400, Jarod Wilson wrote:
> On Wed, Jun 9, 2010 at 2:15 PM, Jarod Wilson wrote:
> > On Wed, Jun 09, 2010 at 07:56:21PM +0200, David Härdeman wrote:
> >> On Wed, Jun 09, 2010 at 09:29:08AM -0400, Jarod Wilson wrote:
> ...
> >> > So this definitely negatively impa
This patch moves the state from each raw decoder into the
ir_raw_event_ctrl struct.
This allows the removal of code like this:
spin_lock(&decoder_lock);
list_for_each_entry(data, &decoder_list, list) {
if (data->ir_dev == ir_dev)
break;
With the current logic, each raw decoder needs to add a copy of the exact
same sysfs code. This is both unnecessary and also means that (re)loading
an IR driver after raw decoder modules have been loaded won't work as
expected.
This patch moves that logic into ir-raw-event and adds a single sysfs
The following two patches implement the same ir raw decoder centralization
changes I've proposed before, but now with some changes (client register
and unregister callbacks have been fixed wrt. module load order and
kept around) for lirc "decoding"...
---
David Härdeman (2):
ir-core: centra
On Sun, Jun 13, 2010 at 12:10 PM, Christian Kujau wrote:
> On Sun, 13 Jun 2010 at 17:22, Stefan Lippers-Hollmann wrote:
>> Still existing in 2.6.34 and 2.6.35 HEAD, however a patch fixing the issue
>> for b2c2-flexcop/ flexcop-pci has been posted last week:
>
> So, now we have two patches for slig
On Sun, Jun 13, 2010 at 11:09 AM, Eugeniy Meshcheryakov
wrote:
> Hi,
>
> I was waiting with reply to look at improvements you made in the driver.
> But the problem did not go away. Actually it became worser. In recent
> kernels the picture is not only shifted, but amount of shift changes
> with th
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 Jun 13 19:00:10 CEST 2010
path:http://www.linuxtv.org/hg/v4l-dvb
changeset: 14976:b594029d762f
git master:
Am 13.06.2010 17:22, schrieb Alan Stern:
On Sun, 13 Jun 2010, thomas schorpp wrote:
Am 13.06.2010 15:57, schrieb Alan Stern:
On Sun, 13 Jun 2010, thomas schorpp wrote:
ehci-hcd is broken and halts silently or disconnects after hours or a few days,
with the wlan usb adapter
How do you know
On Sun, 13 Jun 2010 at 17:22, Stefan Lippers-Hollmann wrote:
> Still existing in 2.6.34 and 2.6.35 HEAD, however a patch fixing the issue
> for b2c2-flexcop/ flexcop-pci has been posted last week:
So, now we have two patches for slightly different issues?
* http://lkml.indiana.edu/hypermail/linu
Convert the driver to use regulator framework instead of set_power callback.
This with gpio_reset platform data provide cleaner way to manage chip VIO,
VDD and reset signal inside the driver.
Signed-off-by: Jarkko Nikula
Cc: Eduardo Valentin
---
I don't have specifications for this chip so I don
Call to i2c_put_adapter was missing in radio_si4713_pdriver_probe and
radio_si4713_pdriver_remove.
Signed-off-by: Jarkko Nikula
Cc: Eduardo Valentin
---
drivers/media/radio/radio-si4713.c | 10 --
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/drivers/media/radio/radio
Hi Barry,
Am Sonntag, den 13.06.2010, 12:07 +0200 schrieb BOUWSMA Barry:
> On Sat (Saturday) 12.Jun (June) 2010, 05:10, VDR User wrote:
>
> > This patch simply changes the name of the av7110 driver to "AV7110"
> > instead of the generic "dvb" it's set to currently. Although it's
> > somewhat tr
My Compro VideoMate U3 DVB-T USB stick [eb1a:2870] does not work under
Debian squeeze (kernel 2.6.32). Below is the kernel message from
"modprobe em28xx":
> Jun 13 01:51:42 dvb kernel: [85382.931321] Linux video capture interface:
> v2.00
> Jun 13 01:51:42 dvb kernel: [85382.950628] em28xx: New d
Hello!
In the meanwhile i tried several different kernel versions:
- 2.6.26 (as included in Debian Lenny): crash
- 2.6.32-3 (as in Debian Squeeze): crash
- 2.6.32-5 (updated version in Debian Squeeze): crash
- 2.6.34: crash
In every kernel version I've tested, the crashdump looks the same. Each
t
Hi
On Sunday 13 June 2010, Rafael J. Wysocki wrote:
> This message has been generated automatically as a part of a report
> of regressions introduced between 2.6.33 and 2.6.34.
>
> The following bug entry is on the current list of known regressions
> introduced between 2.6.33 and 2.6.34. Please
On Sun, 13 Jun 2010, thomas schorpp wrote:
> Am 13.06.2010 15:57, schrieb Alan Stern:
> > On Sun, 13 Jun 2010, thomas schorpp wrote:
> >
> >> ehci-hcd is broken and halts silently or disconnects after hours or a few
> >> days, with the wlan usb adapter
> >
> > How do you know the bug is in ehci-h
Hi,
I was waiting with reply to look at improvements you made in the driver.
But the problem did not go away. Actually it became worser. In recent
kernels the picture is not only shifted, but amount of shift changes
with the time. Every second or so picture is shifted 1-2 pixels right
or left. Thi
Am 13.06.2010 15:57, schrieb Alan Stern:
On Sun, 13 Jun 2010, thomas schorpp wrote:
ehci-hcd is broken and halts silently or disconnects after hours or a few days,
with the wlan usb adapter
How do you know the bug is in ehci-hcd and not in the hardware?
All 3 usb devices and 2 different se
Hi,
I bought a TerraTec Cinergy T Stick Dual RC[1] which is not supported in
linux, AFAIK. The USB VID:PID is 0ccd:0099.
I didn't find much about it with google, so I opened it up. There are
five chips inside: AF9013-N1, AF9015A-N1, 2x MXL5007T and FM24C02 eeprom.
I'm not a kernel develope
On Sun, 13 Jun 2010, thomas schorpp wrote:
> ehci-hcd is broken and halts silently or disconnects after hours or a few
> days, with the wlan usb adapter
How do you know the bug is in ehci-hcd and not in the hardware?
> I was able to catch a dmesg err message like "ehci...force halt... handshake
Am 13.06.2010 09:12, schrieb C. Hemsing:
To the maintainer of the af9015, af9013 modules:
A recent kernel (but the problem had been the same with older kernels):
2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3 22:02:19 UTC 2010 i686 GNU/Linux
Latest (as of yesterday) checkout of v4l-dvb (but the pro
On Sat (Saturday) 12.Jun (June) 2010, 05:10, VDR User wrote:
> This patch simply changes the name of the av7110 driver to "AV7110"
> instead of the generic "dvb" it's set to currently. Although it's
> somewhat trivial, it still seems appropriate to fix the name to be
> descriptive of the driver.
This is not only a problem with saa7134, but also with other drivers like
budget-ci.
The bug was also present in 2.6.35-rc1
There have been several reports here in the list since a few weeks:
http://article.gmane.org/gmane.linux.drivers.video-input-infrastructure/20198
http://article.gmane.org/gm
To the maintainer of the af9015, af9013 modules:
A recent kernel (but the problem had been the same with older kernels):
2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3 22:02:19 UTC 2010 i686 GNU/Linux
Latest (as of yesterday) checkout of v4l-dvb (but the problem had been
the same with older checkouts
27 matches
Mail list logo