kernel oops with TT S2-3200

2010-05-22 Thread dave cunningham
I'm running debian testing on an AMD Sempron box, kernel 2.6.32-3amd64, with a TT S2-3200. I've been setting the box up as a Myth TV backend. The stock kernel drivers for the S2-3200 appear to work (to the extent that I was able to scan for channels in Myth TV) however I was getting errors du

Re: [patch] video/saa7134: potential null dereferences in debug code

2010-05-22 Thread Jean Delvare
Hi Dan, On Sat, 22 May 2010 22:15:35 +0200, Dan Carpenter wrote: > I modified the dprintk and i2cdprintk macros to handle null dev and ir > pointers. There are two couple places that call dprintk() when "dev" is > null. One is in get_key_msi_tvanywhere_plus() and the other is in > get_key_flydvb

[patch] video/saa7134: potential null dereferences in debug code

2010-05-22 Thread Dan Carpenter
I modified the dprintk and i2cdprintk macros to handle null dev and ir pointers. There are two couple places that call dprintk() when "dev" is null. One is in get_key_msi_tvanywhere_plus() and the other is in get_key_flydvb_trio(). Signed-off-by: Dan Carpenter diff --git a/drivers/media/video

[patch] em28xx: remove unneeded null checks

2010-05-22 Thread Dan Carpenter
The "dev" variable is used as a list cursor in a list_for_each_entry() loop and can never be null here so I removed the check. Signed-off-by: Dan Carpenter diff --git a/drivers/media/video/em28xx/em28xx-core.c b/drivers/media/video/em28xx/em28xx-core.c index 331e1ca..44c63cb 100644 --- a/driver

Re: VIDIOC_G_STD, VIDIOC_S_STD, VIDIO_C_ENUMSTD for outputs

2010-05-22 Thread Ian Armstrong
On Saturday 22 May 2010, Andy Walls wrote: > On Sat, 2010-05-22 at 15:06 +0100, Andre Draszik wrote: > > Hi, > > > > As per the spec, the above ioctl codes are defined for inputs only - > > it would be useful if there were similar codes for outputs. > > > > I therefore propose to add the followin

[PATCH 04/12] V4L/DVB: ngene: remove unused #include

2010-05-22 Thread Huang Weiyi
Remove unused #include ('s) in drivers/media/dvb/ngene/ngene-dvb.c drivers/media/dvb/ngene/ngene-i2c.c Signed-off-by: Huang Weiyi --- drivers/media/dvb/ngene/ngene-dvb.c |1 - drivers/media/dvb/ngene/ngene-i2c.c |1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a/dri

Fwd: cx18 module not loading

2010-05-22 Thread J McBride
It was suggested at ivtv-users that this be reported to this list. Please let me know if I can provide some more information, or if there is something that will help my problem. Thanks, Jeff -- Forwarded message -- From: J McBride Date: Sat, May 22, 2010 at 11:17 AM Subject: c

Re: VIDIOC_G_STD, VIDIOC_S_STD, VIDIO_C_ENUMSTD for outputs

2010-05-22 Thread Andy Walls
On Sat, 2010-05-22 at 15:06 +0100, Andre Draszik wrote: > Hi, > > As per the spec, the above ioctl codes are defined for inputs only - > it would be useful if there were similar codes for outputs. > > I therefore propose to add the following: > > VIDIOC_G_OUTPUT_STD > VIDIOC_S_OUTPUT_STD > VIDIO

VIDIOC_G_STD, VIDIOC_S_STD, VIDIO_C_ENUMSTD for outputs

2010-05-22 Thread Andre Draszik
Hi, As per the spec, the above ioctl codes are defined for inputs only - it would be useful if there were similar codes for outputs. I therefore propose to add the following: VIDIOC_G_OUTPUT_STD VIDIOC_S_OUTPUT_STD VIDIOC_ENUM_OUTPUT_STD which would behave similar to the above, but for output d

Mystique SaTiX-S2 V2 CI Dual & Mystique CI Interface f. Mystique SaTiX-S2 Dual

2010-05-22 Thread Ronald Flou
Hallo, I own the following cards: Mystique SaTiX-S2 V2 CI Dual Mystique CI Interface f. Mystique SaTiX-S2 Dual The Mystique SaTiX-S2 V2 CI Dual is working following the instructions on http://www.linuxtv.org/wiki/index.php/Mystique_SaTiX-S2_Dual and http://www.vdr-portal.de/board/threa

Re: Afatech 9035 + NXP 18291 = GT-U7200

2010-05-22 Thread João Seabra
Anyone? :-) Thanks On Sun, 2010-05-16 at 00:04 +0100, João Seabra wrote: > Good evening, > > I have a gigabyte gt-u7200 but since it's new i believe there aren't any > drivers available > On the webpage > http://www.gigabyte.com.tw/Products/TVCard/Products_Spec.aspx?ClassValue=TV+Card&ProductID=

[PATCH 9/27] drivers/media: Use memdup_user

2010-05-22 Thread Julia Lawall
From: Julia Lawall Use memdup_user when user data is immediately copied into the allocated region. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ expression from,to,size,flag; position p; identifier l1,l2; @@ - to = \(kmal...@p\|kzal...@p\)(size,f

Re: [PATCH] SH: add Video Output Unit and AK8813 video encoder support on ecovec

2010-05-22 Thread Paul Mundt
On Wed, Apr 21, 2010 at 10:45:25AM +0200, Guennadi Liakhovetski wrote: > Ecovec uses the AK8813 video envoder similarly to the ms7724se platform with > the only difference, that on ecovec GPIOs are used for resetting and powering > up and down the chip. > > Signed-off-by: Guennadi Liakhovetski >

Re: [PATCH 3/3] sh: add Video Output Unit (VOU) and AK8813 TV-encoder support to ms7724se

2010-05-22 Thread Paul Mundt
On Thu, Mar 11, 2010 at 02:45:00PM +0100, Guennadi Liakhovetski wrote: > Add platform bindings, GPIO initialisation and allocation and AK8813 reset > code > to ms7724se. > > Signed-off-by: Guennadi Liakhovetski > --- > > Obviously depends on the previous two VOU and AK881x patches, sorry for >