Hauppauge Aero-M Driver Problem

2011-08-13 Thread Trip Ericson
Hello, all: Since my previous e-mail, I was able to get a Linux driver for the tuner from Hauppauge. It came in the form of a v4l tree with the driver included. I adjusted the v4l/.config file to only build the necessary driver. Once it built and I invoked depmod -a, I hooked in my tuner, i

Re: PCTV 290e nanostick and remote control support

2011-08-13 Thread Devin Heitmueller
On Sat, Aug 13, 2011 at 9:43 PM, Chris Rankin wrote: > Hi, > > The rc-pinnacle-pctv-hd keymap is missing the definition of the OK key: > > --- linux-3.0/drivers/media/rc/keymaps/rc-pinnacle-pctv-hd.c.orig       > 2011-08-14 02:42:01.0 +0100 > +++ linux-3.0/drivers/media/rc/keymaps/rc-pinn

Re: PCTV 290e nanostick and remote control support

2011-08-13 Thread Chris Rankin
Hi, The rc-pinnacle-pctv-hd keymap is missing the definition of the OK key: --- linux-3.0/drivers/media/rc/keymaps/rc-pinnacle-pctv-hd.c.orig 2011-08-14 02:42:01.0 +0100 +++ linux-3.0/drivers/media/rc/keymaps/rc-pinnacle-pctv-hd.c2011-08-14 02:12:45.0 +0100 @@ -20,6 +2

Re: PCTV 290e nanostick and remote control support

2011-08-13 Thread Chris Rankin
--- On Sat, 13/8/11, Antti Palosaari wrote: > Remote is already supported, but from the 3.1 or maybe 3.2 > (I am not sure if Mauro was hurry to sent it 3.1). Hi, This appears to be the diff from 3.1 that adds RC support: --- linux-3.0/drivers/media/video/em28xx/em28xx-cards.c.orig2011-08-13

Re: PCTV 290e nanostick and remote control support

2011-08-13 Thread Antti Palosaari
Hello On 08/13/2011 10:36 PM, Chris Rankin wrote: > I've just acquired a PCTV 290e nanostick, and have successfully tuned it into > a DVB-T2 MUX. Yay! :-). > > However, before declaring total victory, I have noticed that no-one has yet > wired up the device's IR support in the em28xx driver. Th

Re: [PATCH] omap3isp: Move platform data definitions from isp.h to media/omap3isp.h

2011-08-13 Thread Sakari Ailus
On Sat, Aug 13, 2011 at 11:37:40PM +0300, Sakari Ailus wrote: > Hi Laurent, > On Fri, Aug 12, 2011 at 10:38:35PM +0200, Laurent Pinchart wrote: > > drivers/media/video/omap3isp/isp.h is not a proper location for a header > > that needs to be included from board code. Move the platform data > > def

Re: size of raw bayer data

2011-08-13 Thread Sakari Ailus
On Sun, Aug 14, 2011 at 12:37:10AM +0530, Veda N wrote: > On Sat, Aug 13, 2011 at 11:56 PM, Paulo Assis wrote: > > Hi, > > > > 2011/8/13 Veda N : > >> what should be the size of a raw bayer data from the driver. > >> > >> for 640x480 = i get 640x480x2. > > > > Is this in bytes? > > > >> > >> Shoul

Re: [PATCH] omap3isp: Move platform data definitions from isp.h to media/omap3isp.h

2011-08-13 Thread Sakari Ailus
Hi Laurent, On Fri, Aug 12, 2011 at 10:38:35PM +0200, Laurent Pinchart wrote: > drivers/media/video/omap3isp/isp.h is not a proper location for a header > that needs to be included from board code. Move the platform data > definitions to media/omap3isp.h. > > Board code still needs to include isp

PCTV 290e nanostick and remote control support

2011-08-13 Thread Chris Rankin
Hi, I've just acquired a PCTV 290e nanostick, and have successfully tuned it into a DVB-T2 MUX. Yay! :-). However, before declaring total victory, I have noticed that no-one has yet wired up the device's IR support in the em28xx driver. The adapter ships with a tiny RC with only 26 buttons, wh

[cron job] v4l-dvb daily build: WARNINGS

2011-08-13 Thread Hans Verkuil
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 Aug 13 19:00:35 CEST 2011 git hash:9bed77ee2fb46b74782d0d9d14b92e9d07f3df6e gcc version: i686-linux-gcc (GCC) 4.6

Re: size of raw bayer data

2011-08-13 Thread Veda N
On Sat, Aug 13, 2011 at 11:56 PM, Paulo Assis wrote: > Hi, > > 2011/8/13 Veda N : >> what should be the size of a raw bayer data from the driver. >> >> for 640x480 = i get 640x480x2. > > Is this in bytes? > >> >> Shouldnt i get more? It shoule be more than yuv422/rgb565 >> > > No, that depends on

Re: size of raw bayer data

2011-08-13 Thread Paulo Assis
Hi, 2011/8/13 Veda N : > what should be the size of a raw bayer data from the driver. > > for 640x480 = i get 640x480x2. Is this in bytes? > > Shouldnt i get more? It shoule be more than yuv422/rgb565 > No, that depends on the pixel size, so for 8 bit pixel you should get 640x480 bytes, for 12

size of raw bayer data

2011-08-13 Thread Veda N
what should be the size of a raw bayer data from the driver. for 640x480 = i get 640x480x2. Shouldnt i get more? It shoule be more than yuv422/rgb565 -- Regards, S. N. Veda -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kerne

[PATCH 2/2] omap3isp: video: Avoid crashes when pipeline set stream operation fails

2011-08-13 Thread Laurent Pinchart
If streaming can't be enabled on the pipeline, the DMA buffers queue is not emptied. If the buffers then get freed the queue will end up referencing free memory. This is usually not an issue, as the DMA queue will be reinitialized the next time streaming is enabled, before enabling the hardware. H

[PATCH 1/2] omap3isp: Don't fail streamon when the sensor doesn't implement s_stream

2011-08-13 Thread Laurent Pinchart
The code handles subdevs with no s_stream operation correctly, but returns -ENOIOCTLCMD by mistake if the first subdev in the chain has no s_stream operation. Return 0 in that case. Signed-off-by: Laurent Pinchart --- drivers/media/video/omap3isp/isp.c |6 +++--- 1 files changed, 3 insertion

Re: Problems with Tevii S660

2011-08-13 Thread Josu Lazkano
I got it!!! I get it working in this ubuntuforums thread: http://ubuntuforums.org/showthread.php?p=11147182 There are lots of firmware versions and good support. I added on the linuxtv wiki page a reference for Debian Squeeze installation: http://linuxtv.org/wiki/index.php/TeVii_S660#Linux_suppor

Re: Is V4L2_PIX_FMT_RGB656 RGB or BGR ?

2011-08-13 Thread Laurent Pinchart
Hi Mauro, On Friday 12 August 2011 21:18:32 Mauro Carvalho Chehab wrote: > Em 12-08-2011 13:26, Laurent Pinchart escreveu: > > According to http://linuxtv.org/downloads/v4l-dvb-apis/packed-rgb.html, > > V4L2_PIX_FMT_RGB565 is defined as > > > > Identifier Byte 0 in memory Byte

Re: [PATCH/RFC] fbdev: Add FOURCC-based format configuration API

2011-08-13 Thread Geert Uytterhoeven
Hi LAurent, On Thu, Aug 11, 2011 at 19:19, Laurent Pinchart wrote: > On Monday 01 August 2011 11:49:46 Geert Uytterhoeven wrote: >> As several of the FOURCC formats duplicate formats you can already specify >> in some other way (e.g. the RGB and greyscale formats), and as FOURCC makes >> life eas

Re: [mythtv-users] Anyone tested the DVB-T2 dual tuner TBS6280?

2011-08-13 Thread Lawrence Rust
On Tue, 2011-08-09 at 12:35 +0200, Harald Gustafsson wrote: > Hi, > > I searched for a dual tuner PCI-e DVB-T2 card with Linux support and > found this TBS6280 card: > http://tbsdvb.blog.com/2011/07/22/tbs-6280-freeview-hd-twin-tuner-card/ > http://www.buydvb.net/tbs6280-pcie-dvbt2t-dual-tuner-car