RE: [videobuf] Query: Condition bytesize limit in videobuf_reqbufs -> buf_setup() call?

2010-05-06 Thread Pawel Osciak
Hi, >Aguirre, Sergio wrote: >Basically, when calling VIDIOC_REQBUFS with a certain buffer >Count, we had a software limit for total size, calculated depending on: > > Total bytesize = bytesperline x height x count > >So, we had an arbitrary limit to, say 32 MB, which was generic. > >Now, we want

Re: [videobuf] Query: Condition bytesize limit in videobuf_reqbufs -> buf_setup() call?

2010-05-06 Thread Laurent Pinchart
Hi Sergio, On Thursday 06 May 2010 01:29:54 Aguirre, Sergio wrote: > > -Original Message- > > From: Mauro Carvalho Chehab [mailto:mche...@redhat.com] > > Sent: Wednesday, May 05, 2010 6:24 PM > > To: Aguirre, Sergio > > Cc: linux-media@vger.kernel.org > > Subject: Re: [videobuf] Query: Con

[PATCH 1/1] staging: cx25821: cx25821-alsa.c: cleanup

2010-05-06 Thread Boris Popov
Signed-off-by: Boris Popov --- drivers/staging/cx25821/cx25821-alsa.c | 80 +--- 1 files changed, 42 insertions(+), 38 deletions(-) diff --git a/drivers/staging/cx25821/cx25821-alsa.c b/drivers/staging/cx25821/cx25821-alsa.c index 061add3..c73061e 100644 --- a/dri

stv090x vs stv0900

2010-05-06 Thread Pascal Terjan
Hi, I was adding support for a non working version of DVBWorld HD 2104 It is listed on http://www.linuxtv.org/wiki/index.php/DVBWorld_HD_2104_FTA_USB_Box as : = for new solution : 2104B (Sharp0169 Tuner) * STV6110A tuner * ST0903 demod * Cyrix CY7C68013A USB controller ===

Re: stv090x vs stv0900

2010-05-06 Thread HoP
Hi Pascal, > I was adding support for a non working version of DVBWorld HD 2104 > > It is listed on > http://www.linuxtv.org/wiki/index.php/DVBWorld_HD_2104_FTA_USB_Box as : > > = > for new solution : 2104B (Sharp0169 Tuner) > >      * STV6110A tuner >      * ST0903 demod >      * Cyrix CY7C68

Avermedia AverTV Capture HD support

2010-05-06 Thread Omer Uner GUCLU
Hello All, I have AverMedia AverTV Capture HD card. This is a hibrid card. How can I use capture interface in Linux I can help to develop a driver Thanks, Omer Uner Guclu -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org

[PATCH] tda10048: fix bitmask for the transmission mode

2010-05-06 Thread Guillaume Audirac
Hello, Add a missing bit for reading the transmission mode (2K/8K) in tda10048_get_tps Signed-off-by: Guillaume Audirac --- drivers/media/dvb/frontends/tda10048.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/dvb/frontends/tda10048.c b/drivers/media/dv

[PATCH] tda10048: clear the uncorrected packet registers when saturated

2010-05-06 Thread Guillaume Audirac
Hello, Use the register CLUNC to reset the CPTU registers (LSB & MSB) when they saturate at 0x. Fixes as well a few register typos. Signed-off-by: Guillaume Audirac --- drivers/media/dvb/frontends/tda10048.c | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a

[PATCH] dvb_frontend: fix typos in comments and one function

2010-05-06 Thread Guillaume Audirac
Hello, Trivial patch for typos. Signed-off-by: Guillaume Audirac --- drivers/media/dvb/dvb-core/dvb_frontend.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/media/dvb/dvb-core/dvb_frontend.c b/drivers/media/dvb/dvb-core/dvb_frontend.c index 55ea26

Re: Philips/NXP channel decoders

2010-05-06 Thread Steven Toth
> I am starting first in diving into the tda10048 driver (DVB-T) to become > familiar with the API. In case you know some existing issues, please > report them to me, I would be glad to investigate and help. > > Last but not least, I don't have any hardware yet, is it blocking to > eventually send

Re: [videobuf] Query: Condition bytesize limit in videobuf_reqbufs -> buf_setup() call?

2010-05-06 Thread Mauro Carvalho Chehab
Laurent Pinchart wrote: > Hi Sergio, > > On Thursday 06 May 2010 01:29:54 Aguirre, Sergio wrote: >>> -Original Message- >>> From: Mauro Carvalho Chehab [mailto:mche...@redhat.com] >>> Sent: Wednesday, May 05, 2010 6:24 PM >>> To: Aguirre, Sergio >>> Cc: linux-media@vger.kernel.org >>> Subj

Re: Avermedia AverTV Capture HD support

2010-05-06 Thread Steven Toth
> Hello All, Hi, > I have AverMedia AverTV Capture HD card. This is a hibrid card. How > can I use capture interface in Linux > I can help to develop a driver > Thanks, Assuming I'm thinking about the same card, last I checked the TM6200 PCIe bridge didn't have a freely available public datashee

Re: [PATCH] dvb_frontend: fix typos in comments and one function

2010-05-06 Thread Steven Toth
On Thu, May 6, 2010 at 8:30 AM, Guillaume Audirac wrote: > Hello, > > Trivial patch for typos. Thanks Guillaume. I've had an open TDA10048 bug on my list for quite a while, I think you've already made reference to this in an earlier email. Essentially I'm told my a number of Australian users tha

Re: Avermedia AverTV Capture HD support

2010-05-06 Thread Steven Toth
On Thu, May 6, 2010 at 8:44 AM, Omer Uner GUCLU wrote: > Steven, > > I do not know this card is same with you. lspci output is like that. > > 02:00.0 Multimedia video controller: Device 1a0a:6200 (rev 01) Don't remove the mailing list cc, I've added it back. Unless you have the datasheet for the

Re: [videobuf] Query: Condition bytesize limit in videobuf_reqbufs -> buf_setup() call?

2010-05-06 Thread Laurent Pinchart
Hi Mauro, On Thursday 06 May 2010 14:38:36 Mauro Carvalho Chehab wrote: > Laurent Pinchart wrote: > > On Thursday 06 May 2010 01:29:54 Aguirre, Sergio wrote: > >>> -Original Message- > >>> From: Mauro Carvalho Chehab [mailto:mche...@redhat.com] > >>> Sent: Wednesday, May 05, 2010 6:24 PM >

Re: Avermedia AverTV Capture HD support

2010-05-06 Thread Omer Uner GUCLU
I need frame grabber or capture card which has 1080i support for one application. Can you give me advice which card(s) suitable for our application. Thanks, Omer 2010/5/6 Steven Toth : > On Thu, May 6, 2010 at 8:44 AM, Omer Uner GUCLU > wrote: >> Steven, >> >> I do not know this card is same w

Re: [videobuf] Query: Condition bytesize limit in videobuf_reqbufs -> buf_setup() call?

2010-05-06 Thread Mauro Carvalho Chehab
Pawel Osciak wrote: > Hi, > >> Aguirre, Sergio wrote: >> Basically, when calling VIDIOC_REQBUFS with a certain buffer >> Count, we had a software limit for total size, calculated depending on: >> >> Total bytesize = bytesperline x height x count >> >> So, we had an arbitrary limit to, say 32 MB,

[PATCH 1/3] mx2_camera: Add soc_camera support for i.MX25/i.MX27

2010-05-06 Thread Baruch Siach
This is the soc_camera support developed by Sascha Hauer for the i.MX27. Alan Carvalho de Assis modified the original driver to get it working on more recent kernels. I modified it further to add support for i.MX25. This driver has only been tested on the i.MX25 platform. Signed-off-by: Baruch Si

Re: Avermedia AverTV Capture HD support

2010-05-06 Thread Devin Heitmueller
On Thu, May 6, 2010 at 9:05 AM, Omer Uner GUCLU wrote: > I need frame grabber or capture card which has 1080i support for one > application. > Can you give me advice which card(s) suitable for our application. The only device supported under Linux which can support HD capture is the Hauppauge HD-

Re: Philips/NXP channel decoders

2010-05-06 Thread Guillaume Audirac
Hello Steven, > I can test your TDA10048 patches and add sign-off for merge. Looking > at the list it appears that you have a few nice cleanups. I'll draw > all of these together this weekend and run some tests. Thanks a lot. By the way, I found the read_ber function not fully defined. I guess th

Re: [videobuf] Query: Condition bytesize limit in videobuf_reqbufs -> buf_setup() call?

2010-05-06 Thread Mauro Carvalho Chehab
Laurent Pinchart wrote: > Hi Mauro, > > On Thursday 06 May 2010 14:38:36 Mauro Carvalho Chehab wrote: >> Laurent Pinchart wrote: >>> On Thursday 06 May 2010 01:29:54 Aguirre, Sergio wrote: > -Original Message- > From: Mauro Carvalho Chehab [mailto:mche...@redhat.com] > Sent: We

RE: [videobuf] Query: Condition bytesize limit in videobuf_reqbufs -> buf_setup() call?

2010-05-06 Thread Pawel Osciak
> Mauro Carvalho Chehab [mailto:mche...@redhat.com] wrote: > >Pawel Osciak wrote: >> Hi, >> >>> Aguirre, Sergio wrote: >>> Basically, when calling VIDIOC_REQBUFS with a certain buffer >>> Count, we had a software limit for total size, calculated depending on: >>> >>> Total bytesize = bytesperline

Re: Avermedia AverTV Capture HD support

2010-05-06 Thread deb
On 05/06/2010 01:50 PM, Omer Uner GUCLU wrote: Hello All, I have AverMedia AverTV Capture HD card. This is a hibrid card. How can I use capture interface in Linux I can help to develop a driver Isn't there a Linux driver for your card on avermedia web site ? -- To unsubscribe from this list: s

Re: Avermedia AverTV Capture HD support

2010-05-06 Thread Steven Toth
On 5/6/10 9:30 AM, deb wrote: On 05/06/2010 01:50 PM, Omer Uner GUCLU wrote: Hello All, I have AverMedia AverTV Capture HD card. This is a hibrid card. How can I use capture interface in Linux I can help to develop a driver Isn't there a Linux driver for your card on avermedia web site ? Hmm.

[PATCH 0/3] Driver for the i.MX2x CMOS Sensor Interface

2010-05-06 Thread Baruch Siach
This series contains a soc_camera driver for the i.MX25/i.MX27 CSI device, and platform code for the i.MX25 and i.MX27 chips. This driver is based on a driver for i.MX27 CSI from Sascha Hauer, that Alan Carvalho de Assis has posted in linux-media last December[1]. Since all I have is a i.MX25 P

[PATCH 2/3] mx27: add support for the CSI device

2010-05-06 Thread Baruch Siach
Signed-off-by: Baruch Siach --- arch/arm/mach-mx2/clock_imx27.c |2 +- arch/arm/mach-mx2/devices.c | 31 +++ arch/arm/mach-mx2/devices.h |1 + 3 files changed, 33 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-mx2/clock_imx27.c b/arch/arm/m

[PATCH 3/3] mx25: add support for the CSI device

2010-05-06 Thread Baruch Siach
Signed-off-by: Baruch Siach --- arch/arm/mach-mx25/clock.c| 14 -- arch/arm/mach-mx25/devices.c | 22 ++ arch/arm/mach-mx25/devices.h |1 + arch/arm/plat-mxc/include/mach/mx25.h |2 ++ 4 files changed, 37 insertions(+), 2 d

[PATCH] tm6000: README - add vbi

2010-05-06 Thread stefan . ringel
From: Stefan Ringel Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/README |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/staging/tm6000/README b/drivers/staging/tm6000/README index 078e803..c340ebc 100644 --- a/drivers/staging/tm6000/README +++ b/drive

RE: [PATCH v2 2/10] V4L2 patches for Intel Moorestown Camera Imaging Drivers - part 1

2010-05-06 Thread Zhang, Xiaolin
Hi Hans, Thanks you time to review this. if you have time to review it on this weekend, it is good for us. Actually, we have finished your comment about the sub device drivers (sensors, lens and flash) and we are going to submit it to the mailing list for review again. But for ISP driver, we ar

this is a test mail

2010-05-06 Thread Ang Way Chuang
Please ignore this email. why can't i get my email through linux media mailing list when i can receive it? -- 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.

Re: [videobuf] Query: Condition bytesize limit in videobuf_reqbufs -> buf_setup() call?

2010-05-06 Thread Laurent Pinchart
Hi Mauro, On Thursday 06 May 2010 15:23:10 Mauro Carvalho Chehab wrote: > Laurent Pinchart wrote: > > On Thursday 06 May 2010 14:38:36 Mauro Carvalho Chehab wrote: > >> Laurent Pinchart wrote: > >>> On Thursday 06 May 2010 01:29:54 Aguirre, Sergio wrote: > > -Original Message- > >

[PATCH] dvb-core: Fix ULE decapsulation bug when less than 4 bytes of ULE SNDU is packed into the remaining bytes of a MPEG2-TS frame

2010-05-06 Thread Ang Way Chuang
ULE (Unidirectional Lightweight Encapsulation RFC 4326) decapsulation code has a bug that incorrectly treats ULE SNDU packed into the remaining 2 or 3 bytes of a MPEG2-TS frame as having invalid pointer field on the subsequent MPEG2-TS frame. This patch was generated and tested against v2.6.34

Re: this is a test mail

2010-05-06 Thread Jed
Try sending via your ISP's SMTP host instead of Google's. I had issues with this list until I made the switch. On 7/05/10 12:51 AM, Ang Way Chuang wrote: Please ignore this email. why can't i get my email through linux media mailing list when i can receive it? -- To unsubscribe from this list: s

Re: this is a test mail

2010-05-06 Thread Ang Way Chuang
That's weird. You can receive my email, yet I don't receive my email from the mailing list. Does that mean my patch went through as well? Jed wrote: Try sending via your ISP's SMTP host instead of Google's. I had issues with this list until I made the switch. On 7/05/10 12:51 AM, Ang Way Chuan

Re: this is a test mail

2010-05-06 Thread Jed
Anyone know why we're getting 2 emails every time one sends only to linux-media@vger.kernel.org ? It's a tincy bit irritating, not that I'm complaining ;) On 7/05/10 12:57 AM, Jed wrote: Try sending via your ISP's SMTP host instead of Google's. I had issues with this list until I made the switc

Re: this is a test mail

2010-05-06 Thread Ang Way Chuang
Oops, my bad. Jed wrote: Anyone know why we're getting 2 emails every time one sends only to linux-media@vger.kernel.org ? It's a tincy bit irritating, not that I'm complaining ;) On 7/05/10 12:57 AM, Jed wrote: Try sending via your ISP's SMTP host instead of Google's. I had issues with this

cx88 pci_abort errors (Hauppauge WinTV Nova-HD-S2)

2010-05-06 Thread Thierry LELEGARD
Hello, Does anyone experience pci_abort errors with the cx88 driver? Many thanks -Thierry De : linux-media-ow...@vger.kernel.org [mailto:linux-media-ow...@vger.kernel.org] De la part de Thierry LELEGARD Envoyé : mardi 4 mai 2010 16:48 À : linux-...@linuxtv.org; linux-media@vger.kernel.org Objet 

Re: this is a test mail

2010-05-06 Thread Mauro Carvalho Chehab
Ang Way Chuang wrote: > That's weird. You can receive my email, yet I don't receive my email > from the mailing list. Does that mean my patch went through as well? Just check at patchwork.kernel.org. If you sent a patch correctly (e. g., in plain text only, no html, no line wrap), your patches sho

Re: this is a test mail

2010-05-06 Thread Ang Way Chuang
Thanks. Mauro. It's there. Hope the patch will be accepted. Mauro Carvalho Chehab wrote: Ang Way Chuang wrote: That's weird. You can receive my email, yet I don't receive my email from the mailing list. Does that mean my patch went through as well? Just check at patchwork.kernel.org. If you s

Re: Problem with gspca and zc3xx

2010-05-06 Thread Mauro Carvalho Chehab
Jose Alberto Reguero wrote: > El Miércoles, 13 de Enero de 2010, Jose Alberto Reguero escribió: >> El Martes, 12 de Enero de 2010, Jose Alberto Reguero escribió: >>> El Martes, 12 de Enero de 2010, Jean-Francois Moine escribió: On Mon, 11 Jan 2010 15:49:55 +0100 Jose Alberto Reguero

Re: [PATCH 1/3] add feedback LED control

2010-05-06 Thread Mauro Carvalho Chehab
Jean-Francois Moine wrote: > On Sun, 28 Feb 2010 20:38:00 +0100 > Németh Márton wrote: > >> With a bitfield on and off state can be specified. What about the >> "auto" mode? Should two bits grouped together to have auto, on and >> off state? Is there already a similar control? >> >> Is the bright

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

2010-05-06 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:Thu May 6 19:00:24 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14644:4a8d6d981f07 git master:

Re: Problem with gspca and zc3xx

2010-05-06 Thread Jean-Francois Moine
On Thu, 06 May 2010 15:09:33 -0300 Mauro Carvalho Chehab wrote: > > I found the problem. Autogain don't work well if brightness is de > > default value(128). if brightness is less(64) autogain work well. > > There is a problem when setting the brightness. It is safe to > > remove the brightness c

Re: cx88 pci_abort errors (Hauppauge WinTV Nova-HD-S2)

2010-05-06 Thread Paul Shepherd
On 06/05/2010 16:01, Thierry LELEGARD wrote: I recently added a Hauppauge WinTV Nova-HD-S2 into a Linux system. I experience frequent packet loss and pci_abort errors. Each time my application detects packet loss (continuity errors actually), I get the following messages in dmesg: cx88[0]: i

[PATCH] TechnoTrend TT-budget T-3000

2010-05-06 Thread Vadim Catana
Hi, This patch adds support for TechnoTrend TT-budget T-3000 DVB-T card. diff -r ee9826bc7106 linux/drivers/media/video/saa7134/saa7134-cards.c --- a/linux/drivers/media/video/saa7134/saa7134-cards.c Thu Apr 29 23:31:06 2010 -0300 +++ b/linux/drivers/media/video/saa7134/saa7134-cards.c Thu May

Fwd: Re: setting up a tevii s660

2010-05-06 Thread Paul Shepherd
On 06/05/2010 00:07, Tim Coote wrote: Hullo I've been struggling with this for a couple of days. I have checked archives, but missed anything useful. I've got a tevii s660 (dvbs2 via usb). It works with some limitations on windows xp (I cannot get HD signals decoded, but think that's a limitati

Visiting Nurses & RN's marketing email list

2010-05-06 Thread kestrel
We have lists for healthcare, business & finance, consumers and professionals. Lots of different lists from various optin sources. Just send me an email here for additional info: mario.cul...@realresults.co.cc to get off please email disapp...@realresults.co.cc -- To unsubscribe from this l

Re: setting up a tevii s660

2010-05-06 Thread william
Hello Tim, i also have a tevii s660 which i cannot get to work properly. i'm no programmer and nobody has given a reaction on my previous posts (debugging my tevii...). I get this in my log after getting the source from the linuxtv site with the driver igor wrote: [ 45.654362] dvb-usb:

Re: [PATCH 03/15] [RFC] Documentation: add v4l2-controls.txt documenting the new controls API.

2010-05-06 Thread Laurent Pinchart
Hi Hans, On Monday 03 May 2010 00:21:46 Hans Verkuil wrote: > On Sunday 02 May 2010 22:39:11 Laurent Pinchart wrote: > > On Monday 26 April 2010 09:33:38 Hans Verkuil wrote: [snip] > > > +Objects in the framework > > > + > > > + > > > +There are two main objects: > > > +

Re: [PATCH 01/15] [RFC] v4l: Add new control handling framework

2010-05-06 Thread Laurent Pinchart
Hi Hans, I don't think I should review the code in details before we agree on the architecture (please correct me if I'm wrong). Two comments though. On Monday 26 April 2010 09:33:30 Hans Verkuil wrote: [snip] > diff --git a/include/media/v4l2-ctrls.h b/include/media/v4l2-ctrls.h > new file mo

[PATCH -next] IR: add header file to fix build

2010-05-06 Thread Randy Dunlap
From: Randy Dunlap Fix build error: drivers/media/IR/rc-map.c:51: error: implicit declaration of function 'msleep' Signed-off-by: Randy Dunlap Cc: Mauro Carvalho Chehab --- drivers/media/IR/rc-map.c |1 + 1 file changed, 1 insertion(+) --- linux-next-20100506.orig/drivers/m

dvb_ttpci: PES packet shortened; cx8800 and dvb_ttpci crashes on rmmod (2.6.34-rc6)

2010-05-06 Thread Hans-Peter Jansen
Hi, on a crusade to get a setup with one FF Hauppauge WinTV Nexus-S + CAM and two Hauppauge WinTV-HVR400 to behave well (again) with vdr (1.6.0 now), finally I've been arrived at kernel 2.6.34-rc6 and still suffering.. :-( Accessing sky channels via CAM/AlphaCrypt could result in floods of

[em28xx] No sound in Leadtek WinFast TV USB II (not Deluxe)

2010-05-06 Thread Владимир Чернышев
Hello. I try to plug Leadtek WinFast TV USB II (LR6021 Rev. C) to my Ubuntu 10.04 (2.6.32-22-generic #33-Ubuntu SMP Wed Apr 28 13:27:30 UTC 2010 i686 GNU/Linux with all latest security and updates ). First I try card=8 - no results, then I try card=28 (because in Windows it seems like Leadtek Win

[GIT PULL for 2.6.34] V4L/DVB fixes

2010-05-06 Thread Mauro Carvalho Chehab
The following changes since commit 722154e4cacf015161efe60009ae9be23d492296: Linus Torvalds (1): Merge branch 'zerolen' of git://git.kernel.org/.../jgarzik/misc-2.6 are available in the git repository at: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git v4l_for_

Re: [patch -next 1/2] media/az6027: doing dma on the stack

2010-05-06 Thread Mauro Carvalho Chehab
walter harms wrote: > > Dan Carpenter schrieb: >> I changed the dma buffers to use allocated memory instead of stack >> memory. >> >> The reason for this is documented in Documentation/DMA-API-HOWTO.txt >> under the section: "What memory is DMA'able?" That document was only >> added a couple wee

Re: [PATCH] dvb_frontend: fix typos in comments and one function

2010-05-06 Thread Guillaume Audirac
Hello Steven, > I've had an open TDA10048 bug on my list for quite a while, I think > you've already made reference to this in an earlier email. Essentially > I'm told my a number of Australian users that the 10048 isn't > broad-locking when tuned +- 167Khz away from the carrier, which it > should

Re: [em28xx] No sound in Leadtek WinFast TV USB II (not Deluxe)

2010-05-06 Thread Magnus Alm
2010/5/7 Владимир Чернышев : > Hello. > > I try to plug  Leadtek WinFast TV USB II (LR6021 Rev. C) to my Ubuntu > 10.04 (2.6.32-22-generic #33-Ubuntu SMP Wed Apr 28 13:27:30 UTC 2010 > i686 GNU/Linux with all latest security and updates ). First I try > card=8 - no results, then I try card=28 (beca