Re: [ANNOUNCE] git tree repositories & libv4l

2010-02-23 Thread Brandon Philips
On 22:12 Mon 22 Feb 2010, Mauro Carvalho Chehab wrote: > Mauro Carvalho Chehab wrote: > >> According to the wiki[1] these tools are without a maintainer. So, if > >> no one cares about them enough to make releases why merge them and > >> clutter up the git tree with dead code? > >> > >> [1] http://

Re: modprobe em28xx failed for MSI Vox II USB

2010-02-23 Thread Carlos Jenkins
Hi, the symbol problem could get solved by restarting the system. On the other hand check this thread: http://thread.gmane.org/gmane.linux.drivers.video-input-infrastructure/15991/ Actually, the MSI Vox USB II device isn't working with the current tree. Cheers -- To unsubscribe from this list:

Re: modprobe em28xx failed for MSI Vox II USB

2010-02-23 Thread Bee Hock Goh
Carlos, Thanks for the reply. Actually your usb stick is MSI TV VOX 8609 USB 2.0 which look quite different from my MSI Vox II USB. Since there is already support for MSI VOX USB 2.0. I was hoping that it will be a quick win to get Vox II supported. Hopefully someone will be able to develop a pa

[PATCH-V1 00/10] VPFE Capture Bug Fixes and feature enhancement

2010-02-23 Thread hvaibhav
From: Vaibhav Hiremath This is second version of patch series fixing few bugs and adds some feature enhancements - Changes: - Introduce t-media directory - Add YUYV support to tvp514x.c - Add UserPtr support to vpfe_capture - Call-back function for interrupt clea

[PATCH-V1 04/10] AM3517 CCDC: Debug register read prints removed

2010-02-23 Thread hvaibhav
From: Vaibhav Hiremath Signed-off-by: Vaibhav Hiremath --- drivers/media/video/ti-media/dm644x_ccdc.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/ti-media/dm644x_ccdc.c b/drivers/media/video/ti-media/dm644x_ccdc.c index 727f7e1..a011d40 100644

[PATCH-V1 07/10] Davinci VPFE Capture:Return 0 from suspend/resume

2010-02-23 Thread hvaibhav
From: Vaibhav Hiremath Now Suspend/Resume functionality is being handled by respective CCDC code, so return true (0) from bridge suspend/resume function. Signed-off-by: Vaibhav Hiremath --- drivers/media/video/ti-media/vpfe_capture.c | 12 1 files changed, 4 insertions(+), 8 del

[PATCH-V1 01/10] Makfile:Removed duplicate entry of davinci

2010-02-23 Thread hvaibhav
From: Vaibhav Hiremath Signed-off-by: Vaibhav Hiremath --- drivers/media/video/Makefile |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/media/video/Makefile b/drivers/media/video/Makefile index b88b617..c51c386 100644 --- a/drivers/media/video/Makefile +++ b/d

[PATCH-V1 05/10] VPFE Capture: Add call back function for interrupt clear to vpfe_cfg

2010-02-23 Thread hvaibhav
From: Vaibhav Hiremath For the devices like AM3517, it is expected that driver clears the interrupt in ISR. Since this is device spcific, callback function added to the platform_data. Signed-off-by: Vaibhav Hiremath --- drivers/media/video/ti-media/vpfe_capture.c | 24 ---

[PATCH-V1 06/10] DM644x CCDC: Add 10bit BT support

2010-02-23 Thread hvaibhav
From: Vaibhav Hiremath Signed-off-by: Vaibhav Hiremath --- drivers/media/video/ti-media/dm644x_ccdc.c | 16 +--- drivers/media/video/ti-media/dm644x_ccdc_regs.h |8 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/drivers/media/video/ti-media/dm64

[PATCH-V1 09/10] VPFE Capture: Add support for USERPTR mode of operation

2010-02-23 Thread hvaibhav
From: Vaibhav Hiremath Signed-off-by: Vaibhav Hiremath Signed-off-by: Muralidharan Karicheri --- drivers/media/video/ti-media/vpfe_capture.c | 94 ++ 1 files changed, 79 insertions(+), 15 deletions(-) diff --git a/drivers/media/video/ti-media/vpfe_capture.c b/drive

[PATCH-V1 08/10] DM644x CCDC : Add Suspend/Resume Support

2010-02-23 Thread hvaibhav
From: Vaibhav Hiremath Signed-off-by: Vaibhav Hiremath --- drivers/media/video/ti-media/dm644x_ccdc.c | 114 +++ drivers/media/video/ti-media/dm644x_ccdc_regs.h |2 +- 2 files changed, 115 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/ti-media/dm

[PATCH-V1 10/10] AM3517: Add VPFE Capture driver support

2010-02-23 Thread hvaibhav
From: Vaibhav Hiremath AM3517 and DM644x uses same CCDC IP, so reusing the driver for AM3517. Signed-off-by: Vaibhav Hiremath --- arch/arm/mach-omap2/board-am3517evm.c | 160 + 1 files changed, 160 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2

[PATCH-V1 02/10] tvp514x: add YUYV format support

2010-02-23 Thread hvaibhav
From: Vaibhav Hiremath Signed-off-by: Vaibhav Hiremath --- drivers/media/video/tvp514x.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/tvp514x.c b/drivers/media/video/tvp514x.c index 26b4e71..08fe579 100644 --- a/drivers/media/video/tvp514x.

Re: [ANNOUNCE] git tree repositories & libv4l

2010-02-23 Thread Hans de Goede
Hi, On 02/22/2010 11:54 PM, Brandon Philips wrote: On 18:24 Sat 23 Jan 2010, Hans de Goede wrote: lib/ libv4l1/ libv4l2/ libv4lconvert/ utils/ v4l2-dbg v4l2-ctl cx18-ctl ivtv-ctl contrib/ test/ everything else git clo

Re: [ANNOUNCE] git tree repositories & libv4l

2010-02-23 Thread Hans Verkuil
> Hi, > > On 02/22/2010 11:54 PM, Brandon Philips wrote: >> On 18:24 Sat 23 Jan 2010, Hans de Goede wrote: lib/ libv4l1/ libv4l2/ libv4lconvert/ utils/ v4l2-dbg v4l2-ctl cx18-ctl ivtv-ctl contrib/ test/ everythi

Re: [ANNOUNCE] git tree repositories & libv4l

2010-02-23 Thread Hans de Goede
Hi, On 02/23/2010 10:01 AM, Hans Verkuil wrote: Hi, On 02/22/2010 11:54 PM, Brandon Philips wrote: On 18:24 Sat 23 Jan 2010, Hans de Goede wrote: lib/ libv4l1/ libv4l2/ libv4lconvert/ utils/ v4l2-dbg v4l2-ctl cx18-ctl ivtv-ctl contrib/

[PATCH-V6 0/2] OMAP3: Add V4L2 display driver support

2010-02-23 Thread hvaibhav
From: Vaibhav Hiremath This is 6th Version of patch-set, adds support for V4L2 display driver ontop of DSS2 framework. Please note that this patch is dependent on patch which add "ti-media" directory (submitted earlier to this patch series). Vaibhav Hiremath (2): OMAP2/3 V4L2: Add support fo

[PATCH-V6 2/2] OMAP2/3: Add V4L2 DSS driver support in device.c

2010-02-23 Thread hvaibhav
From: Vaibhav Hiremath Signed-off-by: Vaibhav Hiremath --- arch/arm/plat-omap/devices.c | 29 + 1 files changed, 29 insertions(+), 0 deletions(-) diff --git a/arch/arm/plat-omap/devices.c b/arch/arm/plat-omap/devices.c index 30b5db7..64f2a3a 100644 --- a/arch/arm

Re: [ANNOUNCE] git tree repositories & libv4l

2010-02-23 Thread Manu Abraham
On Tue, Feb 23, 2010 at 1:23 PM, Hans de Goede wrote: > Hi, > > On 02/23/2010 10:01 AM, Hans Verkuil wrote: >> >>> Hi, >>> >>> On 02/22/2010 11:54 PM, Brandon Philips wrote: On 18:24 Sat 23 Jan 2010, Hans de Goede wrote: >> >> lib/ >>        libv4l1/ >>        libv4l2/ >>

RE: [PATCH/RFC v1 0/4] Multi-plane video buffer support for V4L2 API and videobuf

2010-02-23 Thread Pawel Osciak
Hello, thank you for your comments. >From: Mauro Carvalho Chehab [mailto:mche...@redhat.com] >Pawel Osciak wrote: >> Only streaming I/O has been tested, read/write might not work correctly. >> vivi has been adapted for testing and demonstration purposes, but other >> drivers >> will not compile

Re: [ANNOUNCE] git tree repositories & libv4l

2010-02-23 Thread Manu Abraham
On Tue, Feb 23, 2010 at 4:41 AM, Mauro Carvalho Chehab wrote: > Brandon Philips wrote: >> On 00:26 Tue 23 Feb 2010, Hans Verkuil wrote: >>> On Monday 22 February 2010 23:54:26 Brandon Philips wrote: On 18:24 Sat 23 Jan 2010, Hans de Goede wrote: >> lib/ >>   libv4l1/ >>   libv4l2/

tda10023.c: misplaced parentheses?

2010-02-23 Thread Roel Kluin
In tda10023_read_signal_strength() we have: u16 gain = ((255-tda10023_readreg(state, 0x17))) + (255-ifgain)/16; ---^ The closing parenthesis appears misplaced, should this be: u16 gain = ((255-tda10023_readreg(state, 0x17)) + (25

Re: [ANNOUNCE] git tree repositories & libv4l

2010-02-23 Thread Mauro Carvalho Chehab
Manu Abraham wrote: >> and we've got some comments at the mailing list. Btw, the patches >> I added there also adds DVB-S2 support to szap/scan, but tests >> are needed, since I don't have any satellite dish nowadays. > > > Btw, I did spend time to review your code before it is pulled in. You >

Re: [ANNOUNCE] git tree repositories & libv4l

2010-02-23 Thread Manu Abraham
On Tue, Feb 23, 2010 at 3:26 AM, Hans Verkuil wrote: > Question: shouldn't we merge dvb-apps and v4l-utils? The alevtv tool was > merged into dvb-apps, but while that tool supports dvb, it also supports > v4l2. Just like we merged dvb and v4l in a single repository, so I think we > should also mer

Re: [ANNOUNCE] git tree repositories & libv4l

2010-02-23 Thread Mauro Carvalho Chehab
Hans de Goede wrote: > Hi, > > On 02/22/2010 11:54 PM, Brandon Philips wrote: >> On 18:24 Sat 23 Jan 2010, Hans de Goede wrote: lib/ libv4l1/ libv4l2/ libv4lconvert/ utils/ v4l2-dbg v4l2-ctl cx18-ctl ivtv-ctl contrib/ >>

Re: [ANNOUNCE] git tree repositories & libv4l

2010-02-23 Thread Mauro Carvalho Chehab
Hans de Goede wrote: >> I would call it media-utils. A nice name and it reflects that it contains >> both dvb and v4l utilities. >> > > Well, the judge is still out on also adding the dvb utils to this git repo. > I'm neutral on that issue, but I will need a co-maintainer for those bits > if they

Re: [ANNOUNCE] git tree repositories & libv4l

2010-02-23 Thread Mauro Carvalho Chehab
Manu Abraham wrote: > On Tue, Feb 23, 2010 at 1:23 PM, Hans de Goede wrote: >> Hi, >> >> On 02/23/2010 10:01 AM, Hans Verkuil wrote: Hi, On 02/22/2010 11:54 PM, Brandon Philips wrote: > On 18:24 Sat 23 Jan 2010, Hans de Goede wrote: >>> lib/ >>>libv4l1/ >>>

Re: DM1105: could not attach frontend 195d:1105

2010-02-23 Thread Hendrik Skarpeid
No luck here either, still working on it. My plan is to solder som wires on strategic points on the board and debug i2c and other activity with an oscilloscope. Will probably start next week. Nameer Kazzaz wrote: Hey Igor, I'm getting the same error: dm1105 :04:0b.0: could not attach fron

Re: modprobe em28xx failed for MSI Vox II USB

2010-02-23 Thread Bee Hock Goh
Just open up the USB stick and discovered that the video chip is Trident TM5600 and tuner is Xceive XC2028. Any help? On Tue, Feb 23, 2010 at 4:29 PM, Bee Hock Goh wrote: > Carlos, > > Thanks for the reply. Actually your usb stick is MSI TV VOX 8609 USB > 2.0 which look quite different from my M

Re: More videobuf and streaming I/O questions

2010-02-23 Thread Laurent Pinchart
Hi Jean-François, On Monday 22 February 2010 10:47:41 Jean-Francois Moine wrote: > Hi Hans and Laurent, > > On Mon, 22 Feb 2010 00:12:18 +0100 > > Laurent Pinchart wrote: > > On Saturday 20 February 2010 15:00:21 Hans Verkuil wrote: > > > 1) The spec mentions that the memory field should be set

Re: [linux-dvb] scan-s2 and dvb-apps

2010-02-23 Thread Christophe Thommeret
Le mardi 23 février 2010 12:36:13, Manu Abraham a écrit : > Hi All, > > Recently, quite some people have been requesting for scan-s2 a simple > scan application which has been hacked on top of the scan application > as available in the dvb-apps tree, to be integrated/pulled in to the > dvb-apps tr

Re: [ANNOUNCE] git tree repositories & libv4l

2010-02-23 Thread Manu Abraham
On Tue, Feb 23, 2010 at 4:21 PM, Mauro Carvalho Chehab wrote: > Manu Abraham wrote: >> On Tue, Feb 23, 2010 at 1:23 PM, Hans de Goede wrote: [snip] >> >> >> What's the advantage in merging the dvb and v4l2 utils, other than to >> make the download/clone bigger ? > > There aren't any big advanta

Re: DM1105: could not attach frontend 195d:1105

2010-02-23 Thread Nameer Kazzaz
Sounds cool, let me know if I can help you with anything. Thanks Nameer Hendrik Skarpeid wrote: No luck here either, still working on it. My plan is to solder som wires on strategic points on the board and debug i2c and other activity with an oscilloscope. Will probably start next week. Nam

RE: [linux-dvb] scan-s2 and dvb-apps

2010-02-23 Thread Ahmad Issa
I think its better to use one application, so i prefer option (b) -Original Message- From: linux-dvb-boun...@linuxtv.org [mailto:linux-dvb-boun...@linuxtv.org] On Behalf Of Christophe Thommeret Sent: Tuesday, February 23, 2010 4:07 PM To: linux-media@vger.kernel.org; linux-...@linuxtv.org

Re: [ANNOUNCE] git tree repositories & libv4l

2010-02-23 Thread Mauro Carvalho Chehab
Manu Abraham wrote: >>> What's the advantage in merging the dvb and v4l2 utils, other than to >>> make the download/clone bigger ? >> There aren't any big advantages on merging, nor there are big advantages on >> keeping >> them alone. >> >> Advantages to merge: >>- One single release cont

Re: [ANNOUNCE] git tree repositories & libv4l

2010-02-23 Thread Mauro Carvalho Chehab
Brandon Philips wrote: > On 22:12 Mon 22 Feb 2010, Mauro Carvalho Chehab wrote: >> Mauro Carvalho Chehab wrote: >> That's said, if all the issues are the ones listed above, I can try >> to address them on the next months, to put it into a better >> shape. That's said, I don't think we should have

Re: [ANNOUNCE] git tree repositories & libv4l

2010-02-23 Thread Manu Abraham
On Tue, Feb 23, 2010 at 5:36 PM, Mauro Carvalho Chehab wrote: > Manu Abraham wrote: What's the advantage in merging the dvb and v4l2 utils, other than to make the download/clone bigger ? >>> There aren't any big advantages on merging, nor there are big advantages on >>> keeping >>> them

Re: Chroma gain configuration

2010-02-23 Thread Andy Walls
On Tue, 2010-02-23 at 08:53 +0100, Hans Verkuil wrote: > On Monday 22 February 2010 23:00:32 Devin Heitmueller wrote: > > On Mon, Feb 22, 2010 at 4:54 PM, Hans Verkuil wrote: > > Of course, if you and Mauro wanted to sign off on the creation of a > > new non-private user control called V4L2_CID_C

Re: [linux-dvb] soft demux device

2010-02-23 Thread Andy Walls
On Tue, 2010-02-23 at 05:12 -0800, ozgur cagdas wrote: > Hi All, > > I have just compiled v4l-dvb successfully. My aim is to develop some > experimental dvb applications on top of this dvb kernel api. > Initially, I do not want to use any hardware and would like to play > with the recorded ts file

Re: Chroma gain configuration

2010-02-23 Thread Hans Verkuil
> On Tue, 2010-02-23 at 08:53 +0100, Hans Verkuil wrote: >> On Monday 22 February 2010 23:00:32 Devin Heitmueller wrote: >> > On Mon, Feb 22, 2010 at 4:54 PM, Hans Verkuil >> wrote: > >> > Of course, if you and Mauro wanted to sign off on the creation of a >> > new non-private user control called

Re: [linux-dvb] soft demux device

2010-02-23 Thread Manu Abraham
On Tue, Feb 23, 2010 at 6:34 PM, Andy Walls wrote: > On Tue, 2010-02-23 at 05:12 -0800, ozgur cagdas wrote: >> Hi All, >> >> I have just compiled v4l-dvb successfully. My aim is to develop some >> experimental dvb applications on top of this dvb kernel api. >> Initially, I do not want to use any h

Re: Chroma gain configuration

2010-02-23 Thread Devin Heitmueller
On Tue, Feb 23, 2010 at 2:53 AM, Hans Verkuil wrote: > OK. So the problem is that v4l2-ctl uses G/S_EXT_CTRLS for non-user controls, > right? Why not change v4l2-ctl: let it first try the EXT version but if that > fails with EINVAL then try the old control API. Well, that's what I'm trying to fig

Re: Chroma gain configuration

2010-02-23 Thread Andy Walls
On Tue, 2010-02-23 at 15:41 +0100, Hans Verkuil wrote: > > On Tue, 2010-02-23 at 08:53 +0100, Hans Verkuil wrote: > >> On Monday 22 February 2010 23:00:32 Devin Heitmueller wrote: > >> > On Mon, Feb 22, 2010 at 4:54 PM, Hans Verkuil > >> wrote: > > > >> > Of course, if you and Mauro wanted to sign

Re: [ANNOUNCE] git tree repositories & libv4l

2010-02-23 Thread Mauro Carvalho Chehab
Hans de Goede wrote: > Ok, so this will give me a local tree, how do I get this onto linuxtv.org ? I added it. In thesis, it is open for commit to you, me, hverkuil and dougsland. The tree is small: just 860Kb, after properly packed. Brandon, I need an ssh public key from you to enable your acc

Re: Chroma gain configuration

2010-02-23 Thread Andy Walls
On Tue, 2010-02-23 at 10:33 -0500, Andy Walls wrote: > On Tue, 2010-02-23 at 15:41 +0100, Hans Verkuil wrote: > > > On Tue, 2010-02-23 at 08:53 +0100, Hans Verkuil wrote: > > >> On Monday 22 February 2010 23:00:32 Devin Heitmueller wrote: > > >> > On Mon, Feb 22, 2010 at 4:54 PM, Hans Verkuil > >

Re: [ANNOUNCE] git tree repositories & libv4l

2010-02-23 Thread Hans de Goede
Hi, On 02/23/2010 04:37 PM, Mauro Carvalho Chehab wrote: Hans de Goede wrote: Ok, so this will give me a local tree, how do I get this onto linuxtv.org ? I added it. In thesis, it is open for commit to you, me, hverkuil and dougsland. I see good, thanks! Can someone (Douglas ?) with bette

Re: [linux-dvb] scan-s2 and dvb-apps

2010-02-23 Thread Mauro Carvalho Chehab
Christophe Thommeret wrote: > Le mardi 23 février 2010 12:36:13, Manu Abraham a écrit : >> Hi All, >> >> Recently, quite some people have been requesting for scan-s2 a simple >> scan application which has been hacked on top of the scan application >> as available in the dvb-apps tree, to be integra

Hauppague WinTV USB2-stick (tm6010)

2010-02-23 Thread Abhijit Bhopatkar
I am unfortunate enough to have a above mentioned tuner card. The windows driver is hcw66xxx.sys According to various posts on this (and old v4l) mailing list, the driver i need is tm6000. However the device id for this tuner is 2040:6610 Only 2040:6600 seems to be recogised by the kernel driver

Re: [linux-dvb] scan-s2 and dvb-apps

2010-02-23 Thread Mauro Carvalho Chehab
Mauro Carvalho Chehab wrote: > Christophe Thommeret wrote: >> Le mardi 23 février 2010 12:36:13, Manu Abraham a écrit : >>> Hi All, >>> >>> Recently, quite some people have been requesting for scan-s2 a simple >>> scan application which has been hacked on top of the scan application >>> as availabl

Re: Hauppague WinTV USB2-stick (tm6010)

2010-02-23 Thread Devin Heitmueller
On Tue, Feb 23, 2010 at 11:12 AM, Abhijit Bhopatkar wrote: > Is it worth for me to test this latest tree and driver against my card by just > adding the device ids? > If the devs need some more testing / help i can certainly volunteer my > time/efforts. > I do have fare familiarity with linux driv

Re: Hauppague WinTV USB2-stick (tm6010)

2010-02-23 Thread Abhijit Bhopatkar
On Tuesday 23 Feb 2010 9:45:18 pm Devin Heitmueller wrote: > On Tue, Feb 23, 2010 at 11:12 AM, Abhijit Bhopatkar > > wrote: > > Is it worth for me to test this latest tree and driver against my card by > > just adding the device ids? > > If the devs need some more testing / help i can certainly v

Re: New kernel failed suspend ro ram with m5602 camera

2010-02-23 Thread Erik Andrén
2010/2/8 Erik Andrén : > 2010/2/6 Lukáš Karas : >> Hi Erik and others. >> >> New kernel (2.6.33-rc*) failed suspend to ram with camera m5602 on my >> machine. >> At first, I thought that it's a kernel bug (see >> http://bugzilla.kernel.org/show_bug.cgi?id=15189) - suspend failed after >> unload gs

Re: eb1a:2860 eMPIA em28xx device to usb1 ??? usb hub problem?

2010-02-23 Thread Devin Heitmueller
On Tue, Feb 23, 2010 at 1:37 AM, Dean wrote: > Hi, > > I have the KWorld DVB-T 305U, an em28xx device.  Only the video works for me > under Linux, no audio.  In case anyone wants to see it, I have attached the > full dmesg text, solely from this device. > > Cheers, > Dean Hi Dean, How are you

Re: Hauppague WinTV USB2-stick (tm6010)

2010-02-23 Thread Stefan Ringel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 23.02.2010 17:21, schrieb Abhijit Bhopatkar: > On Tuesday 23 Feb 2010 9:45:18 pm Devin Heitmueller wrote: >> On Tue, Feb 23, 2010 at 11:12 AM, Abhijit Bhopatkar >> >> wrote: >>> Is it worth for me to test this latest tree and driver against my car

[PATCH - next] MAINTAINERS: Telegent tlg2300 section fix

2010-02-23 Thread Joe Perches
linux-next commit 2ff8223957d901999bf76aaf2c6183e33a6ad14e exposes an infinite loop defect in scripts/get_maintainer.pl Fix the incorrect format of the MAINTAINERS "M:" entries. Signed-off-by: Joe Perches --- diff --git a/MAINTAINERS b/MAINTAINERS index 57305f6..e633460 100644 --- a/MAINTAINERS

Re: [linux-dvb] scan-s2 and dvb-apps

2010-02-23 Thread Manu Abraham
Hi Mauro, Please don't hijack threads. It's a basic courtesy. What's being discussed in this thread, is completely different from your patch. Best Regards, Manu -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More ma

Re: DM1105: could not attach frontend 195d:1105

2010-02-23 Thread Igor M. Liplianin
On 23 февраля 2010 15:12:05 Nameer Kazzaz wrote: > Sounds cool, let me know if I can help you with anything. > > Thanks > Nameer > > Hendrik Skarpeid wrote: > > No luck here either, still working on it. > > My plan is to solder som wires on strategic points on the board and > > debug i2c and other

My TV's standard video controls (Re: Chroma gain configuration)

2010-02-23 Thread Andy Walls
On Tue, 2010-02-23 at 10:33 -0500, Andy Walls wrote: > On Tue, 2010-02-23 at 15:41 +0100, Hans Verkuil wrote: > > > On Tue, 2010-02-23 at 08:53 +0100, Hans Verkuil wrote: > > >> On Monday 22 February 2010 23:00:32 Devin Heitmueller wrote: > > >> > On Mon, Feb 22, 2010 at 4:54 PM, Hans Verkuil > >

Re: DM1105: could not attach frontend 195d:1105

2010-02-23 Thread Nameer Kazzaz
Ok, no problem happy to help. Nameer Igor M. Liplianin wrote: On 23 февраля 2010 15:12:05 Nameer Kazzaz wrote: Sounds cool, let me know if I can help you with anything. Thanks Nameer Hendrik Skarpeid wrote: No luck here either, still working on it. My plan is to solder som wires on

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

2010-02-23 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:Tue Feb 23 19:01:07 CET 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14233:2e0444bf93a4 gcc version: i686-

Re: eb1a:2860 eMPIA em28xx device to usb1 ??? usb hub problem?

2010-02-23 Thread Dean
Devin Heitmueller wrote: > On Tue, Feb 23, 2010 at 1:37 AM, Dean wrote: >> Hi, >> >> I have the KWorld DVB-T 305U, an em28xx device. Only the video works for me >> under Linux, no audio. In case anyone wants to see it, I have attached the >> full dmesg text, solely from this device. >> >> Chee

Re: eb1a:2860 eMPIA em28xx device to usb1 ??? usb hub problem?

2010-02-23 Thread Devin Heitmueller
On Tue, Feb 23, 2010 at 4:17 PM, Dean wrote: > I am receiving NTSC TV signals.  I test with mplayer.  Example; > > mplayer tv://9 -tv > driver=v4l2:alsa:immediatemode=0:adevice=hw.Em28xxAudio,0:norm=ntsc:chanlist=us-cable > -vf pp=ci > > The above command works fine (both audio and video) with

Re: [linux-dvb] scan-s2 and dvb-apps

2010-02-23 Thread Simon Kenyon
Manu Abraham wrote: Please don't hijack threads. It's a basic courtesy. What's being discussed in this thread, is completely different from your patch. seemed relevant to me -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kern

Re: [PATCH-V1 09/10] VPFE Capture: Add support for USERPTR mode of operation

2010-02-23 Thread Muralidharan Karicheri
Vaibhav, There are changes to vpfe capture on Arago tree on top of this. For example, vpfe_uservirt_to_phys() is removed and is replaced with videobuf_iolock(). So please get the latest changes to upstream. Murali On Tue, Feb 23, 2010 at 3:34 AM, wrote: > From: Vaibhav Hiremath > > > Signed-o

Re: [PATCH 3/9] tvp514x: add YUYV format support

2010-02-23 Thread Muralidharan Karicheri
Vaibhav, On Mon, Jan 4, 2010 at 9:02 AM, wrote: > From: Vaibhav Hiremath > > > Signed-off-by: Vaibhav Hiremath > --- >  drivers/media/video/tvp514x.c |    7 +++ >  1 files changed, 7 insertions(+), 0 deletions(-) > > diff --git a/drivers/media/video/tvp514x.c b/drivers/media/video/tvp514x

Re: [HG PULL] http://linuxtv.org/hg/~awalls/ivtv-changes

2010-02-23 Thread Mauro Carvalho Chehab
Andy Walls wrote: > On Mon, 2010-02-22 at 18:45 -0300, Mauro Carvalho Chehab wrote: >> Andy Walls wrote: >>> Mauro, >>> >>> Please pull from http://linuxtv.org/hg/~awalls/ivtv-changes >>> >>> for the following 4 changesets: >>> >>> 01/04: ivtv: Fix ivtv_api_get_data() to avoid unneeded IO during IR

Re: [ANNOUNCE] git tree repositories & libv4l

2010-02-23 Thread Mauro Carvalho Chehab
Hans de Goede wrote: > Hi, > > On 02/23/2010 04:37 PM, Mauro Carvalho Chehab wrote: >> Hans de Goede wrote: >> >>> Ok, so this will give me a local tree, how do I get this onto >>> linuxtv.org ? >> >> I added it. In thesis, it is open for commit to you, me, hverkuil and >> dougsland. >> > > I see

Re: [PATCH - next] MAINTAINERS: Telegent tlg2300 section fix

2010-02-23 Thread Huang Shijie
linux-next commit 2ff8223957d901999bf76aaf2c6183e33a6ad14e exposes an infinite loop defect in scripts/get_maintainer.pl Fix the incorrect format of the MAINTAINERS "M:" entries. Signed-off-by: Joe Perches thanks , acked by : Huang Shijie --- diff --git a/MAINTAINERS b/MAINTAINERS index 5

Re: [PATCH - next] MAINTAINERS: Telegent tlg2300 section fix

2010-02-23 Thread Huang Shijie
thanks. Acked-by: Huang Shijie linux-next commit 2ff8223957d901999bf76aaf2c6183e33a6ad14e exposes an infinite loop defect in scripts/get_maintainer.pl Fix the incorrect format of the MAINTAINERS "M:" entries. Signed-off-by: Joe Perches --- diff --git a/MAINTAINERS b/MAINTAINERS index 57305f6.

Re: [ANNOUNCE] git tree repositories & libv4l

2010-02-23 Thread hermann pitton
Am Dienstag, den 23.02.2010, 13:45 +0400 schrieb Manu Abraham: > On Tue, Feb 23, 2010 at 4:41 AM, Mauro Carvalho Chehab > wrote: > > Brandon Philips wrote: > >> On 00:26 Tue 23 Feb 2010, Hans Verkuil wrote: > >>> On Monday 22 February 2010 23:54:26 Brandon Philips wrote: > On 18:24 Sat 23 Ja

Re: [HG PULL] http://linuxtv.org/hg/~awalls/ivtv-changes

2010-02-23 Thread Andy Walls
On Tue, 2010-02-23 at 21:20 -0300, Mauro Carvalho Chehab wrote: > Andy Walls wrote: > > On Mon, 2010-02-22 at 18:45 -0300, Mauro Carvalho Chehab wrote: > >> Andy Walls wrote: > > I'll apply the patch, but I think you should later remove the volatile from > struct ivtv_mailbox_data & friends. You

[PATCH v1] dvb_dummy_adapter

2010-02-23 Thread Andy Walls
This patch implements a dvb_dummy_adapter module capable of creating up to DVB_MAX_ADAPTERS software DVB adapters. It's probably not much good except for testing applications. It works with femon. I have not tested writing to the dvr0 device and reading back yet. One can instantiate adapeters w

Re: [PATCH] radio-si470x-common: -EINVAL overwritten in si470x_vidioc_s_tuner()

2010-02-23 Thread Mauro Carvalho Chehab
Tobias Lorenz wrote: > Hello Mauro, > >>> no, the default value of retval makes no difference to the function. >>> >>> Retval is set by si470x_disconnect_check and si470x_set_register. >>> After each call, retval is checked. >>> There is no need to reset it passed. > >> You may just do then: >> >

Re: [PULL] http://udev.netup.ru/hg/v4l-dvb-aospan-tscheck

2010-02-23 Thread Mauro Carvalho Chehab
Abylai Ospan wrote: > Mauro, > > Please pull change: > > http://udev.netup.ru/hg/v4l-dvb-aospan-tscheck/rev/0fdeb662c7f6 > > "Allow to enable TS continuity and TEI check on loaded module". > > Current dvb_demux_tscheck processing doesn't allow to enable check on loaded > module. dvb_demux_tsche

RE: [PATCH-V1 09/10] VPFE Capture: Add support for USERPTR mode of operation

2010-02-23 Thread Hiremath, Vaibhav
> -Original Message- > From: Muralidharan Karicheri [mailto:mkarich...@gmail.com] > Sent: Wednesday, February 24, 2010 4:53 AM > To: Hiremath, Vaibhav > Cc: linux-media@vger.kernel.org; linux-o...@vger.kernel.org; > hverk...@xs4all.nl; Karicheri, Muralidharan > Subject: Re: [PATCH-V1 09/10

RE: [PATCH 3/9] tvp514x: add YUYV format support

2010-02-23 Thread Hiremath, Vaibhav
> -Original Message- > From: Muralidharan Karicheri [mailto:mkarich...@gmail.com] > Sent: Wednesday, February 24, 2010 5:15 AM > To: Hiremath, Vaibhav > Cc: linux-media@vger.kernel.org; linux-o...@vger.kernel.org; > hverk...@xs4all.nl; davinci-linux-open-sou...@linux.davincidsp.com; > Kari

Status of the patches under review (29 patches)

2010-02-23 Thread Mauro Carvalho Chehab
Hi, I suspect that Linus should be releasing the 2.6.33 kernel any time soon, so the next merge window is about to open. I've handled already everything on my pending queues. However, I missed some emails due to a crash on my exim filter. Also, patchwork.kernel.org missed some emails due to some

Re: [ANNOUNCE] git tree repositories & libv4l

2010-02-23 Thread Brandon Philips
On 16:51 Tue 23 Feb 2010, Hans de Goede wrote: > On 02/23/2010 04:37 PM, Mauro Carvalho Chehab wrote: > >Hans de Goede wrote: > > > >>Ok, so this will give me a local tree, how do I get this onto > >>linuxtv.org ? > > > >I added it. In thesis, it is open for commit to you, me, hverkuil > >and dougs

[PATCH 1/2] gspca pac7302: add LED control

2010-02-23 Thread Németh Márton
From: Márton Németh On Labtec Webcam 2200 there is a feedback LED which can be controlled independent from the streaming. The feedback LED can be used from user space application to show for example detected motion or to distinguish between the preview and "on-air" state of the video stream. The

[PATCH 2/2] gspca pac7302: remove LED blinking when switching stream on and off

2010-02-23 Thread Németh Márton
From: Márton Németh The init sequences for PAC7302 contained register settings affecting the LED state which can result blinking of the LED when it is set to always on or always off. The blinking happened when the stream was switched on or off. Remove the register changes from the init sequence

Re: [PATCH] soc_camera: match signedness of soc_camera_limit_side()

2010-02-23 Thread Németh Márton
Hi Guennadi, Guennadi Liakhovetski wrote: > Hi Németh > > On Tue, 9 Feb 2010, Guennadi Liakhovetski wrote: > >> Ok, I modified your patch a bit, how about the below version? If you >> agree, I'll commit it in that form (after converting to utf-8): >> >> From: Márton Németh >> >> The first two p

[PATCH] gspca pac7302: add USB PID range based on heuristics

2010-02-23 Thread Németh Márton
From: Márton Németh On the schematics in PixArt PAC7301/PAC7302 datasheet (http://www.pixart.com.tw/upload/PAC7301_7302%20%20Spec%20V1_20091228174030.pdf) pages 19, 20, 21 and 22 there is a note titled "PID IO_TRAP" which describes the possible product ID range 0x2620..0x262f. In this range there

Re: Status of the patches under review (29 patches)

2010-02-23 Thread Guennadi Liakhovetski
Hi Mauro On Wed, 24 Feb 2010, Mauro Carvalho Chehab wrote: > Hi, > > I suspect that Linus should be releasing the 2.6.33 kernel any time soon, > so the next merge window is about to open. I've handled already everything > on my pending queues. However, I missed some emails due to a crash on my

Re: [PATCH 1/2] gspca pac7302: add LED control

2010-02-23 Thread Jean-Francois Moine
On Wed, 24 Feb 2010 07:52:14 +0100 Németh Márton wrote: > On Labtec Webcam 2200 there is a feedback LED which can be controlled > independent from the streaming. The feedback LED can be used from > user space application to show for example detected motion or to > distinguish between the preview

Re: [PATCH] gspca pac7302: add USB PID range based on heuristics

2010-02-23 Thread Jean-Francois Moine
On Wed, 24 Feb 2010 08:09:41 +0100 Németh Márton wrote: > On the schematics in PixArt PAC7301/PAC7302 datasheet > (http://www.pixart.com.tw/upload/PAC7301_7302%20%20Spec%20V1_20091228174030.pdf) > pages 19, 20, 21 and 22 there is a note titled "PID IO_TRAP" which > describes the possible product