Re: hdpvr lockup with audio dropouts

2012-06-21 Thread Janne Grunau
On 2012-06-09 10:31:36 -0400, sitten74...@mypacks.net wrote: On Thu, Jun 7, 2012 at 7:53 PM, sitten74...@mypacks.net wrote: Apparently there is a known issue where the HD-PVR cannot handle the loss of audio signal over SPDIF while recording.  If this happens, the unit locks up requiring

Re: [RFC PATCH 5/8] v4l: fix compiler warnings.

2012-04-23 Thread Janne Grunau
/hdpvr-video.c @@ -994,7 +994,7 @@ static int hdpvr_try_ctrl(struct v4l2_ext_control *ctrl, int ac3) default: return -EINVAL; } - return 0; + return ret; } static int vidioc_try_ext_ctrls(struct file *file, void *priv, Acked-by: Janne Grunau j

missing patches in patchwork (was Re: [PATCH] [media] hdpvr: update picture controls to support firmware versions 0.15)

2012-02-15 Thread Janne Grunau
On 2012-02-14 17:09:55 -0500, Jarod Wilson wrote: On Tue, Feb 14, 2012 at 4:32 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: On Tue, Feb 14, 2012 at 3:43 PM, Jarod Wilson ja...@wilsonet.com wrote: Looks sane to me, and really needs to get in ASAP. I'd even suggest we get it sent

[PATCH 1/1] [media] hdpvr: fix race conditon during start of streaming

2012-02-02 Thread Janne Grunau
status has to be set to STREAMING before the streaming worker is queued. hdpvr_transmit_buffers() will exit immediately otherwise. Reported-by: Joerg Desch vvd.jo...@googlemail.com CC: sta...@kernel.org --- drivers/media/video/hdpvr/hdpvr-video.c |3 ++- 1 files changed, 2 insertions(+), 1

Re: [PATCH] [media] hdpvr: update picture controls to support firmware versions 0.15

2011-10-20 Thread Janne Grunau
On Thu, Oct 20, 2011 at 11:30:11AM -0400, Devin Heitmueller wrote: On Thu, Oct 20, 2011 at 11:24 AM, Taylor Ralph taylor.ra...@gmail.com wrote: I've attached a patch that correctly sets the max/min/default values for the hdpvr picture controls. The reason the current values didn't cause a

Re: [PATCH] [media] hdpvr: update picture controls to support firmware versions 0.15

2011-10-20 Thread Janne Grunau
On Thu, Oct 20, 2011 at 12:35:40PM -0400, Devin Heitmueller wrote: On Thu, Oct 20, 2011 at 12:23 PM, Janne Grunau ja...@jannau.net wrote: I've looked at them only at very beginning and if I recall correctly they had no visible effects. The values in the linux driver were taken from

Re: [PATCH] DVB-APPS: azap gets -p argument

2011-04-06 Thread Janne Grunau
On Wed, Apr 06, 2011 at 08:39:05AM +0200, Oliver Endriss wrote: On Monday 04 April 2011 13:05:19 Janne Grunau wrote: On Tue, Mar 15, 2011 at 02:50:05PM +0100, Oliver Endriss wrote: The PAT/PMT from the stream does not describe the dvr stream correctly. The dvr device provides *some

Re: [PATCH] DVB-APPS: azap gets -p argument

2011-04-04 Thread Janne Grunau
On Tue, Mar 15, 2011 at 02:50:05PM +0100, Oliver Endriss wrote: On Tuesday 15 March 2011 13:32:58 Janne Grunau wrote: On Tue, Mar 15, 2011 at 01:23:40PM +0100, Christian Ulrich wrote: Hi, thank you for your feedback. Indeed, I never used -r alone, but only with -p. So with your

Re: [PATCH] DVB-APPS: azap gets -p argument

2011-03-15 Thread Janne Grunau
Hi, On Sat, Mar 05, 2011 at 03:16:51AM +0100, Christian Ulrich wrote: I've written a patch against the latest version of azap in the hg repository during the work of my Archos Gen8 DVB-T / ATSC project. Details of patch: - add -p argument from tzap to azap - thus ts streaming to dvr0

Re: [PATCH] DVB-APPS: azap gets -p argument

2011-03-15 Thread Janne Grunau
On Tue, Mar 15, 2011 at 01:23:40PM +0100, Christian Ulrich wrote: Hi, thank you for your feedback. Indeed, I never used -r alone, but only with -p. So with your patch, [acst]zap -r will be the same as -rp. That looks good to me. well, azap not yet. iirc I implemented -p for azap but it was

Re: Enable IR on hdpvr

2011-01-10 Thread Janne Grunau
On Mon, Jan 10, 2011 at 01:05:10AM -0500, Jarod Wilson wrote: There's a bit more to it than just the one line change. Here's the patch we're carrying in the Fedora kernels to enable it: http://wilsonet.com/jarod/lirc_misc/hdpvr-ir/hdpvr-ir-enable.patch Janne, I've heard many success

Re: Volunteers needed: BKL removal: replace .ioctl by .unlocked_ioctl

2010-12-18 Thread Janne Grunau
on it or not. If you can't work on it, but you know someone else, then let me know as well. ... Driver list: ... au0828 (Janne Grunau) I did only two minor cleanups and don't have the hardware. Steven Toth, Devin Heitmueller or Michael Krufky have done major changes to the driver. Added to CC and trimmed

Re: budget_av and high load

2010-12-15 Thread Janne Grunau
On Fri, Dec 10, 2010 at 01:15:14PM +0100, Schubert Andreas wrote: Hello everybody on the list, I have a KNC-1 DVB-S card running under kernel 2.6.36 and mythtv. I experience high load values in top like mentioned ages ago in this thread:

Re: [PATCH] Too slow libv4l MJPEG decoding with HD cameras

2010-10-27 Thread Janne Grunau
On Wed, Oct 27, 2010 at 11:08:35AM +0200, Hans de Goede wrote: Hi, On 10/27/2010 01:51 AM, Mitar wrote: Hi! On Sun, Oct 24, 2010 at 6:04 PM, Mitarmmi...@gmail.com wrote: Has anybody tried to improve MJPEG support in libv4l? With newer cameras this becomes important. I have made

[PULL] hdpvr changes for 2.6.37

2010-10-15 Thread Janne Grunau
firmware date V4L/DVB: hdpvr: decrease URB timeout to 90ms James M McLaren (1): V4L/DVB: hdpvr: Add missing URB_NO_TRANSFER_DMA_MAP flag Janne Grunau (4): V4L/DVB: hdpvr: add two known to work firmware versions V4L/DVB: hdpvr: use AC3 as default audio codec for SPDIF V4L/DVB

Re: [GIT PATCHES FOR 2.6.37] Remove v4l2-i2c-drv.h and most of i2c-id.h

2010-09-16 Thread Janne Grunau
On Wed, Sep 15, 2010 at 10:00:26PM +0200, Hans Verkuil wrote: Mauro, Jean, Janne, This patch series finally retires the hackish v4l2-i2c-drv.h. It served honorably, but now that the hg repository no longer supports kernels 2.6.26 it is time to remove it. Note that this patch series

Re: PATCH to hdpvr-video.c solves DMA allocation problems on arm processsors.

2010-09-04 Thread Janne Grunau
On Fri, Sep 03, 2010 at 11:19:00AM -0500, James MacLaren wrote: I needed to patch hdpvr-video.c to capture on my dockstar arm processor. I see that this patch has been noted on a number of other usb drivers on this list. diff -Naur hdpvr-video.c hdpvr-video-jmm.c --- hdpvr-video.c  

Re: linux-next: Tree for July 28 (lirc #2)

2010-07-29 Thread Janne Grunau
On Thu, Jul 29, 2010 at 12:27:01AM -0400, Jarod Wilson wrote: On Wed, Jul 28, 2010 at 6:27 PM, Jarod Wilson ja...@wilsonet.com wrote: On Wed, Jul 28, 2010 at 6:16 PM, Randy Dunlap randy.dun...@oracle.com wrote: On 07/28/10 15:04, Janne Grunau wrote: On Wed, Jul 28, 2010 at 10:24:17AM

Re: linux-next: Tree for July 28 (lirc #2)

2010-07-28 Thread Janne Grunau
7d1cc98c19a6c27dd74a28f04dfe4248a0b335ce Mon Sep 17 00:00:00 2001 From: Janne Grunau j...@jannau.net Date: Wed, 28 Jul 2010 23:53:35 +0200 Subject: [PATCH 1/2] staging/lirc: fix Kconfig dependencies Signed-off-by: Janne Grunau j...@jannau.net --- drivers/staging/lirc/Kconfig | 28 ++-- 1

Re: Module option adapter_nr

2010-03-29 Thread Janne Grunau
Hi, On Mon, Mar 29, 2010 at 08:41:08PM +0200, Tomáš Skočdopole wrote: I am using the Archlinux distribution and i have four Skystar HD2 cards and one Airstar DVB card in my system. I want to specify adapter numbers for this cards. Order of DVB-S2 cards is not important. So I add this

[PATCH 2 of 7] szap: move get_pmt_pid() to utils.c

2010-02-10 Thread Janne Grunau
util/szap/szap.c | 60 --- util/szap/util.c | 61 util/szap/util.h | 2 + 3 files changed, 63 insertions(+), 60 deletions(-) # HG changeset patch # User Janne Grunau j...@jannau.net

[PATCH 3 of 7] czap: reformat and extend usage string

2010-02-10 Thread Janne Grunau
util/szap/czap.c | 16 +--- 1 files changed, 13 insertions(+), 3 deletions(-) # HG changeset patch # User Janne Grunau j...@jannau.net # Date 1265823779 -3600 # Node ID c1e4c34da4fd395755d98dbbdd7af2950d723a9d # Parent d79f9e2901a05fbee905998294d9cb1ae46a422d czap: reformat

[PATCH 4 of 7] czap: use %m modifier in sscanf instead of %a

2010-02-10 Thread Janne Grunau
util/szap/czap.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) # HG changeset patch # User Janne Grunau j...@jannau.net # Date 1265823785 -3600 # Node ID 0163e837905411bb9932bb65fecde5735e5bd7e9 # Parent c1e4c34da4fd395755d98dbbdd7af2950d723a9d czap: use %m modifier in sscanf

[PATCH 5 of 7] czap: implement -p option to record PAT PMT (PSI)

2010-02-10 Thread Janne Grunau
util/szap/czap.c | 48 ++-- 1 files changed, 38 insertions(+), 10 deletions(-) # HG changeset patch # User Janne Grunau j...@jannau.net # Date 1265820428 -3600 # Node ID c46ead95be23c07b1c95329c713b4dfc649fd67d # Parent

[PATCH 6 of 7] tzap: implement recording program and service information with -p

2010-02-10 Thread Janne Grunau
util/szap/tzap.c | 46 -- 1 files changed, 40 insertions(+), 6 deletions(-) # HG changeset patch # User Janne Grunau j...@jannau.net # Date 1265824478 -3600 # Node ID c38dce87f96ab87a59c3565da978d3564ff438c3 # Parent

[PATCH 7 of 7] azap: implement record program and service information with -p

2010-02-10 Thread Janne Grunau
util/szap/azap.c | 45 ++--- 1 files changed, 38 insertions(+), 7 deletions(-) # HG changeset patch # User Janne Grunau j...@jannau.net # Date 1265824500 -3600 # Node ID eb8e295536aa230a2b5f1fbab86ab4b99527 # Parent

[PATCH 0 of 7] Implement -p in all zap programs

2010-02-10 Thread Janne Grunau
Hi, this patch series implements -p (record PAT and PMT) for [act]zap and a couple of related cleanups. Janne b/util/szap/util.c | 126 + b/util/szap/util.h | 24 ++ util/szap/Makefile |2 util/szap/azap.c | 72

Re: [PATCH 3/8] drivers/media/video/hdpvr: introduce missing kfree

2010-02-03 Thread Janne Grunau
Hej, On Tue, Feb 02, 2010 at 01:19:15PM -0200, Mauro Carvalho Chehab wrote: Janne Grunau wrote: On Fri, Sep 11, 2009 at 06:21:35PM +0200, Julia Lawall wrote: Error handling code following a kzalloc should free the allocated data. Thanks for the report. I'll commit a different patch

Re: [PATCH] hdpvr-video: cleanup signedness

2010-02-03 Thread Janne Grunau
On Sat, Jan 23, 2010 at 02:44:34PM +0100, Németh Márton wrote: From: Márton Németh nm...@freemail.hu The fifth parameter of usb_bulk_msg() is a pointer to signed (see linux/usb.h) so also call this function with pointer to signed. This will remove the following sparse warning (see make

[GIT PULL] V4L HD PVR updates

2010-02-03 Thread Janne Grunau
Hi Mauro, please pull from git://git.jannau.net/linux hdpvr for following patches: Janne Grunau (1): V4L/DVB: hdpvr: add new USB product id Márton Németh (2): hdpvr-video: cleanup signedness hdpvr-core: make module parameters local drivers/media/video/hdpvr/hdpvr-core.c

Re: [GIT PULL] V4L HD PVR updates

2010-02-03 Thread Janne Grunau
On Wed, Feb 03, 2010 at 01:37:19PM -0200, Mauro Carvalho Chehab wrote: Janne Grunau wrote: Hi Mauro, please pull from git://git.jannau.net/linux hdpvr Didn't work: $ git pull git://git.jannau.net/linux fatal: The remote end hung up unexpectedly sorry, missing git-daemon-export-ok

Re: [PATCH 3/8] drivers/media/video/hdpvr: introduce missing kfree

2009-09-16 Thread Janne Grunau
On Fri, Sep 11, 2009 at 06:21:35PM +0200, Julia Lawall wrote: Error handling code following a kzalloc should free the allocated data. Thanks for the report. I'll commit a different patch which adds the buffer to the buffer list as soon it is allocated. The hdpvr_free_buffers() in the error

Re: [PATCH] hdpvr: i2c fixups for fully functional IR support

2009-09-13 Thread Janne Grunau
On Sun, Sep 13, 2009 at 05:04:16PM -0400, Jarod Wilson wrote: On Sep 13, 2009, at 1:23 PM, Brandon Jenkins wrote: I don't mind testing. Currently I am running ArchLinux 64-bit, kernel26-2.6.30.6-1. Please tell me where to build the driver from. Hrm... It *was* in Janne's hdpvr tree, but

Re: [PULL] http://hg.jannau.net/v4l-dvb/

2009-09-03 Thread Janne Grunau
On Tue, Sep 01, 2009 at 09:43:32PM +0200, Janne Grunau wrote: Please pull from http://hg.jannau.net/v4l-dvb/v4l-dvb for the following 4 changesets: 01/04: hdpvr: i2c fixups for fully functional IR support http://hg.jannau.net/v4l-dvb/v4l-dvb?cmd=changeset;node=24f996ba510e IR related

Re: [PATCH] hdpvr: i2c fixups for fully functional IR support

2009-09-03 Thread Janne Grunau
On Thu, Sep 03, 2009 at 04:02:12PM -0400, Jarod Wilson wrote: On Sep 3, 2009, at 7:50 AM, Andy Walls wrote: Hrm. A brief google search suggests the 1250 IR part isn't enabled. I see a number of i2c devices in i2cdetect -l output, but none that say anything about IR... I could just plug

Re: [PATCH] hdpvr: fix i2c device registration on latest kernel

2009-09-03 Thread Janne Grunau
On Thu, Sep 03, 2009 at 03:59:40PM -0400, Jarod Wilson wrote: The i2c changes in 2.6.31 lead to the hdpvr driver oops'ing on load at the moment. These changes remedy that, and after some related changes in the lirc_zilog driver, IR is working again as well. This patch is against

Re: [PULL] http://hg.jannau.net/v4l-dvb/

2009-09-01 Thread Janne Grunau
On Tue, Sep 01, 2009 at 05:30:36PM -0400, Michael Krufky wrote: On Tue, Sep 1, 2009 at 3:43 PM, Janne Grunauj...@jannau.net wrote: This is great -- I only see one issue here, but it should not prevent any merge. Please submit an additional patch to correct the misspelled word vallues to

Re: Haupauge Nova-T 500 2.6.28 regression dib0700

2009-06-09 Thread Janne Grunau
Hi, cc-ed linux-media On Mon, Jun 01, 2009 at 12:48:33PM +0200, Hubert Hafner wrote: I've read your message on mail-archive.com on the linux-media section. The same problem seems to be valid for the Haupauge Nova-TD (a dual receiver). After a few minutes the ehci_hcd core is halted.

Re: [questions] dmesg: Non-NULL drvdata on register

2009-05-04 Thread Janne Grunau
On Mon, May 04, 2009 at 03:03:40PM +0200, Hans Verkuil wrote: Not so many time ago i noticed such line in dmesg: radio-mr800 2-1:1.0: Non-NULL drvdata on register Quick review showed that it appears in usb_amradio_probe fucntions. Then i found such code in v4l2_device_register()

Re: [mythtv] current hd-pvr driver with Centos 5

2009-04-12 Thread Janne Grunau
On Sat, Apr 11, 2009 at 10:34:02PM -0700, Ian Forde wrote: On Wed, 2009-04-08 at 19:56 -0700, Ian Forde wrote: (now to the dev list...) So I went to upgrade my CentOS 5 myth boxes from 5.2 to 5.3. Upgrade went successfully. Next step, upgrade my myth trunk installation. Ah, but I have

Re: [PATCH 3/6] ir-kbd-i2c: Switch to the new-style device binding model

2009-04-05 Thread Janne Grunau
On Sun, Apr 05, 2009 at 07:46:47AM +0200, Hans Verkuil wrote: Let's keep it simple: add a 'load_ir_kbd_i2c' module option for those drivers that did not autoload this module. The driver author can refine things later (I'll definitely will do that for ivtv). It will be interesting if

Re: [PATCH 3/6] ir-kbd-i2c: Switch to the new-style device binding model

2009-04-05 Thread Janne Grunau
On Sun, Apr 05, 2009 at 06:37:43PM +0200, Jean Delvare wrote: Hi Janne, On Sun, 5 Apr 2009 16:37:49 +0200, Janne Grunau wrote: On Sun, Apr 05, 2009 at 07:46:47AM +0200, Hans Verkuil wrote: Let's keep it simple: add a 'load_ir_kbd_i2c' module option for those drivers that did

Re: [PATCH 3/6] ir-kbd-i2c: Switch to the new-style device binding model

2009-04-05 Thread Janne Grunau
On Sun, Apr 05, 2009 at 01:39:33PM -0400, Andy Walls wrote: On Sun, 2009-04-05 at 16:37 +0200, Janne Grunau wrote: I would guess that it won't work. There is an effort to merge lirc. It's currently stalled though. Perhaps you and Jarrod and Christopher have already discussed

Re: [PATCH 5 of 8] pvrusb2: use usb_interface.dev for v4l2_device_register

2009-04-01 Thread Janne Grunau
On Wed, Apr 01, 2009 at 06:37:18AM -0300, Mauro Carvalho Chehab wrote: On Tue, 31 Mar 2009 21:02:16 -0500 (CDT) Mike Isely is...@isely.net wrote: This patch will not at all impact the operation of the pvrusb2 driver, and if associating with the USB interface's device node is preferred

[PULL] http://hg.jannau.net/v4l-dvb/

2009-04-01 Thread Janne Grunau
Mauro, Please pull from http://hg.jannau.net/v4l-dvb/ for the following 8 changesets: 01/08: v4l: use usb_interface for v4l2_device_register http://hg.jannau.net/v4l-dvbi?cmd=changeset;node=3d54e7da8077 02/08: cx231xx: use usb_interface.dev for v4l2_device_register

[PATCH 1 of 6] v4l: use usb_interface for v4l2_device_register

2009-03-29 Thread Janne Grunau
# HG changeset patch # User Janne Grunau j...@jannau.net # Date 1238189646 -3600 # Node ID 602a8fff1ba466ec4fb4816d0fb0725c8650c311 # Parent b1596c6517c925abd1e683e86592af1aedf9de06 v4l: use usb_interface for v4l2_device_register From: Janne Grunau j...@jannau.net If usb_interface.dev is used

[PATCH 2 of 6] cx321xx: use usb_interface.dev for v4l2_device_register

2009-03-29 Thread Janne Grunau
# HG changeset patch # User Janne Grunau j...@jannau.net # Date 1238190165 -3600 # Node ID edca57a287041646c86b404852ef9abf0ecd6c72 # Parent 602a8fff1ba466ec4fb4816d0fb0725c8650c311 cx321xx: use usb_interface.dev for v4l2_device_register From: Janne Grunau j...@jannau.net removes the explicitly

[PATCH 4 of 6] pvrusb2: use usb_interface.dev for v4l2_device_register

2009-03-29 Thread Janne Grunau
# HG changeset patch # User Janne Grunau j...@jannau.net # Date 1238190885 -3600 # Node ID 210007cef5bdef2364590755a2b7ab219534db16 # Parent 09d6b9873181402892bb746d101b1b22b245208d pvrusb2: use usb_interface.dev for v4l2_device_register From: Janne Grunau j...@jannau.net Priority: normal

[PATCH 5 of 6] au0828: use usb_interface.dev for v4l2_device_register

2009-03-29 Thread Janne Grunau
# HG changeset patch # User Janne Grunau j...@jannau.net # Date 1238191025 -3600 # Node ID 16016db934ee03d0156754b8e07d4212c933d234 # Parent 210007cef5bdef2364590755a2b7ab219534db16 au0828: use usb_interface.dev for v4l2_device_register From: Janne Grunau j...@jannau.net removes the explicitly

[PATCH 0 of 8] Use usb_interface.dev for v4l2_device_register - try 2

2009-03-29 Thread Janne Grunau
Hi, try 2: fixed typo in the cx231xx driver name, the name is set explicitly in cx2311 not pvrusb2, spltted v4l2_device_register changes and name changes. the documentation suggest and the current usb driver are using struct device from the usb_device. As discussed for video_device parent the

[PATCH 1 of 8] v4l: use usb_interface for v4l2_device_register

2009-03-29 Thread Janne Grunau
# HG changeset patch # User Janne Grunau j...@jannau.net # Date 1238338428 -7200 # Node ID 36b738f9cb1916e9885084f32bb29373f70f0720 # Parent df7a51ffa2baddae044a318c928f960488b9ec38 v4l: use usb_interface for v4l2_device_register If usb_interface.dev is used as dev parameter

[PATCH 3 of 8] cx231xx: remove explicitly set v4l2_device.name

2009-03-29 Thread Janne Grunau
# HG changeset patch # User Janne Grunau j...@jannau.net # Date 1238338428 -7200 # Node ID ce50af27b414d4e146e6833b78852b42b129293a # Parent eb7601494dc5e58ed519dde38c763fee20cbd0a9 cx231xx: remove explicitly set v4l2_device.name Priority: normal Signed-off-by: Janne Grunau j...@jannau.net

[PATCH 2 of 8] cx231xx: use usb_interface.dev for v4l2_device_register

2009-03-29 Thread Janne Grunau
# HG changeset patch # User Janne Grunau j...@jannau.net # Date 1238338428 -7200 # Node ID eb7601494dc5e58ed519dde38c763fee20cbd0a9 # Parent 36b738f9cb1916e9885084f32bb29373f70f0720 cx231xx: use usb_interface.dev for v4l2_device_register Priority: normal Signed-off-by: Janne Grunau j

[PATCH 5 of 8] pvrusb2: use usb_interface.dev for v4l2_device_register

2009-03-29 Thread Janne Grunau
# HG changeset patch # User Janne Grunau j...@jannau.net # Date 1238338428 -7200 # Node ID 2d52ac089920f9ac36960c0245442fd89a06bb75 # Parent 01af508490af3bc9c939c36001d6989e2c147aa0 pvrusb2: use usb_interface.dev for v4l2_device_register Priority: normal Signed-off-by: Janne Grunau j

Re: [PATCH 5 of 6] au0828: use usb_interface.dev for v4l2_device_register

2009-03-29 Thread Janne Grunau
Hi Devin, On Sun, Mar 29, 2009 at 09:44:25AM -0400, Devin Heitmueller wrote: On Sun, Mar 29, 2009 at 8:42 AM, Janne Grunau j...@jannau.net wrote: I'm not against this change, but you should also get rid of the i variable and the au0828_instance list (since the v4l2_device.name

Re: v4l parent for usb device interface or device?

2009-03-27 Thread Janne Grunau
On Thu, Mar 26, 2009 at 06:31:55PM -0700, David Brownell wrote: On Thursday 26 March 2009, Janne Grunau wrote: I noticed a problem after changing the hdpvr driver accordingly. With parent set to the usb interface there is no longer easy access to the usb device properties like

[PULL] http://hg.jannau.net/hdpvr-merge/

2009-03-27 Thread Janne Grunau
Hi Mauro, please pull from http://hg.jannau.net/hdpvr-merge/ for hdpvr: add struct v4l2_device hdpvr: convert printing macros to v4l2_* with struct v4l2_device hdpvr: empty internal device buffer after stopping streaming hdpvr-control.c | 22 +++--- hdpvr-core.c| 65

Re: v4l parent for usb device interface or device?

2009-03-26 Thread Janne Grunau
[cc-ing linux-usb] On Thu, Mar 26, 2009 at 01:29:57PM +0100, Hans de Goede wrote: On 03/25/2009 03:58 PM, Hans Verkuil wrote: Hi Hans, On Wednesday 25 March 2009 11:18:31 Hans de Goede wrote: take 2 this time to the new list, hoping it gets some more attention Hi, Today it came

Re: linux-next: Tree for March 23 (media/video/hdpvr)

2009-03-23 Thread Janne Grunau
CONFIG_I2C Signed-off-by: Janne Grunau j...@jannau.net --- diff --git a/drivers/media/video/hdpvr/Makefile b/drivers/media/video/hdpvr/Makefile index 79ad2e1..145163b 100644 --- a/drivers/media/video/hdpvr/Makefile +++ b/drivers/media/video/hdpvr/Makefile @@ -1,4 +1,6 @@ -hdpvr-objs := hdpvr

[PULL] http://hg.jannau.net/hdpvr-merge/

2009-03-23 Thread Janne Grunau
Hi Mauro, please pull from http://hg.jannau.net/hdpvr-merge/ for a single build fix for the hdpvr driver with CONFIG_I2C not set. diffstat: Makefile |4 +++- hdpvr-core.c | 10 +++--- 2 files changed, 10 insertions(+), 4 deletions(-) cheers Janne -- To unsubscribe from this list:

Re: linux-next: Tree for March 23 (media/video/hdpvr)

2009-03-23 Thread Janne Grunau
On Mon, Mar 23, 2009 at 10:04:15PM +0100, Hans Verkuil wrote: On Monday 23 March 2009 21:49:40 Janne Grunau wrote: diff --git a/drivers/media/video/hdpvr/hdpvr-core.c b/drivers/media/video/hdpvr/hdpvr-core.c index e7300b5..dadb2e7 100644 --- a/drivers/media/video/hdpvr/hdpvr-core.c

Re: HD PVR question

2009-03-20 Thread Janne Grunau
Hi Simon, answering to linux-media@vger.kernel.org since such things should be asked and archieved on a mailing list. On Sat, Mar 21, 2009 at 02:23:33AM +0100, Simon Peter wrote: is there a way to set the resolution to 720x576 in the Linux driver when capturing S-Video? If you feed a pal

[PULL] http://hg.jannau.net/hdpvr-merge/ - Hauppauge HD PVR driver

2009-03-18 Thread Janne Grunau
think it's not worth adding the complete history to the kernel repo. [Janne Grunau j...@jannau.net] adds V4L2_CID_SHARPNESS to v4l2_ctrl_query_fill() V4L2 Driver for the Hauppauge HD PVR usb capture device diffstat linux/drivers/media/video/hdpvr/Kconfig | 10 linux/drivers/media

Re: [PULL] http://hg.jannau.net/hdpvr-merge/ - Hauppauge HD PVR driver

2009-03-18 Thread Janne Grunau
On Wed, Mar 18, 2009 at 08:12:17PM -0300, Mauro Carvalho Chehab wrote: Everything looks ok, except for this part of your code: +static long hdpvr_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) +{ + struct hdpvr_fh *fh = (struct hdpvr_fh *)filp-private_data; +

Haupauge Nova-T 500 2.6.28 regression dib0700

2009-02-23 Thread Janne Grunau
Hi, I have some difficulties with the Hauppauge Nova-T 500 and 2.6.28 kernels. Following USB errors appear with 2.6.28.4 every 100ms: Feb 15 02:46:03 golem [ 7720.876132] usb 2-1: events/3 timed out on ep1in len=0/6 Feb 15 02:46:03 golem [ 7720.976039] usb 2-1: events/3 timed out on ep1in

Re: [PULL] http://linuxtv.org/hg/~mcisely/pvrusb2

2009-01-16 Thread Janne Grunau
On Friday 16 January 2009 15:39:33 Mike Isely wrote: In any case, right now the serial number in the pvrusb2 is not available through that means because I haven't done anything to make it available to udev.  I'd like to do something, but so far I have found no information on how to make that