After some amateur debugging and mucking around with the source code
since I was getting segfaults while running atsc_epg from the latest
hg tip, I discovered two things:
atsc_text_segment_decode() will segfault if its second parameter is an
empty string
parse_events() is (for some reason I don't
Hi Alex,
On Tue, Mar 20, 2012 at 5:54 AM, Alex Gershgorin wrote:
>
> Hi all,
>
> Good news...
> After several number of changes, yesterday the camera started to work :-)
> I will prepare some patches and send them.
Ok, great! Besides your mx35 clock patches: any other patch is
required to gettin
Hi Steinar,
thanks for the help with the driver!
I started some testing and so far the changes seem to be fine, but I
still get freezes from time to time. I have to admit that I still need
to test if I get the same error with other applications than mythtv.
Anyway I would like to see the chan
On Thu, Mar 22, 2012 at 08:34:53PM +, Mark Brown wrote:
> + .pm = msp3400_pm_ops,
Gah, missing &s - will resend tomorrow.
signature.asc
Description: Digital signature
The legacy I2C PM functions have been deprecated and warning on boot
for over a year, convert the drivers still using them to dev_pm_ops.
Signed-off-by: Mark Brown
---
drivers/media/video/msp3400-driver.c | 13 +
drivers/media/video/tuner-core.c | 13 +
2 files ch
Hello,
On 03/22/2012 08:37 PM, Marek Chmielewski wrote:
You need to at least add your "Signed-off-by" in order to have the patch
applied to the mainline kernel. Also, it would be good to send the patch
inlined, rather than as an attachment.
I suggest using git format-patch, git send-email.
Mo
I have been following this mailing list for a couple of years now, because I
by mistake bought a HVR900H (I thought it was a HVR900).
However, I still have the stick and I'm wondering if I should throw it away.
The thing is that I have never seen a post on the list stating something
like 'TM6000/T
--
Pozdrawiam
Marek Chmielewski
--- tm6000-cards.c.bakup 2012-03-10 14:34:07.471348336 +0100
+++ tm6000-cards.c 2012-03-10 15:18:09.856380721 +0100
@@ -615,6 +615,7 @@
struct usb_device_id tm6000_id_table[] = {
{ USB_DEVICE(0x6000, 0x0001), .driver_info = TM5600_BOARD_GENERIC },
{ USB_DEVICE(
Hi,
I have a very new Hauppauge HD-PVR for which the drivers in git do not
work. I'm sure it must be because the device is so new. I'd be happy
to work with/test drivers for anyone who will update the drivers.
Hardware info:
HPDVR model #: SL-1212-V5.5-US
serial #: 00a7d2a1
usb
Add PnP support to radio-gemtek for AOpen FX-3D/Pro Radio card
(AD1816 + Gemtek radio).
Signed-off-by: Ondrej Zary
diff --git a/drivers/media/radio/radio-gemtek.c
b/drivers/media/radio/radio-gemtek.c
index 9d7fdae..235c0e3 100644
--- a/drivers/media/radio/radio-gemtek.c
+++ b/drivers/media/radi
Add PnP support to the new ISA radio framework.
Signed-off-by: Ondrej Zary
diff --git a/drivers/media/radio/radio-isa.c b/drivers/media/radio/radio-isa.c
index 02bcead..ed9039f 100644
--- a/drivers/media/radio/radio-isa.c
+++ b/drivers/media/radio/radio-isa.c
@@ -26,6 +26,7 @@
#include
#inclu
This message is generated daily by a cron job that builds media_tree for
the kernels and architectures in the list below.
Results of the daily build of media_tree:
date:Thu Mar 22 19:00:26 CET 2012
git hash:f92c97c8bd77992ff8bd6ef29a23dc82dca799cb
gcc version: i686-linux-gcc (GCC
Mauro,
Please merge this small patch for a USB ID addition
The following changes since commit f92c97c8bd77992ff8bd6ef29a23dc82dca799cb:
Mauro Carvalho Chehab (1):
[media] update CARDLIST.em28xx
are available in the git repository at:
git://linuxtv.org/mkrufky/hauppauge.git windham-i
Hi Mauro et all,
As discussed here is a pull request for the long time pending
"poll: add poll_requested_events() and poll_does_not_wait() functions"
patch & related patches.
As already mentioned on irc when you ask Linus to pull this please
add a note that Al Viro is ok with this change for in
Get rid of several unused parameters in struct em28xx_usb_isoc_ctl.
Signed-off-by: Gianluca Gennari
---
drivers/media/video/em28xx/em28xx-core.c |1 -
drivers/media/video/em28xx/em28xx.h | 14 --
2 files changed, 0 insertions(+), 15 deletions(-)
diff --git a/drivers/media
On Thu, Mar 22, 2012 at 10:20:37AM +0530, Bhupesh Sharma wrote:
> This patch removes the non-required spinlock acquire/release calls on
> 'queue_irqlock' from 'uvc_queue_next_buffer' routine.
>
> This routine is called from 'video->encode' function (which translates to
> either
> 'uvc_video_encod
Stop the URBs in em28xx_stop_streaming(), so that em28xx_irq_callback()
cannot be called after the streaming has stopped.
This should eliminate the crashes reported by Antti Palosaari and the warnings
reported by Andy Furniss.
Signed-off-by: Gianluca Gennari
---
drivers/media/video/em28xx/em28x
On Mon, Mar 19, 2012 at 03:19:09PM +0100, Bjørn Mork wrote:
> The user base is too small to get any feedback without getting the
> patches into mainline. I suggest you submit the parts you'd like to use
> yourself. That's the only way to get them tested.
Well, it's still pretty much blind coding
Hello.
On 22-03-2012 8:50, Bhupesh Sharma wrote:
This patch removes the non-required spinlock acquire/release calls on
'queue_irqlock' from 'uvc_queue_next_buffer' routine.
'queue->irqlock' maybe?
This routine is called from 'video->encode' function (which translates to either
'uvc_video
Il 22/03/2012 12:00, Antti Palosaari ha scritto:
> Hello
> I am running Kernel 3.3-rc7 + around week old linux-media.
>
> During the implementation of MaxMedia UB425-TC and PCTV QuatroStick nano
> (520e) device support I ran very many crashes likely when unloading
> modules. Here is Kernel Panic [
Hi Sumit,
On Tuesday 20 March 2012 20:45:00 Semwal, Sumit wrote:
> On Tue, Mar 6, 2012 at 5:08 PM, Tomasz Stanislawski wrote:
> > Hello everyone,
> > This patchset is an incremental patch to patchset created by Sumit Semwal
> > [1]. The patches are dedicated to help find a better solution for supp
Hello
I am running Kernel 3.3-rc7 + around week old linux-media.
During the implementation of MaxMedia UB425-TC and PCTV QuatroStick nano
(520e) device support I ran very many crashes likely when unloading
modules. Here is Kernel Panic [1].
Today it crashes just during PCTV 520e stress test.
22 matches
Mail list logo