DViCO FusionHDTV7 Dual Express remote driver

2009-04-21 Thread Timothy D. Lenz
Which module needs to be loaded to get the remote for the FusionHDTV7 dual express working? -- 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

[PATCH] drivers: move media after i2c

2009-04-21 Thread Guennadi Liakhovetski
Currently drivers/media drivers are linked very early - directly after base, block, misc, and mfd and before ata, scsi, ide, input, firewire, usb, and i2c. This breaks static build of video4linux drivers, that use generic CPU i2c adapter drivers and the v4l2-subdev subsystem, because during

[PATCH] soc-camera: link host drivers after clients

2009-04-21 Thread Guennadi Liakhovetski
With the transition of soc-camera to become a platform driver and to the v4l2-subdev framework the initialisation order becomes important. In case of a static build clients (i2c) drivers have to be available when host drivers are probed. Moving host drivers down in the Makefile achieves the

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-04-21 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb/ for: changeset: 11570:ccddae0f5d8f gspca - zc3xx: Bad debug level in i2c_read. changeset: 11571:c3ae07c7c476 gspca - tp6800: New subdriver with webcam 06a2:0003. changeset: 11572:b7b10bc9ad67 tag: tip gspca -

Nova-TD usb dual tuner issue

2009-04-21 Thread Louis-David Mitterrand
Hi, When I connect my Nova-TD dual tuner usb stick to my debian/sid box with 2.6.29.1 kernel I can only use the second tuner (mplayer dvb://2@tvchannel). When trying to use the first one (dvb://1...@...) tuning is extremely bad and an image barely appears with many errors. I tried switching the

[PATCH] v4l2-subdev: add a v4l2_i2c_new_dev_subdev() function

2009-04-21 Thread Guennadi Liakhovetski
Video (sub)devices, connecting to SoCs over generic i2c busses cannot provide a pointer to struct v4l2_device in i2c-adapter driver_data, and provide their own i2c_board_info data, including a platform_data field. Add a v4l2_i2c_new_dev_subdev() API function that does exactly the same as

Re: [PATCH] drivers: move media after i2c

2009-04-21 Thread Jean Delvare
On Tue, 21 Apr 2009 09:22:38 +0200 (CEST), Guennadi Liakhovetski wrote: Currently drivers/media drivers are linked very early - directly after base, block, misc, and mfd and before ata, scsi, ide, input, firewire, usb, and i2c. This breaks static build of video4linux drivers, that use

Re: [PATCH] v4l2-subdev: add a v4l2_i2c_new_dev_subdev() function

2009-04-21 Thread Hans Verkuil
Video (sub)devices, connecting to SoCs over generic i2c busses cannot provide a pointer to struct v4l2_device in i2c-adapter driver_data, and provide their own i2c_board_info data, including a platform_data field. Add a v4l2_i2c_new_dev_subdev() API function that does exactly the same as

Re: [PATCH] v4l2-subdev: add a v4l2_i2c_new_dev_subdev() function

2009-04-21 Thread Guennadi Liakhovetski
On Tue, 21 Apr 2009, Hans Verkuil wrote: Video (sub)devices, connecting to SoCs over generic i2c busses cannot provide a pointer to struct v4l2_device in i2c-adapter driver_data, and provide their own i2c_board_info data, including a platform_data field. Add a v4l2_i2c_new_dev_subdev()

Re: [PATCH] v4l2-subdev: add a v4l2_i2c_new_dev_subdev() function

2009-04-21 Thread Guennadi Liakhovetski
On Tue, 21 Apr 2009, Hans Verkuil wrote: On Tue, 21 Apr 2009, Hans Verkuil wrote: Video (sub)devices, connecting to SoCs over generic i2c busses cannot provide a pointer to struct v4l2_device in i2c-adapter driver_data, and provide their own i2c_board_info data, including a

Re: [PATCH] v4l2-subdev: add a v4l2_i2c_new_dev_subdev() function

2009-04-21 Thread Guennadi Liakhovetski
On Tue, 21 Apr 2009, Agustin wrote: Hi, --- On 21/4/09, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: Video (sub)devices, connecting to SoCs over generic i2c busses cannot provide a pointer to struct v4l2_device in i2c-adapter driver_data, and provide their own i2c_board_info

RE: [RFC] Stand-alone Resizer/Previewer Driver support under V4L2 framework

2009-04-21 Thread Hiremath, Vaibhav
-Original Message- From: Dongsoo, Nathaniel Kim [mailto:dongsoo@gmail.com] Sent: Monday, April 20, 2009 4:15 PM To: Hiremath, Vaibhav Cc: Hans Verkuil; linux-media@vger.kernel.org; Aguirre Rodriguez, Sergio Alberto; Toivonen Tuukka.O (Nokia-D/Oulu); linux- o...@vger.kernel.org;

Re: [PATCH] v4l2-subdev: add a v4l2_i2c_new_dev_subdev() function

2009-04-21 Thread Guennadi Liakhovetski
On Tue, 21 Apr 2009, Hans Verkuil wrote: The board_info struct didn't appear until 2.6.22, so that's certainly a cut-off point. Since the probe version of this call does not work on kernels 2.6.26 the autoprobing mechanism is still used for those older kernels. I think it makes life much

Re: [PATCH] v4l2-subdev: add a v4l2_i2c_new_dev_subdev() function

2009-04-21 Thread Hans Verkuil
On Tue, 21 Apr 2009, Hans Verkuil wrote: Video (sub)devices, connecting to SoCs over generic i2c busses cannot provide a pointer to struct v4l2_device in i2c-adapter driver_data, and provide their own i2c_board_info data, including a platform_data field. Add a

Re: [PATCH/RFC v1] soc-camera: (partially) convert to v4l2-(sub)dev API

2009-04-21 Thread Guennadi Liakhovetski
...as promised, my current stack is at http://download.open-technology.de/20090421/. To encourage you to test it now without waiting for my rebase - the functionality shall be exactly the same after the rebase, it really shouldn't change much, or so I hope at least... Thanks Guennadi

Re: Applying SoC camera framework on multi-functional camera interface

2009-04-21 Thread Guennadi Liakhovetski
On Tue, 21 Apr 2009, Hans Verkuil wrote: Well, you might look at drivers/media/video/soc_camera_platform.c for an example of a simple pseudo camera driver. Of course, with your two additional devices you don't want to add extra platform devices and extra probing. In fact, you can do this

RE: [RFC] Stand-alone Resizer/Previewer Driver support under V4L2 framework

2009-04-21 Thread Hiremath, Vaibhav
-Original Message- From: Dongsoo, Nathaniel Kim [mailto:dongsoo@gmail.com] Sent: Tuesday, April 21, 2009 3:44 PM To: Hiremath, Vaibhav Cc: Hans Verkuil; linux-media@vger.kernel.org; Aguirre Rodriguez, Sergio Alberto; Toivonen Tuukka.O (Nokia-D/Oulu); linux- o...@vger.kernel.org;

dib0700 Nova-TD-Stick problem

2009-04-21 Thread Soeren . Moch
For a few weeks I use a Nova-TD-Stick and was annoyed with dvb stream errors, although the demod bit-error-rate (BER/UNC) was zero. I could track down this problem to dib0700_streaming_ctrl: When one channel is streaming and the other channel is switched on, the stream of the already running

Re: Applying SoC camera framework on multi-functional camera interface

2009-04-21 Thread Hans Verkuil
On Tue, 21 Apr 2009, Dongsoo, Nathaniel Kim wrote: Hello, One of my recent work is making S3C64XX camera interface driver with SoC camera framework. Thanks to Guennadi, SoC camera framework is so clear and easy to follow. Actually I didn't need to worry about my whole driver structure,

Re: Hauppauge HVR-1500 (aka HP RM436AA#ABA)

2009-04-21 Thread Benster Jeremy
The patch works perfectly. No indicator light, but 28 channels with stronger signal than mce! Thanks again! Ben -- 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

Re: [PATCH] v4l2-subdev: add a v4l2_i2c_new_dev_subdev() function

2009-04-21 Thread Agustin
On 21/4/09, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: On Tue, 21 Apr 2009, Agustin wrote: Hi, On 21/4/09, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: Video (sub)devices, connecting to SoCs over generic i2c busses cannot provide a pointer to struct v4l2_device in

Re: [PATCH] v4l2-subdev: add a v4l2_i2c_new_dev_subdev() function

2009-04-21 Thread Hans Verkuil
On 21/4/09, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: On Tue, 21 Apr 2009, Agustin wrote: Hi, On 21/4/09, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: Video (sub)devices, connecting to SoCs over generic i2c busses cannot provide a pointer to struct v4l2_device in

Re: [RFC] Stand-alone Resizer/Previewer Driver support under V4L2 framework

2009-04-21 Thread Dongsoo, Nathaniel Kim
Hello Vaibhav, On Tue, Apr 21, 2009 at 9:08 PM, Hiremath, Vaibhav hvaib...@ti.com wrote: -Original Message- From: Dongsoo, Nathaniel Kim [mailto:dongsoo@gmail.com] Sent: Tuesday, April 21, 2009 3:44 PM To: Hiremath, Vaibhav Cc: Hans Verkuil; linux-media@vger.kernel.org; Aguirre

Re: need help for omap3 isp-camera interface

2009-04-21 Thread Sakari Ailus
Weng, Wending wrote: Hi All, I'm working on video image capture(omap3 isp) interface(PSP 1.0.2), and have met many difficulties. At the camera side, the 8 bits BT656 signal are connected to cam_d[0-7], which looks OK. The cam_fld, cam_hs and cam_vs are also connected, At the omap3 side, I use

Re: Hauppauge HVR-1500 (aka HP RM436AA#ABA)

2009-04-21 Thread Steven Toth
Thomas Nicolai wrote: I tried updating it just a few minutes ago. After a restart, I tried using the card. I still get no lights on the card and get no lock on any channels. with MCE in windows I get about 6 channels at my location, all with very good signal strength. Here is my output

Re: Hauppauge HVR-1500 (aka HP RM436AA#ABA)

2009-04-21 Thread Steven Toth
Benster Jeremy wrote: The patch works perfectly. No indicator light, but 28 channels with stronger signal than mce! Good, thanks for the feedback. Ignore the light, it's a visual indicator only. At some point we'll get back to fixing that. Regards, - Steve -- To unsubscribe from this

RE: Hauppauge HVR-1500 (aka HP RM436AA#ABA)

2009-04-21 Thread Thomas Nicolai
Steve, still haven't figured out how not to top post with Hotmail, Sorry. :-) too much of a newb at this. When I get your update below do I pull with the normal method or do I need to pull just from that link? What is the proper procedure for this? Tom Date: Mon, 20 Apr 2009 21:51:27

Re: Nova-TD usb dual tuner issue

2009-04-21 Thread Soeren . Moch
When I connect my Nova-TD dual tuner usb stick to my debian/sid box with 2.6.29.1 kernel I can only use the second tuner (mplayer dvb://2@tvchannel). When trying to use the first one (dvb://1...@...) tuning is extremely bad and an image barely appears with many errors. I tried switching the

Re: Hauppauge HVR-1500 (aka HP RM436AA#ABA)

2009-04-21 Thread wk
Benster Jeremy wrote: The patch works perfectly. No indicator light, but 28 channels with stronger signal than mce! Thanks again! Ben -- 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

Re: Hauppauge HVR-1500 (aka HP RM436AA#ABA)

2009-04-21 Thread Steven Toth
Thomas Nicolai wrote: Steve, still haven't figured out how not to top post with Hotmail, Sorry. :-) too much of a newb at this. Can't you scroll to the end of the email and insert your message? When I get your update below do I pull with the normal method or do I need to pull just

RE: [RFC] Stand-alone Resizer/Previewer Driver support under V4L2 framework

2009-04-21 Thread Hiremath, Vaibhav
-Original Message- From: Dongsoo, Nathaniel Kim [mailto:dongsoo@gmail.com] Sent: Tuesday, April 21, 2009 6:34 PM To: Hiremath, Vaibhav Cc: Hans Verkuil; linux-media@vger.kernel.org; Aguirre Rodriguez, Sergio Alberto; Toivonen Tuukka.O (Nokia-D/Oulu); linux- o...@vger.kernel.org;

[PATCH] pwc : do not pass stack allocated buffers to USB core.

2009-04-21 Thread Martin Fuzzey
This is causes problems on platforms that have alignment requirements for DMA transfers. Signed-off-by: Martin Fuzzey mfuz...@gmail.com --- drivers/media/video/pwc/pwc-ctrl.c | 238 +--- 1 files changed, 164 insertions(+), 74 deletions(-) diff --git

Problem with pinnacle pctv 72e usb stick (dib0700 - based)

2009-04-21 Thread Honzor Mortl
Hi, ive got a problem with my dib0700-based usb dvb-t stick. I'm currently using firmware 1.20 with module parameter force_lna_activation=1. Actually, when i set the long filter timeout option, i can use w_scan and successfully find 8 channels. But i do not get any output from the card when

[PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo/

2009-04-21 Thread Laurent Pinchart
Mauro, Please pull from http://linuxtv.org/hg/~pinchartl/uvcvideo/ for the following 3 changesets: uvcvideo: Prevent invormation loss with removing implicit casting uvcvideo: fill reserved fields with zero of VIDIOC_QUERYMENU uvcvideo: fix uvc resume failed uvc_v4l2.c | 10 --

Re: + drivers-media-video-saa7134-add-tuner-support-for-avermedia-studio-505.patch added to -mm tree

2009-04-21 Thread hermann pitton
Hello! Am Montag, den 20.04.2009, 13:21 -0700 schrieb a...@linux-foundation.org: The patch titled drivers/media/video/saa7134: add tuner support for AverMedia Studio 505 has been added to the -mm tree. Its filename is

[RFC] Updated 3430SDP and LDP camera drivers

2009-04-21 Thread Aguirre Rodriguez, Sergio Alberto
Hi all, I have created a gitorious account for storing latest progress on 3430SDP and LDP camera sensor drivers. (MT9P012 and OV3640 for SDP, and OV3640 for LDP) This patchset can be pulled with the following command: git pull git://git.gitorious.org/omap3-linux-camera-driver/mainline.git

Re: + drivers-media-video-saa7134-add-tuner-support-for-avermedia-studio-505.patch added to -mm tree

2009-04-21 Thread Andrew Morton
On Wed, 22 Apr 2009 01:21:18 +0200 hermann pitton hermann-pit...@arcor.de wrote: Hmm, do we try to fix/improve it on Andrew's tree or take it over to mercurial v4l-dvb and send back from there? I'll drop the patch which I have. Please don't lose it! -- To unsubscribe from this list: send the

Re: + drivers-media-video-saa7134-add-tuner-support-for-avermedia-studio-505.patch added to -mm tree

2009-04-21 Thread Mauro Carvalho Chehab
On Wed, 22 Apr 2009 01:21:18 +0200 hermann pitton hermann-pit...@arcor.de wrote: Vasily, your change in saa7134-video.c has broken support for all other SECAM standards and users can't change them from the applications anymore. After years of trouble, it has very good reasons that we have

RE: Hauppauge HVR-1500 (aka HP RM436AA#ABA)

2009-04-21 Thread Thomas Nicolai
I got it compiled and can tune channels. Now i just need to get the frontend working. Thanks for checking into this Steve. Tom PS Let me know when the patch gets committed and I will update the page you requested. Date: Tue, 21 Apr 2009

RE: [Review PATCH 3/3] OMAP2/3 V4L2 Display Driver

2009-04-21 Thread Shah, Hardik
Hi Hans, My comments inlined. Hardik, -Original Message- From: Hans Verkuil [mailto:hverk...@xs4all.nl] Sent: Tuesday, April 21, 2009 5:30 PM To: Shah, Hardik Cc: linux-media@vger.kernel.org; linux-o...@vger.kernel.org; Jadav, Brijesh R; Hiremath, Vaibhav Subject: RE: [Review