Re: [PATCH -mmotm] media: ak881x needs slab.h

2010-05-31 Thread Ingo Molnar
* Randy Dunlap wrote: > From: Randy Dunlap > > Add slab.h to fix ak881x build: > > drivers/media/video/ak881x.c:265:error: implicit declaration of function > 'kzalloc' > drivers/media/video/ak881x.c:265:warning: assignment makes pointer from > integer without a cast > drivers/media/video/ak

Re: 2.6.35-rc1 fails to boot: OOPS in ir_register_class

2010-05-31 Thread Martin Dauskardt
It's sad that this bug has gone into 2.6.35-rc1. I already reported it on 24.05.2010: http://article.gmane.org/gmane.linux.drivers.video-input-infrastructure/19564/ Unfortunately it didn't get any attention, which makes me a little bit depressive... What is the right way to report bugs if code

Re: ir-core multi-protocol decode and mceusb

2010-05-31 Thread Jarod Wilson
On Mon, May 31, 2010 at 6:31 PM, Mauro Carvalho Chehab wrote: > Em 31-05-2010 18:45, Andy Walls escreveu: >> On Mon, 2010-05-31 at 17:58 -0300, Mauro Carvalho Chehab wrote: > >>> I may be wrong (since we didn't write any TX support), but I think that a >>> rc_set_tx_parameters() wouldn't be necess

Re: [PATCH] drivers: remove all i2c_set_clientdata(client, NULL)

2010-05-31 Thread Dmitry Torokhov
On Mon, May 31, 2010 at 10:48:32PM +0100, Richard Purdie wrote: > On Mon, 2010-05-31 at 12:09 -0700, Dmitry Torokhov wrote: > > On Mon, May 31, 2010 at 02:55:48PM +0200, Wolfram Sang wrote: > > > I2C-drivers can use the clientdata-pointer to point to private data. As > > > I2C > > > devices are no

Re: [PATCH] tm6000: rewrite copy_streams

2010-05-31 Thread Stefan Ringel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 01.06.2010 00:09, schrieb Mauro Carvalho Chehab: > Em 31-05-2010 12:25, stefan.rin...@arcor.de escreveu: >> From: Stefan Ringel >> >> fusion function copy streams and copy_packets to new function copy_streams. > > > There's something wrong with th

Re: tm6000 audio urb

2010-05-31 Thread Mauro Carvalho Chehab
Em 31-05-2010 19:22, Luis Henrique Fagundes escreveu: > Hi, > > I'm having my first adventures on driver coding, trying to help audio > development of tm6000 based on Mauro's hints. > > According to Mauro and coding comments, the audio URBs are already > being received by tm6000-video. The copy_p

[PATCH 08/21] drivers/media: Remove unnecesary kmalloc casts

2010-05-31 Thread Joe Perches
Signed-off-by: Joe Perches --- drivers/media/dvb/siano/smscoreapi.c |4 +--- drivers/media/video/w9968cf.c|3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/media/dvb/siano/smscoreapi.c b/drivers/media/dvb/siano/smscoreapi.c index 0c87a3c..828bcc2 1006

a short video that developers will likely enjoy

2010-05-31 Thread CityK
The following is a link to an approx. 11min video. The connection pt. to what you are doing here comes in it in around the 8 min mark, so bear with it (though I highly doubt it will be in any way insufferable). I hope you enjoy this little diversion (I think most will). http://www.youtube.com/wat

Re: PROBLEM: 2.6.34-rc7 kernel panics "BUG: unable to handle kernel NULL pointer dereference at (null)" while channel scan running

2010-05-31 Thread Andy Walls
On Sun, 2010-05-30 at 12:33 +0200, Silamael wrote: > Hi there, > > When i try to scan for available DBV-S channels kernel panics: > BUG: unable to handle kernel NULL pointer dereference at (null) > > I'm trying to setup a TV box. Contains an Intel Atom N270 CPU, 2GB RAM, > 1 TB SATA Hard-Drive. M

Re: ir-core multi-protocol decode and mceusb

2010-05-31 Thread Mauro Carvalho Chehab
Em 31-05-2010 18:45, Andy Walls escreveu: > On Mon, 2010-05-31 at 17:58 -0300, Mauro Carvalho Chehab wrote: >> I may be wrong (since we didn't write any TX support), but I think that a >> rc_set_tx_parameters() wouldn't be necessary, as I don't see why the driver >> will >> change the parameters

Re: Soc-camera and 2.6.33

2010-05-31 Thread Robert Jarzmik
Guennadi Liakhovetski writes: > Hi Robert > > a lot of things changed in and around soc-camera between 2.6.30 and > .33... E.g., previously you could load driver modules in any order, it > would work in any case. Now if you load your host driver (pxa) and your > client driver is not there yet,

tm6000 audio urb

2010-05-31 Thread Luis Henrique Fagundes
Hi, I'm having my first adventures on driver coding, trying to help audio development of tm6000 based on Mauro's hints. According to Mauro and coding comments, the audio URBs are already being received by tm6000-video. The copy_packet function correctly filters video packets (identified as cmd=1,

Re: [PATCH] tm6000: rewrite copy_streams

2010-05-31 Thread Mauro Carvalho Chehab
Em 31-05-2010 12:25, stefan.rin...@arcor.de escreveu: > From: Stefan Ringel > > fusion function copy streams and copy_packets to new function copy_streams. There's something wrong with this patch: $ patch -p1 -i /tmp/tm6000\:\ rewrite\ copy_streams.eml -l (Stripping trailing CRs from patch.) p

Re: [PATCH] drivers: remove all i2c_set_clientdata(client, NULL)

2010-05-31 Thread Richard Purdie
On Mon, 2010-05-31 at 12:09 -0700, Dmitry Torokhov wrote: > On Mon, May 31, 2010 at 02:55:48PM +0200, Wolfram Sang wrote: > > I2C-drivers can use the clientdata-pointer to point to private data. As I2C > > devices are not really unregistered, but merely detached from their driver, > > it > > used

Re: Soc-camera and 2.6.33

2010-05-31 Thread Guennadi Liakhovetski
Hi Robert On Mon, 31 May 2010, Robert Jarzmik wrote: > I tried to upgrade from 2.6.30 to 2.6.33 and verify my board (ie. the mt9m111 > sensor with pxa_camera host). > > I'm a bit surprised it didn't work. I dig just a bit, and found that : > - in soc_camera_init_i2c(), the following call fails

Re: ir-core multi-protocol decode and mceusb

2010-05-31 Thread Andy Walls
On Mon, 2010-05-31 at 17:58 -0300, Mauro Carvalho Chehab wrote: > Em 31-05-2010 16:38, Andy Walls escreveu: > > On Mon, 2010-05-31 at 16:06 -0300, Mauro Carvalho Chehab wrote: > >> Hi Andy, > >> > >> Em 31-05-2010 09:15, Andy Walls escreveu: > I've now got an ir-lirc-codec bridge passing data

Re: 2.6.35-rc1 fails to boot: OOPS in ir_register_class

2010-05-31 Thread Mauro Carvalho Chehab
Em 31-05-2010 16:31, Andy Walls escreveu: > On Mon, 2010-05-31 at 07:25 +0200, Torsten Kaiser wrote: >> Trying to boot the new -rc1 it fails with the following OOPS: >> [3.454804] IR NEC protocol handler initialized >> [3.461310] IR RC5(x) protocol handler initialized >> [3.467865] IR R

Re: ir-core multi-protocol decode and mceusb

2010-05-31 Thread Mauro Carvalho Chehab
Em 31-05-2010 16:38, Andy Walls escreveu: > On Mon, 2010-05-31 at 16:06 -0300, Mauro Carvalho Chehab wrote: >> Hi Andy, >> >> Em 31-05-2010 09:15, Andy Walls escreveu: I've now got an ir-lirc-codec bridge passing data over to a completely unmodified lirc_dev, with the data then making its

Re: [PATCH] drivers: remove all i2c_set_clientdata(client, NULL)

2010-05-31 Thread Jean Delvare
Hi Dmitry, On Mon, 31 May 2010 12:09:12 -0700, Dmitry Torokhov wrote: > Frankly I'd prefer taking input stuff through my tree with the goal of > .36 merge window just to minimize potential merge issues. This is a > simple cleanup patch that has no dependencies, so there is little gain > from doing

Soc-camera and 2.6.33

2010-05-31 Thread Robert Jarzmik
I tried to upgrade from 2.6.30 to 2.6.33 and verify my board (ie. the mt9m111 sensor with pxa_camera host). I'm a bit surprised it didn't work. I dig just a bit, and found that : - in soc_camera_init_i2c(), the following call fails subdev = v4l2_i2c_new_subdev_board(&ici->v4l2_dev, adap,

Kaffeine 1.0 released

2010-05-31 Thread Christoph Pfister
See the announcement at http://kaffeine.kde.org/?q=node/27 Christoph -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: ir-core multi-protocol decode and mceusb

2010-05-31 Thread Andy Walls
On Mon, 2010-05-31 at 16:06 -0300, Mauro Carvalho Chehab wrote: > Hi Andy, > > Em 31-05-2010 09:15, Andy Walls escreveu: > >> I've now got an ir-lirc-codec bridge passing data over to a completely > >> unmodified lirc_dev, with the data then making its way out to the > >> lircd userspace where its

Re: 2.6.35-rc1 fails to boot: OOPS in ir_register_class

2010-05-31 Thread Andy Walls
On Mon, 2010-05-31 at 07:25 +0200, Torsten Kaiser wrote: > Trying to boot the new -rc1 it fails with the following OOPS: > [3.454804] IR NEC protocol handler initialized > [3.461310] IR RC5(x) protocol handler initialized > [3.467865] IR RC6 protocol handler initialized > [3.474070]

[patch] V4L/DVB: remove unneeded null check in anysee_probe()

2010-05-31 Thread Dan Carpenter
Smatch complained because "d" is dereferenced first and then checked for null later . The only code path where "d" could be a invalid pointer is if this is a cold device in dvb_usb_device_init(). I consulted Antti Palosaari and he explained that anysee is always a warm device. I have added a co

Re: [PATCH 1/3] Gspca-gl860 driver update

2010-05-31 Thread Theodore Kilgore
On Mon, 31 May 2010, Jean-Francois Moine wrote: > On Mon, 31 May 2010 00:24:21 +0200 > Olivier Lorin wrote: > > > - Change of rounded image resolutions to the real ones > > - Fix for an irrelevant OV9655 image resolution identifier name > > - Extra spaces to align some variable names and a def

Re: dereferencing uninitialized variable in anysee_probe()

2010-05-31 Thread Dan Carpenter
On Mon, May 31, 2010 at 06:22:49PM +0300, Antti Palosaari wrote: > Terve Dan, > > On 05/31/2010 06:09 PM, Dan Carpenter wrote: >> Hi I'm going through some smatch stuff and I had a question. >> >> drivers/media/dvb/dvb-usb/anysee.c +482 anysee_probe(30) >> warn: variable dereferenced before ch

[cron job] v4l-dvb daily build 2.6.22 and up: ERRORS, 2.6.16-2.6.21: ERRORS

2010-05-31 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:Mon May 31 19:00:28 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14875:304cfde05b3f git master:

Re: [PATCH] drivers: remove all i2c_set_clientdata(client, NULL)

2010-05-31 Thread Dmitry Torokhov
Hi Wolfram, On Mon, May 31, 2010 at 02:55:48PM +0200, Wolfram Sang wrote: > I2C-drivers can use the clientdata-pointer to point to private data. As I2C > devices are not really unregistered, but merely detached from their driver, it > used to be the drivers obligation to clear this pointer during

Re: ir-core multi-protocol decode and mceusb

2010-05-31 Thread Mauro Carvalho Chehab
Hi Andy, Em 31-05-2010 09:15, Andy Walls escreveu: >> I've now got an ir-lirc-codec bridge passing data over to a completely >> unmodified lirc_dev, with the data then making its way out to the >> lircd userspace where its even getting properly decoded. I don't have >> the transmit side of things

Re: [PATCH] input: fix error at the default input_get_keycode call

2010-05-31 Thread Valdis . Kletnieks
On Thu, 20 May 2010 13:51:46 EDT, valdis.kletni...@vt.edu said: *ping*? Still broken in a linux-next pull I did about an hour ago. The patch fixed one oops, but it just died a little further down - I'm guessing it missed a case? > > input_default_getkeycode_from_index() returns the scancode at

Re: question about v4l2_subdev

2010-05-31 Thread Andy Walls
On Mon, 2010-05-31 at 17:38 +0200, Sedji Gaouaou wrote: > Hi, > > I am currently working on the atmel video driver, and I am facing a issue. > I have written a driver for the ov2640 omnivison sensor(enclosed). In > the ov2640 driver I am using the v4l2_subdev API. The point is I don't > how how

Re: fr-Nantes file outdated

2010-05-31 Thread Charles
French TV "Arte" keeps broadcasting announcements claiming that on June 6th, its multiplexer will change and to keep watching Arte, we'll have to rescan channels. Stay tuned! Charles. 2010/5/31 Christoph Pfister : > 2010/5/28 Charles : >> Hello, >> >> I found out that frequencies listed here ar

Re: fr-Nantes file outdated

2010-05-31 Thread Christoph Pfister
2010/5/28 Charles : > Hello, > > I found out that frequencies listed here are outdated: > http://linuxtv.org/hg/dvb-apps/file/7de0663facd9/util/scan/dvb-t/fr-Nantes What about these ones: http://linuxtv.org/hg/dvb-apps/file/tip/util/scan/dvb-t/fr-Nantes > These are the new frequencies: > > 538167

Re: [PATCH] drivers: remove all i2c_set_clientdata(client, NULL)

2010-05-31 Thread Greg KH
On Mon, May 31, 2010 at 02:55:48PM +0200, Wolfram Sang wrote: > I2C-drivers can use the clientdata-pointer to point to private data. As I2C > devices are not really unregistered, but merely detached from their driver, it > used to be the drivers obligation to clear this pointer during remove() or a

nxt200x: Timeout waiting for nxt2004 to init.

2010-05-31 Thread Jonathan Isom
Just a quick question. I have an Kworld atsc 110 and 115. after 2 1/2 days I have 1624 dmesg "Timeout waiting for nxt2004 to init" lines. My understanding is once something in inititialize you shouldn't need to do it again. is the a reason it needs to init repeatedly? The cards are functioning f

question about v4l2_subdev

2010-05-31 Thread Sedji Gaouaou
Hi, I am currently working on the atmel video driver, and I am facing a issue. I have written a driver for the ov2640 omnivison sensor(enclosed). In the ov2640 driver I am using the v4l2_subdev API. The point is I don't how how can I access it in my video driver? How to register the subdev stru

[PATCH] tm6000: rewrite copy_streams

2010-05-31 Thread stefan . ringel
From: Stefan Ringel fusion function copy streams and copy_packets to new function copy_streams. Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-usb-isoc.h |5 +- drivers/staging/tm6000/tm6000-video.c| 335 +++--- 2 files changed, 122 insertions(

Re: dereferencing uninitialized variable in anysee_probe()

2010-05-31 Thread Antti Palosaari
Terve Dan, On 05/31/2010 06:09 PM, Dan Carpenter wrote: Hi I'm going through some smatch stuff and I had a question. drivers/media/dvb/dvb-usb/anysee.c +482 anysee_probe(30) warn: variable dereferenced before check 'd' 466 ret = dvb_usb_device_init(intf,&anysee_properties,

dereferencing uninitialized variable in anysee_probe()

2010-05-31 Thread Dan Carpenter
Hi I'm going through some smatch stuff and I had a question. drivers/media/dvb/dvb-usb/anysee.c +482 anysee_probe(30) warn: variable dereferenced before check 'd' 466 ret = dvb_usb_device_init(intf, &anysee_properties, THIS_MODULE, &d, 467 adapter_nr);

Re: [PATCH] drivers: remove all i2c_set_clientdata(client, NULL)

2010-05-31 Thread Mark Brown
On Mon, May 31, 2010 at 02:55:48PM +0200, Wolfram Sang wrote: > I2C-drivers can use the clientdata-pointer to point to private data. As I2C > devices are not really unregistered, but merely detached from their driver, it > used to be the drivers obligation to clear this pointer during remove() or a

Re: SPCA1527A/SPCA1528 (micro)SD camera in webcam mode

2010-05-31 Thread Andy Walls
On Mon, 2010-05-31 at 09:19 +0200, Jean-Francois Moine wrote: > On Mon, 31 May 2010 00:03:10 +0200 > Ondrej Zary wrote: > > > > I would try extracting a JPEG header from one of the files captured > > > by the camera in stand alone mode (either a JPEG still or MJPEG > > > file), and put that heade

RE: Regarding OMAP 35xx ISP subsystem and SoC-Camera

2010-05-31 Thread Guennadi Liakhovetski
On Mon, 31 May 2010, Hiremath, Vaibhav wrote: > > > 2. Since V4L2-INT and SoC-Camera frameworks are deprecated, can you please > > > let me know the roadmap for Sub-Device framework ? > > > > The soc-camera framework isn't deprecated, but it isn't used by the OMAP3 > > ISP > > driver either. > >

RE: Regarding OMAP 35xx ISP subsystem and SoC-Camera

2010-05-31 Thread Hiremath, Vaibhav
> -Original Message- > From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > ow...@vger.kernel.org] On Behalf Of Laurent Pinchart > Sent: Monday, May 31, 2010 1:29 PM > To: manjunathan.pa...@wipro.com; Guennadi Liakhovetski > Cc: linux-media@vger.kernel.org > Subject: Re: Regardin

Re: ir-core multi-protocol decode and mceusb

2010-05-31 Thread Andy Walls
On Mon, 2010-05-31 at 02:20 -0400, Jarod Wilson wrote: > On Sun, May 30, 2010 at 3:57 PM, Jarod Wilson wrote: > > On Sun, May 30, 2010 at 10:02 AM, Mauro Carvalho Chehab > > wrote: > >> Em 29-05-2010 23:24, Jarod Wilson escreveu: > >>> On Sat, May 29, 2010 at 4:01 PM, Andy Walls > >>> wrote: >

Re: Regarding OMAP 35xx ISP subsystem and SoC-Camera

2010-05-31 Thread Laurent Pinchart
Hi Manjunathan, On Monday 31 May 2010 11:40:55 manjunathan.pa...@wipro.com wrote: > > On Friday 28 May 2010 15:54:57 manjunathan.pa...@wipro.com wrote: > > > Dear Linux-media group > > > > > > I am a newbie and have recently started working on integration of a new > > > camera sensor MT9M112 senso

Can not get EIT infi

2010-05-31 Thread Josu Lazkano
Hello everybody! I a KWorld PlusTV Dual DVB-T Stick (DVB-T 399U) device, I use it on MythTV, the problem is that I can not get any EIT info fron this stick, I try wit other stick and it works. How can I try to get EIT? I can watch TV channels well. I use Debian Squeeze with dvb-usb-af9015.fw firm

RE: Regarding OMAP 35xx ISP subsystem and SoC-Camera

2010-05-31 Thread Hiremath, Vaibhav
> -Original Message- > From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > ow...@vger.kernel.org] On Behalf Of Laurent Pinchart > Sent: Monday, May 31, 2010 1:29 PM > To: manjunathan.pa...@wipro.com; Guennadi Liakhovetski > Cc: linux-media@vger.kernel.org > Subject: Re: Regardin

[PATCH] libv4l1: Move VIDIOCGFBUF into libv4l1

2010-05-31 Thread huzaifas
From: Huzaifa Sidhpurwala Move VIDIOCGFBUF into libv4l1 Signed-off-by: Huzaifa Sidhpurwala --- lib/libv4l1/libv4l1.c | 45 + 1 files changed, 45 insertions(+), 0 deletions(-) diff --git a/lib/libv4l1/libv4l1.c b/lib/libv4l1/libv4l1.c index e13feba

RE: [PATCH 06/11] V4L/DVB: omap_vout: Storage class should be before const qualifier

2010-05-31 Thread Hiremath, Vaibhav
> -Original Message- > From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > ow...@vger.kernel.org] On Behalf Of Tobias Klauser > Sent: Thursday, May 20, 2010 2:06 PM > To: mche...@infradead.org; linux-media@vger.kernel.org > Cc: kernel-janit...@vger.kernel.org; Tobias Klauser > S

Re: Regarding OMAP 35xx ISP subsystem and SoC-Camera

2010-05-31 Thread Laurent Pinchart
Hi Manjunathan, On Friday 28 May 2010 15:54:57 manjunathan.pa...@wipro.com wrote: > Dear Linux-media group > I am a newbie and have recently started working on integration of a new > camera sensor MT9M112 sensor with OMAP ISP Camera subsystem on a OMAP 3530 > based custom board. So I checked in

Re: SPCA1527A/SPCA1528 (micro)SD camera in webcam mode

2010-05-31 Thread Ondrej Zary
On Monday 31 May 2010, Jean-Francois Moine wrote: > On Mon, 31 May 2010 00:03:10 +0200 > > Ondrej Zary wrote: > > > I would try extracting a JPEG header from one of the files captured > > > by the camera in stand alone mode (either a JPEG still or MJPEG > > > file), and put that header together wi

Re: mt9m111 swap_rgb_red_blue

2010-05-31 Thread Sascha Hauer
On Mon, May 31, 2010 at 08:46:00AM +0200, Guennadi Liakhovetski wrote: > On Mon, 31 May 2010, Robert Jarzmik wrote: > > > Sascha Hauer writes: > > > > > Hi Robert, > > > > > > I have digged around in the Datasheet and if I understand it correctly > > > the PXA swaps red/blue in RGB mode. So if w

Re: [PATCH] Compro Videomate T750F Vista digital+analog support

2010-05-31 Thread Davor Emard
HI! I just went to compro website and have seen that *f cards have some identical MCE-alike but also slightly different remotes, so we have to invent some better names to distinguish between them (compro itself might have some names for them) d. -- To unsubscribe from this list: send the line "

Re: [PATCH 1/3] Gspca-gl860 driver update

2010-05-31 Thread Jean-Francois Moine
On Mon, 31 May 2010 00:24:21 +0200 Olivier Lorin wrote: > - Change of rounded image resolutions to the real ones > - Fix for an irrelevant OV9655 image resolution identifier name > - Extra spaces to align some variable names and a defined value Hi Olivier, If I can anticipate, the changes are t

Re: SPCA1527A/SPCA1528 (micro)SD camera in webcam mode

2010-05-31 Thread Jean-Francois Moine
On Mon, 31 May 2010 00:03:10 +0200 Ondrej Zary wrote: > > I would try extracting a JPEG header from one of the files captured > > by the camera in stand alone mode (either a JPEG still or MJPEG > > file), and put that header together with the image data from the > > USB capture. It may not look