Re: [PATCH] Fix regression introduced which broke the Hauppauge USBLive 2

2011-07-24 Thread Devin Heitmueller
On Sun, Jul 24, 2011 at 8:57 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: I proposed the same fix sometime ago, when Gerd reported this issue for me. His feedback was that this partially fixed the issue, but he reported that he also needed to increase the set_power_mode delay from 5 to

Re: [PATCH] Fix regression introduced which broke the Hauppauge USBLive 2

2011-07-24 Thread Devin Heitmueller
On Sun, Jul 24, 2011 at 9:02 AM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: I don't dispute the possibility that there is some *other* bug that effects users who have some other value for HZ, but neither I nor the other use saw it.  Without this patch though, the device is broken

[PATCH] cx231xx: Fix power ramping issue

2011-07-24 Thread Devin Heitmueller
Attached is a patch which addresses the issue discussed by Mauro and Gerd for the -32 errors seen with the Hauppauge USBLive 2. Devin -- Devin J. Heitmueller - Kernel Labs http://www.kernellabs.com cx231xx: Fix power ramp time to be consistent regardless of CONFIG_HZ From: Devin Heitmueller

[PATCH] cx231xx: Provide signal lock status in G_INPUT

2011-07-24 Thread Devin Heitmueller
://www.kernellabs.com cx231xx: show real signal status in G_INPUT/ENUM_INPUT ioctl results From: Devin Heitmueller dheitmuel...@kernellabs.com Make use of the signal state registers to properly populate the signal lock registers in the cx231xx driver. This allows applications to know whether there is a signal

[PATCH] au8522: set signal field to 100% when signal present

2011-07-24 Thread Devin Heitmueller
%. Devin -- Devin J. Heitmueller - Kernel Labs http://www.kernellabs.com au8522: set signal field to 100% when signal present From: Devin Heitmueller dheitmuel...@kernellabs.com The signal state field in G_TUNER is typically scaled from 0-100%. Since we don't know the signal level, we really

[PATCH] Fix regression introduced which broke the Hauppauge USBLive 2

2011-07-23 Thread Devin Heitmueller
the Hauppauge USBLive 2 From: Devin Heitmueller dheitmuel...@kernellabs.com At some point during refactoring of the cx231xx driver, the USBLive 2 device became broken. This patch results in the device working again. Thanks to Robert DeLuca for sponsoring this work. Signed-off-by: Devin Heitmueller

Re: [PATCH] [resend] usbvision: disable scaling for Nogatech MicroCam

2011-07-22 Thread Devin Heitmueller
On Fri, Jul 22, 2011 at 4:00 PM, Ondrej Zary li...@rainbow-software.org wrote: Scaling causes bad artifacts (horizontal lines) with compression at least with Nogatech MicroCam so disable it (for this HW). This also fixes messed up image with some programs (Cheese with 160x120, Adobe Flash).

Re: [PATCH] [resend] usbvision: disable scaling for Nogatech MicroCam

2011-07-22 Thread Devin Heitmueller
On Fri, Jul 22, 2011 at 5:22 PM, Ondrej Zary li...@rainbow-software.org wrote: Seems that this bug is widespread - the same problem appears also in guvcview and adobe flash. I think that the driver is broken too - it should return corrected resolution in TRY_FMT. Well, if the driver does not

Re: [PATCH 00/16] New drivers: DRX-K, TDA18271c2, Updates: CXD2099 and ngene

2011-07-11 Thread Devin Heitmueller
On Sun, Jul 3, 2011 at 12:31 PM, Oliver Endriss o.endr...@gmx.de wrote: [PATCH 01/16] tda18271c2dd: Initial check-in [PATCH 02/16] tda18271c2dd: Lots of coding-style fixes Oliver, Why the new driver for the 18271c2? There is already such a driver, and in the past we've rejected multiple

Re: [PATCH 00/16] New drivers: DRX-K, TDA18271c2, Updates: CXD2099 and ngene

2011-07-11 Thread Devin Heitmueller
Hi Ralph, Good to hear from you. AFAIR, there were at least 2 reasons. One was that the existing driver does not accept 2 (or even 4) tuners with the same address (but behind different demods) on the same I2C bus which is the case on duoflex C/T addon cards. Do you mean that you are relying

Re: [PATCH 00/16] New drivers: DRX-K, TDA18271c2, Updates: CXD2099 and ngene

2011-07-11 Thread Devin Heitmueller
On Mon, Jul 11, 2011 at 1:15 PM, Ralph Metzler r...@metzlerbros.de wrote:   Generally speaking with other devices the IF is configured for the   tuner depending on the target modulation (there is a tda18271_config   struct passed at attach time containing the IF for various modes).   Then the

[PATCH] cx88: properly maintain decoder config when using MPEG encoder

2011-07-10 Thread Devin Heitmueller
Hello, The attached patch addresses a problem raised by Florent Audebert where the video decoder was not setup properly if you were capturing on the HVR-1300's s-video port while using the MPEG encoder. The issue is described in greater detail in the patch itself. Devin -- Devin J.

Re: [RFCv2 PATCH 0/5] tuner-core: fix s_std and s_tuner

2011-07-06 Thread Devin Heitmueller
On Wed, Jul 6, 2011 at 1:53 PM, Marko Ristola marko.rist...@kolumbus.fi wrote: Hi. I think that you could reuse lots of code with smart suspend / resume. What do you think about this DVB power saving case (about the concept, don't look at details, please): - One device has responsibility

[PATCH] dvb_frontend: fix race condition in stopping/starting frontend

2011-07-04 Thread Devin Heitmueller
of the race are described in the patch. Devin -- Devin J. Heitmueller - Kernel Labs http://www.kernellabs.com dvb_frontend: fix race condition in stopping/starting frontend From: Devin Heitmueller dheitmuel...@kernellabs.com There is a race condition exhibited when channel scanners

Re: Bug in HVR1300. Found part of a patch, if reverted

2011-07-04 Thread Devin Heitmueller
On Thu, May 12, 2011 at 10:14 AM, Mike michael.st...@iinet.net.au wrote: Hi there in the latest kernel (and all those since when the patch was written) this patch is still required for the HVR-1300 to work, any chance of it getting incorporated? thanks Mike Hello Mike, Please try out the

Re: EM28xx based device support

2011-06-27 Thread Devin Heitmueller
On Mon, Jun 27, 2011 at 11:40 AM, Andrea De Marsi andrea.dema...@gmail.com wrote: I now need to upgrade the linux kernel to a newer version (2.6.32 or newer); I followed the same path that was working with 2.6.24 (which is basically have the device recognized as an empia device) and in fact

Re: [RFC] Don't use linux/version.h anymore to indicate a per-driver version - Was: Re: [PATCH 03/37] Remove unneeded version.h includes from include/

2011-06-24 Thread Devin Heitmueller
Applications are certainly using it. I know this for a fact for the ivtv driver where feature improvements are marked that way. Without more research on how this is used I am not comfortable with this. Regards,        Hans MythTV has a bunch of these too (mainly so the code can adapt to

Re: [RFC] Don't use linux/version.h anymore to indicate a per-driver version - Was: Re: [PATCH 03/37] Remove unneeded version.h includes from include/

2011-06-24 Thread Devin Heitmueller
On Fri, Jun 24, 2011 at 9:29 AM, Mauro Carvalho Chehab mche...@infradead.org wrote: MythTV has a bunch of these too (mainly so the code can adapt to driver bugs that are fixed in later revisions).  Putting Mauro's patch upstream will definitely cause breakage. It shouldn't, as ivtv driver

Re: [RFC] Don't use linux/version.h anymore to indicate a per-driver version - Was: Re: [PATCH 03/37] Remove unneeded version.h includes from include/

2011-06-24 Thread Devin Heitmueller
On Fri, Jun 24, 2011 at 2:34 PM, Stefan Richter stef...@s5r6.in-berlin.de wrote: If the driver version is in fact an ABI version, then the driver author should really increase it only when ABI behavior is changed (and only if the behavior change can only be communicated by version number ---

Re: [RFC] Don't use linux/version.h anymore to indicate a per-driver version - Was: Re: [PATCH 03/37] Remove unneeded version.h includes from include/

2011-06-24 Thread Devin Heitmueller
On Fri, Jun 24, 2011 at 5:20 PM, Stefan Richter stef...@s5r6.in-berlin.de wrote: Easier:  I run Ubuntu 10.4.  I run kernel 2.6.32. One of these is usually already included in the first post or IRC message from the user. Separate driver versions are only needed on platforms where drivers are

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-21 Thread Devin Heitmueller
On Tue, Jun 21, 2011 at 7:04 AM, Andreas Oberritter o...@linuxtv.org wrote: Mauro and Devin, I think you're missing the point. This is not about creating drivers in userspace. This is not about open or closed source. The vtuner interface, as implemented for the Dreambox, is used to access

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-21 Thread Devin Heitmueller
2011/6/21 Andreas Oberritter o...@linuxtv.org: Yes, and you did lie to your vendor, too, as you did not mention the possibilities to create I don't know if this is a language barrier issue, but calling someone a liar (let alone in an open forum) is a pretty offensive thing to do. In fact, such

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-20 Thread Devin Heitmueller
2011/6/20 Rémi Denis-Courmont r...@remlab.net:        Hello, Le dimanche 19 juin 2011 03:10:15 HoP, vous avez écrit : get inspired by (unfortunately close-source) solution on stb Dreambox 800 I have made my own implementation of virtual DVB device, based on the same device API. Some might

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-20 Thread Devin Heitmueller
On Mon, Jun 20, 2011 at 2:17 PM, HoP jpetr...@gmail.com wrote: Can you tell me when such disscussion was done? I did a big attempt to check if my work is not reinventing wheels, but I found only some very generic frontend template by Emard em...@softhome.net. See the userspace tuner thread

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-20 Thread Devin Heitmueller
2011/6/20 Sébastien RAILLARD (COEXSI) s...@coexsi.fr: If I may put my two cents in this discussion regarding the closed source code problem: maybe it could be great to have some closed source drivers making some DVB hardware working better or even allowing more DVB hardware working under

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-20 Thread Devin Heitmueller
On Mon, Jun 20, 2011 at 3:56 PM, HoP jpetr...@gmail.com wrote: Do you think it is really serious enough reason to prevent of having such virtualization driver in the kernel? Let check my situation and tell me how I should continue (TBH, I already thought that driver can be accepted, but my

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-20 Thread Devin Heitmueller
On Mon, Jun 20, 2011 at 6:11 PM, Bjørn Mork bj...@mork.no wrote: Devin Heitmueller dheitmuel...@kernellabs.com writes: Nothing prevents a third-party from writing closed source drivers. What we do *not* think is fair though is that those third parties should be able to take advantage of all

Re: [RFCv2 PATCH 0/5] tuner-core: fix s_std and s_tuner

2011-06-16 Thread Devin Heitmueller
On Thu, Jun 16, 2011 at 7:14 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: One possible logic that would solve the scripting would be to use a watchdog to monitor ioctl activities. If not used for a while, it could send a s_power to put the device to sleep, but this may not solve all our

Re: xc4000 and analog tv

2011-06-15 Thread Devin Heitmueller
On Wed, Jun 15, 2011 at 2:26 AM, Artem Pastukhov artem.pastuk...@gmail.com wrote: It's possible to get analog tv from xc4000? I have Pinnacle PCTV Hybrid Stick Solo No, this is not currently possible. The limitation has nothing to do with the xc4000 driver but rather the dvb-usb framework

Re: [RFCv2 PATCH 0/5] tuner-core: fix s_std and s_tuner

2011-06-15 Thread Devin Heitmueller
On Wed, Jun 15, 2011 at 3:55 PM, Hans Verkuil hverk...@xs4all.nl wrote: Why would that violate the spec? If the last filehandle is closed, then you can safely poweroff the tuner. The only exception is when you have a radio tuner whose audio output is hooked up to some line-in: there you can't

Re: [RFCv2 PATCH 0/5] tuner-core: fix s_std and s_tuner

2011-06-15 Thread Devin Heitmueller
On Wed, Jun 15, 2011 at 4:37 PM, Hans Verkuil hverk...@xs4all.nl wrote: But the driver has that information, so it should act accordingly. So on first open you can check whether the current input has a tuner and power on the tuner in that case. On S_INPUT you can also poweron/off accordingly

Re: Some fixes for alsa_stream

2011-06-14 Thread Devin Heitmueller
On Tue, Jun 14, 2011 at 9:47 AM, Hans de Goede hdego...@redhat.com wrote: Hmm, we really don't need more cmdline options IMHO, it is quite easy to detect if an alsa device supports mmap mode, and if not fall back to r/w mode, I know several programs which do that (some if which I've written

Re: Some fixes for alsa_stream

2011-06-14 Thread Devin Heitmueller
On Tue, Jun 14, 2011 at 10:45 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: Pulseaudio sucks. See what happens when I pass -alsa-pb default argument to pulseaudio: 1) ssh section. User is the same as the console owner: ALSA lib pulse.c:229:(pulse_connect) PulseAudio: Unable to

Re: Status on DRX-K based tuner cards

2011-06-13 Thread Devin Heitmueller
On Mon, Jun 13, 2011 at 6:05 PM, Markus Partheymueller m...@klee-parthy.de wrote: Hello there, I just wanted to ask whether there is a change in the situation of tuners used in e.g. Terratec H5 / WinTV HVR-930c / MSI Digivox Trio etc. As far as I can understand all the information available

Re: [RFCv1 PATCH 7/7] tuner-core: s_tuner should not change tuner mode.

2011-06-12 Thread Devin Heitmueller
On Sun, Jun 12, 2011 at 9:44 AM, Andy Walls awa...@md.metrocast.net wrote: BTW, the cx18-alsa module annoys me as a developer.  PulseAudio holds the device nodes open, pinning the cx18-alsa and cx18 modules in kernel. When killed, PulseAudio respawns rapidly and reopens the nodes. Unloading

Re: [RFCv2 PATCH 0/5] tuner-core: fix s_std and s_tuner

2011-06-11 Thread Devin Heitmueller
On Sat, Jun 11, 2011 at 11:05 AM, Hans Verkuil hverk...@xs4all.nl wrote: Second version of this patch series. It's the same as RFCv1, except that I dropped the g_frequency and g_tuner/s_tuner patches (patch 3, 6 and 7 in the original patch series) because I need to think more on those, and I

Re: [RFCv2 PATCH 0/5] tuner-core: fix s_std and s_tuner

2011-06-11 Thread Devin Heitmueller
On Sat, Jun 11, 2011 at 12:06 PM, Andy Walls awa...@md.metrocast.net wrote: Devin, I think I have a Gotview or compro card with an xc2028.  Is that tuner capable of standby?  Would the cx18 or ivtv driver need to actively support using stand by? An xc2028/xc3028 should be fine, as that

Re: [RFCv2 PATCH 0/5] tuner-core: fix s_std and s_tuner

2011-06-11 Thread Devin Heitmueller
On Sat, Jun 11, 2011 at 11:53 AM, Hans Verkuil hverk...@xs4all.nl wrote: Do you happen to know not-too-expensive cards that you can buy that have this sort of tuners? It may be useful to be able to test this myself. Anything with an xc3028 or xc5000 would have this issue. I don't really keep

Re: [RFCv2 PATCH 0/5] tuner-core: fix s_std and s_tuner

2011-06-11 Thread Devin Heitmueller
On Sat, Jun 11, 2011 at 1:02 PM, Hans Verkuil hverk...@xs4all.nl wrote: OK, but how do you get it into standby in the first place? (I must be missing something here...) The tuner core puts the chip into standby when the last V4L filehandle is closed. Yes, I realize this violates the V4L spec

Re: [PATCH 05/13] [media] dvb/audio.h: Remove definition for AUDIO_GET_PTS

2011-06-10 Thread Devin Heitmueller
On Thu, Jun 9, 2011 at 9:07 AM, Andreas Oberritter o...@linuxtv.org wrote: ... implemented in *kernel* drivers for several generations of the dreambox. Well, let's see the source code to the drivers in question, and from there we can make some decisions on how to best proceed. Devin -- Devin

Re: [PATCH] cx231xx: Add support for Hauppauge WinTV USB2-FM

2011-06-08 Thread Devin Heitmueller
On Wed, Jun 8, 2011 at 2:54 PM, Peter Moon pom...@gmail.com wrote: This patch adds support for the Hauppauge WinTV USB2-FM Analog TV Stick. It includes support for both the PAL and NTSC variants of the device. Signed-off-by: Peter Moon pom...@gmail.com Reviewed-by: Devin Heitmueller dheitmuel

Re: [PATCH] cx231xx: Add support for Hauppauge WinTV USB2-FM

2011-06-07 Thread Devin Heitmueller
On Tue, Jun 7, 2011 at 12:12 PM, Peter Moon pom...@gmail.com wrote: According to the Windows driver inf file that I have, the USB ID of the NTSC version is 2040:b111. Correct. The PAL defaulted device is b110. The NTSC defaulted device is B111. I can add the USB device definition for the

Re: HVR-1300 analog inputs

2011-06-06 Thread Devin Heitmueller
On Mon, Jun 6, 2011 at 12:45 PM, Florent Audebert florent.audeb...@anevia.com wrote: Nonetheless, I have vertical lines when using s-video at MPEG device output (more visible in white areas)[1]. Reading from capture device is alright whether s-video (input=2) or composite (input=1) is

Re: HVR-1300 analog inputs

2011-06-06 Thread Devin Heitmueller
On Mon, Jun 6, 2011 at 1:17 PM, Florent Audebert florent.audeb...@anevia.com wrote: That's right. RAW output seems clean so far in all cases.  - When selecting composite input, MPEG encoder output is clean  - When selecting s-video input, MPEG encoder output have lines Oh, that is

Re: Which error code to return when a usb camera gets unplugged

2011-06-06 Thread Devin Heitmueller
On Mon, Jun 6, 2011 at 1:56 PM, Hans de Goede hdego...@redhat.com wrote: Hi, While working on my cleanup / v4l2 compliance series for the pwc driver I've noticed that the pwc and gspca drivers are doing different things wrt what error they return to an app is using the device while it gets

Re: Last key repeated after every keypress on remote control (saa7134 lirc devinput driver)

2011-06-06 Thread Devin Heitmueller
On Mon, Jun 6, 2011 at 2:13 PM, Radim radim...@seznam.cz wrote: Hello to everybody, I was redirected here from lirc mailinglist (reason is at the end). I'm asking for any help because I wasn't able to solve this problem by my self (and google of course). When I'm testing lirc configuration

Re: [PATCH] cx231xx: Add support for Hauppauge WinTV USB2-FM

2011-06-06 Thread Devin Heitmueller
On Mon, Jun 6, 2011 at 3:22 PM, Peter Moon pom...@gmail.com wrote: This patch adds support for the Hauppauge WinTV USB2-FM Analog Stick. Signed-off-by: Peter Moon pom...@gmail.com I basically have the same patch sitting in my one of my Hauppauge private repos, but hadn't gotten around to

Re: xc4000 patches folded

2011-06-05 Thread Devin Heitmueller
On Sunday, June 5, 2011, Mauro Carvalho Chehab mche...@redhat.com wrote: Em 05-06-2011 12:13, Istvan Varga escreveu: On 06/05/2011 03:58 PM, Mauro Carvalho Chehab wrote: Don't add \n\t\t at the beginning of the param_desc. Even the extra \t and \n format stuff in the middle of the

Re: [linux-dvb] XC4000 patches for kernel 2.6.37.2

2011-06-02 Thread Devin Heitmueller
2011/5/31 Dmitri Belimov d.beli...@gmail.com: Is it possible make some patches and add support xc4000 into kernel? With my best regards, Dmitry. What needs to happen here is somebody needs to prepare a patch series which contains all the relevant patches, including the SOBs. This is entirely

SOB for original xc4000 patch

2011-06-02 Thread Devin Heitmueller
Here is the email thread where Davide Ferri consented to having the SOB added to his original patch. Whoever prepares the patch series should ensure that it has the following chain of SOBs: Signed-off-by: Davide Ferri davidef1...@gmail.com Signed-off-by: Devin Heitmueller dheitmuel

Re: [linux-dvb] XC4000 patches for kernel 2.6.37.2

2011-05-30 Thread Devin Heitmueller
On Mon, May 30, 2011 at 10:48 PM, Dmitri Belimov d.beli...@gmail.com wrote: Hi Hi Istvan       I am sending you modified patches for kernel 2.6.37.2, they works as expected. First apply kernel_xc4000.diff (your patch) then kernel_dtv3200h.diff for Leadtek DTV3200 XC4000 support. Can you

Re: PCTV nanoStick T2 290e support - Thank you!

2011-05-28 Thread Devin Heitmueller
On Saturday, May 28, 2011, Antti Palosaari cr...@iki.fi wrote: On 05/28/2011 04:04 PM, Rémi Denis-Courmont wrote: By the way, what is the V4L2 device node supposed to be? I don't suppose the hardware supports analog nor hardware decoding!? Is it just a left over from the em28xx driver?

Re: dvb: one demux per tuner or one demux per demod?

2011-05-24 Thread Devin Heitmueller
2011/5/24 Steve Kerrison st...@stevekerrison.com: Hi Rémi, The cxd2820r supports DVB-T/T2 and also DVB-C. As such antti coded up a multiple front end (MFE) implementation for em28xx then attaches the cxd2820r in both modes. I believe you can only use one frontend at once per adapter (this

Re: [linux-dvb] build.sh fails on kernel 2.6.38

2011-05-24 Thread Devin Heitmueller
On Tue, May 24, 2011 at 7:55 AM, Stu Fleming stew...@wic.co.nz wrote: I note that the cx88 bug that affects HVR3000 and HVR4000 is still in this build https://lists.launchpad.net/mythbuntu-bugs/msg03390.html I would hugely appreciate the latter bug being fixed!! Hmm, I just looked at this

Re: [ANNOUNCE] experimental alsa stream support at xawtv3

2011-05-24 Thread Devin Heitmueller
On Tue, May 24, 2011 at 2:50 AM, Hans Verkuil hverk...@xs4all.nl wrote: On Monday, May 23, 2011 22:17:06 Mauro Carvalho Chehab wrote: Due to the alsa detection code that I've added at libv4l2util (at v4l2-utils) during the weekend, I decided to add alsa support also on xawtv3, basically to

Re: [ANNOUNCE] experimental alsa stream support at xawtv3

2011-05-23 Thread Devin Heitmueller
On Mon, May 23, 2011 at 4:17 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Due to the alsa detection code that I've added at libv4l2util (at v4l2-utils) during the weekend, I decided to add alsa support also on xawtv3, basically to provide a real usecase example. Of course, for it to

Re: Connexant cx25821 help

2011-05-21 Thread Devin Heitmueller
On Sat, May 21, 2011 at 3:34 PM, Roman Gaufman hacke...@gmail.com wrote: I have a PCI-E capture card with two connexant cx25821 chips. 04:00.0 Multimedia video controller: Conexant Systems, Inc. Device 8210 05:00.0 Multimedia video controller: Conexant Systems, Inc. Device 8210 There is a

Re: Connexant cx25821 help

2011-05-21 Thread Devin Heitmueller
On Sat, May 21, 2011 at 10:25 PM, Roman Gaufman hacke...@gmail.com wrote: I figured as much, but what can I do now? Your options at this point are: 1. Find some developer who cares enough to take a free board just for the fun of making it work. 2. If you're a commercial entity, hire somebody

Re: Connexant cx25821 help

2011-05-21 Thread Devin Heitmueller
On Sat, May 21, 2011 at 11:22 PM, Roman Gaufman hacke...@gmail.com wrote: 1.  Find some developer who cares enough to take a free board just for the fun of making it work. Any suggestions where? You're already in the right place. Unfortunately, finding a developer willing to spend ten or

Re: [PATCH] xc5000, fix fw upload crash

2011-05-17 Thread Devin Heitmueller
On Tue, May 17, 2011 at 12:23 AM, Dmitri Belimov d.beli...@gmail.com wrote: Hi Fix crash when init tuner and upload twice the firmware into xc5000 at the some time. diff --git a/drivers/media/common/tuners/xc5000.c b/drivers/media/common/tuners/xc5000.c index aa1b2e8..a491a5b 100644 ---

Re: hvr950Q on Ubuntu 11.04

2011-05-17 Thread Devin Heitmueller
On Sat, May 14, 2011 at 12:54 PM, Bruce Barnett grymo...@gmail.com wrote: I'm having a heck of a time trying to get a TV buffer card running. I bought a Hauppauge 950Q and HVR1255. I can get neither to work. I also just bought a Evga GT 430 graphics card as I was using a LGA 1156 Intel i3 with

Re: CX24116 i2c patch

2011-05-05 Thread Devin Heitmueller
On Thu, May 5, 2011 at 8:28 AM, Steven Toth st...@kernellabs.com wrote: Mauro, Subject: [media] cx24116: add config option to split firmware download Author:  Antti Palosaari cr...@iki.fi Date:    Wed Apr 27 21:03:07 2011 -0300 It is very rare I2C adapter hardware which can provide 32kB I2C

Re: CX24116 i2c patch

2011-05-05 Thread Devin Heitmueller
On Thu, May 5, 2011 at 9:15 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: So, the I2C adapter xfer code will end by being something like: switch(i2c_device) {        case FOO:                use_split_code_foo();                break;        case BAR:                

Re: [git:v4l-dvb/for_v2.6.40] [media] cx18: mmap() support for raw YUV video capture

2011-05-03 Thread Devin Heitmueller
Hi Andy, On Mon, May 2, 2011 at 10:40 PM, Andy Walls awa...@md.metrocast.net wrote: Hi All, Ah crud, what a mess.  Where to begin...? Where have I been: On 30 March 2011, my 8-year-old son was diagnosed with Necrotizing Fasciitis caused by Invasive Group A Streptococcous - otherwise known

Re: Terratec Cinergy 1400 DVB-T RC not working anymore

2011-05-03 Thread Devin Heitmueller
On Tue, May 3, 2011 at 11:40 AM, Jarod Wilson ja...@wilsonet.com wrote: So there are really two issues here. First up, the default keymap isn't correct for this device, and second, the behavior of the hardware and/or driver is terrible, as only ~20% of keypresses are getting though. The first

Re: Terratec Cinergy 1400 DVB-T RC not working anymore

2011-05-03 Thread Devin Heitmueller
On Tue, May 3, 2011 at 4:21 PM, Heiko Baums li...@baums-on-web.de wrote: Am Tue, 3 May 2011 13:16:57 -0400 schrieb Jarod Wilson ja...@wilsonet.com: A quick look at the code suggests the 800i should indeed behave more or less the same, barring any hardware-specific implementation differences.

Re: Terratec Cinergy 1400 DVB-T RC not working anymore

2011-05-03 Thread Devin Heitmueller
On Tue, May 3, 2011 at 4:46 PM, Jarod Wilson ja...@wilsonet.com wrote: Yeah, good to have confirmation its got the same issue (and that it doesn't appear to be a simple case of flat batteries) Jarod, send me your mailing address off-list, and I'll get a package into the mail this week. Will

Re: [git:v4l-dvb/for_v2.6.40] [media] cx18: mmap() support for raw YUV video capture

2011-05-02 Thread Devin Heitmueller
On Mon, May 2, 2011 at 3:11 PM, Hans Verkuil hverk...@xs4all.nl wrote: NACK. For two reasons: first of all it is not signed off by Andy Walls, the cx18 maintainer. I know he has had other things on his plate recently which is probably why he hasn't had the chance to review this. Secondly,

Re: [git:v4l-dvb/for_v2.6.40] [media] cx18: mmap() support for raw YUV video capture

2011-05-02 Thread Devin Heitmueller
On Mon, May 2, 2011 at 3:35 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Em 02-05-2011 16:11, Hans Verkuil escreveu: NACK. For two reasons: first of all it is not signed off by Andy Walls, the cx18 maintainer. I know he has had other things on his plate recently which is probably why

Re: [git:v4l-dvb/for_v2.6.40] [media] cx18: mmap() support for raw YUV video capture

2011-05-02 Thread Devin Heitmueller
On Mon, May 2, 2011 at 4:02 PM, Hans Verkuil hverk...@xs4all.nl wrote: It was merged without *asking* Andy. I know he has had some private stuff to deal with this month so I wasn't surprised that he hadn't reviewed it yet. It would have been nice if he was reminded first of this patch. It's a

Re: Wrong tv tuner card detedted

2011-04-18 Thread Devin Heitmueller
On Mon, Apr 18, 2011 at 10:11 AM, Madhur Jajoo jajoo.mad...@gmail.com wrote: lsusb result is madhur@madhur-desktop:~$ lsusb Bus 005 Device 003: ID 12d1:140b Huawei Technologies Co., Ltd. EC1260 Wireless Data Modem HSD USB Card Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

Re: Wrong tv tuner card detedted

2011-04-18 Thread Devin Heitmueller
On Mon, Apr 18, 2011 at 10:28 AM, Madhur Jajoo jajoo.mad...@gmail.com wrote: Hi Devin,       Thanks for the reply. How can i make it work ?       Is there any wayout? Thanks Madhur Unless you're familiar with device driver development, there isn't really any solution for you. The driver

Re: HVR-1600 (model 74351 rev F1F5) analog Red Screen

2011-04-11 Thread Devin Heitmueller
On Mon, Apr 11, 2011 at 12:32 PM, Eric B Munson emun...@mgebm.net wrote: Can you tune to other known digital channels? I will have to see if I can set one up by hand and try it.  I will get back to you when I am able to do this (should be later today). Let me know if you need anything

Re: HVR-1600 (model 74351 rev F1F5) analog Red Screen

2011-04-11 Thread Devin Heitmueller
On Mon, Apr 11, 2011 at 3:29 PM, Eric B Munson emun...@mgebm.net wrote: On Mon, 11 Apr 2011, Devin Heitmueller wrote: On Mon, Apr 11, 2011 at 3:24 PM, Eric B Munson emun...@mgebm.net wrote: I mean the /usr/bin/scan tool.  Most of the channels seem to be missing the EIT information

Re: [linux-dvb] Pinnacle PCTV Dual DVB-T Pro PCI 2000i

2011-04-09 Thread Devin Heitmueller
On Fri, Apr 8, 2011 at 5:35 AM, pigeonskil...@libero.it pigeonskil...@libero.it wrote: Pinnacle PCTV Dual DVB-T Pro PCI 2000i (http://linuxtv.org/wiki/index.php/DVB- T_PCI_Cards#Pinnacle) was introduced in 2006 and after 5 years it is still unsupported in linux! Unbelievable! Yet its chips

Re: [PATCH] Fix cx88 remote control input

2011-04-08 Thread Devin Heitmueller
On Fri, Apr 8, 2011 at 12:21 PM, Jarod Wilson ja...@wilsonet.com wrote: The problem is that there isn't a the keytable. There are many many keytables. And a lot of different hardware. Testing all possible combinations of hardware (both receiver side and remote side) is next to impossible. We

Re: [PATCH] Fix cx88 remote control input

2011-04-08 Thread Devin Heitmueller
On Fri, Apr 8, 2011 at 2:00 PM, Jarod Wilson ja...@wilsonet.com wrote: Have to admit that I don't think it ever registered in my head that we were going to break that many existing keymaps. But something to consider: how many of those are *raw* rc-5 scancode keymaps, vs. cooked scancodes from

Re: [linux-dvb] Pinnacle PCTV Dual DVB-T Pro PCI 2000i

2011-04-08 Thread Devin Heitmueller
On Fri, Apr 8, 2011 at 5:35 AM, pigeonskil...@libero.it pigeonskil...@libero.it wrote: Pinnacle PCTV Dual DVB-T Pro PCI 2000i (http://linuxtv.org/wiki/index.php/DVB- T_PCI_Cards#Pinnacle) was introduced in 2006 and after 5 years it is still unsupported in linux! Unbelievable! I'm not sure why

Re: [PATCH] cx231xx Hauppauge WinTV 950HD

2011-04-04 Thread Devin Heitmueller
On Mon, Apr 4, 2011 at 12:24 PM, Stephan Mueller smuel...@chronox.de wrote: Hi, please apply the attached patch to make the 950HD USB card working. Ciao Stephan --- Hauppauge WinTV 950HD Signed-off-by: Stephan Mueller smuel...@chronox.de ---

Re: [GIT PULL] HVR-900 R2 and PCTV 330e DVB support

2011-03-25 Thread Devin Heitmueller
On Fri, Mar 25, 2011 at 11:50 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: I've added a patch for it at the end of the series. Could you please double check if everything is ok, for me to move this upstream? Thanks! Mauro Sure, I will find some time this weekend to try out your

[GIT PULL] HVR-900 R2 and PCTV 330e DVB support

2011-03-24 Thread Devin Heitmueller
/firmware/drxd/ The following changes since commit 41f3becb7bef489f9e8c35284dd88a1ff59b190c: [media] V4L DocBook: update V4L2 version (2011-03-11 18:09:02 -0300) are available in the git repository at: git://sol.kernellabs.com/dheitmueller/drx.git drxd Devin Heitmueller (12): drx: add

Re: Pinnacle PCTV 340e -

2011-03-24 Thread Devin Heitmueller
On Thu, Mar 24, 2011 at 1:30 PM, Martin Seekatz mar...@pibbs.de wrote: Hello, is there any status change on the development for the Pinnacle PCTV Hybrid Pro Stick 340e since the KernelLab annoncement from December 2009? Any hope that this device will be supportet under Linux? Thanks

Re: [GIT PULL] HVR-900 R2 and PCTV 330e DVB support

2011-03-24 Thread Devin Heitmueller
On Thu, Mar 24, 2011 at 1:34 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: One quick note for your next pull requests: Please don't add: Priority: normal Sure, no problem. I actually knew that but just forgot to strip the priority tags from the patches when I converted the tree from hg

Re: WinTV 1400 broken with recent versions?

2011-03-12 Thread Devin Heitmueller
On Sat, Mar 12, 2011 at 9:22 PM, Jean-Michel Bruenn jean.bru...@ip-minds.de wrote: So i guess, nobody here can help me to solve that problems? xc2028 1-0064: i2c output error: rc = -6 (should be 64) xc2028 1-0064: -6 returned from send xc2028 1-0064: Error -22 while loading base firmware

Re: WinTV 1400 broken with recent versions?

2011-03-11 Thread Devin Heitmueller
On Fri, Mar 11, 2011 at 6:04 PM, jean.bru...@ip-minds.de wrote: Hey, i tried to revert that patch manually (e.g. switching into the directory, vim cx23885-i2c.c, removing the stuff which was added), then make clean make distclean followed by ./build.sh then make rmmod, then plugged in the

Re: WinTV 1400 broken with recent versions?

2011-03-11 Thread Devin Heitmueller
On Fri, Mar 11, 2011 at 6:30 PM, jean.bru...@ip-minds.de wrote: Doesn't seem weird to me at all.  This is a pretty uncommon card, so it is entirely possible that many revisions could go by without someone noticing a regression.  I know for example that the HVR-1500Q (the US version of that

Re: mygica hdcap

2011-03-10 Thread Devin Heitmueller
On Thu, Mar 10, 2011 at 3:30 PM, Jarod Wilson ja...@wilsonet.com wrote: It looks like an at least semi-similar device to the Hauppauge HD-PVR, which is under v4l, so it probably does make sense here. Not aware of anyone working on your specific hardware, but Hans Verkuil posted some patches

Re: BUG at mm/mmap.c:2309 when cx18.ko and cx18-alsa.ko loaded

2011-03-04 Thread Devin Heitmueller
On Thu, Mar 3, 2011 at 9:06 PM, Andy Walls awa...@md.metrocast.net wrote: Hi, I got a BUG when loading the cx18.ko module (which in turn requests the cx18-alsa.ko module) on a kernel built from this repository        http://git.linuxtv.org/media_tree.git staging/for_v2.6.39 which I beleive

Re: IR for remote control not working for Hauppauge WinTV-HVR-1150 (SAA7134)

2011-03-03 Thread Devin Heitmueller
On Thu, Mar 3, 2011 at 8:51 AM, Fernando Laudares Camargos fernando.laudares.camar...@gmail.com wrote: Of course, it did not worked since the device is probably not a i2c remote as was HVR-1110. That makes me wondering what have changed at the IR level from the HVR-1110 to 1120 and then to 1150

Re: em28xx: dvb lock bug on re-plug of device?

2011-03-03 Thread Devin Heitmueller
On Thu, Mar 3, 2011 at 11:01 AM, Steve Kerrison st...@stevekerrison.com wrote: Hi all, I wonder if Devin/Mauro could help me with something as I've run into a problem developing a driver for the PCTV 290e? First plug of the device works fine, em28xx and em28xx_dvb are loaded. However, if I

Re: PCTV nanoStick T2 in stock - Driver work?

2011-02-23 Thread Devin Heitmueller
On Wed, Feb 23, 2011 at 11:49 AM, Nicolas Will n...@youplala.net wrote: Hello The DVB-T2 USB stick appears to be in stock in the UK. Product page: http://www.pctvsystems.com/Products/ProductsEuropeAsia/Digitalproducts/PCTVnanoStickT2/tabid/248/language/en-GB/Default.aspx Play.com, Dabs and

Re: PCTV nanoStick T2 in stock - Driver work?

2011-02-23 Thread Devin Heitmueller
On Wed, Feb 23, 2011 at 12:45 PM, Steve Kerrison st...@stevekerrison.com wrote: That would be me :) I have indeed, but don't have much to speak of seeing as when I started I'd never touched Linux kernel-space driver development. At the moment I have hardware and usb data from myself and

Re: Hauppauge WinTV USB 2

2011-02-23 Thread Devin Heitmueller
On Wed, Feb 23, 2011 at 2:46 PM, Vivek Periaraj vivek.peria...@gmail.com wrote: Hi Folks, I bought a new Hauppauge WinTV USB 2 tuner card and was hoping to use it in linux. I specifically looked up to find whether this card is supported or not, and I found that it's indeed supported by em28xx

Re: Question on V4L2 S_STD call

2011-02-23 Thread Devin Heitmueller
On Wed, Feb 23, 2011 at 4:53 PM, Andy Walls awa...@md.metrocast.net wrote: When the standard set is ambiguous drivers may return EINVAL or choose any of the requested standards. Returning -EINVAL is really not desired behavior. If you don't have standard autodetection before the DIF, your

Re: Question on V4L2 S_STD call

2011-02-23 Thread Devin Heitmueller
On Wed, Feb 23, 2011 at 5:29 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Not all PAL standards. Only the european PAL standards (B/G/D/K/I/H): Correct. PAL/M, PAL/N, PAL/Nc and PAL/60 are not part of it. This is the equivalent of the V4L1 definition for PAL (on V4L1, there was just

Re: utv 330 : gadmei USB 2860 Device : No Audio

2011-02-20 Thread Devin Heitmueller
Hello Pranjal, On Sun, Feb 20, 2011 at 10:13 AM, Pranjal Pandey pranjal8...@gmail.com wrote: I am trying to use UTV 330 tv tuner card to watch tv on my laptop. I am using Ubuntu 10.10 with 2.6.35 kernel. To play the tv i use tvtime -d /dev/video1 Tvtime plays the video properly but there is

Re: IR for remote control not working for Hauppauge WinTV-HVR-1150 (SAA7134)

2011-02-16 Thread Devin Heitmueller
On Wed, Feb 16, 2011 at 11:54 AM, Fernando Laudares Camargos fernando.laudares.camar...@gmail.com wrote: Thanks, Jarod, for re-directing the message and explaining why the fix from Mauro's wouldn't suffice here. Devin: I was hoping they (Hauppauge) had used the same componentry as of the

Re: [corrected get-bisect results]: DViCO FusionHDTV7 Dual Express I2C write failed

2011-02-14 Thread Devin Heitmueller
On Sun, Feb 13, 2011 at 7:16 PM, Andy Walls awa...@md.metrocast.net wrote: Devin, I just checked.  The CX23885 driver *is* setting up to allow slaves to stretch the clock. By analysis, I have confirmed that Jean's sugguested patch that I moved forward was wrong for the hardware's behavior.  

Re: [corrected get-bisect results]: DViCO FusionHDTV7 Dual Express I2C write failed

2011-02-13 Thread Devin Heitmueller
On Sun, Feb 13, 2011 at 9:47 AM, Mark Zimmerman markz...@frii.com wrote: Clearly my previous bisection went astray; I think I have a more sensible result this time. qpc$ git bisect good 44835f197bf1e3f57464f23dfb239fef06cf89be is the first bad commit commit

Re: PCTV USB2 PAL / adds loud hum to correct audio

2011-02-12 Thread Devin Heitmueller
On Sat, Feb 12, 2011 at 3:22 PM, AW arne_woer...@yahoo.com wrote: Hi! When I try to use my new USB TV tuner on Fedora 14 (log messages: in the end) with this: mplayer -tv driver=v4l2:input=0:width=768:height=576:device=/dev/video2:norm=5:chanlist=europe-west:freq=224.25 tv:// I hear

<    1   2   3   4   5   6   7   8   9   10   >