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

2009-09-14 Thread Brandon Jenkins
Driver build procedure used: Cloned http://hg.jannau.net/hdpvr Pulled http://linuxtv.org/hg/v4l-dvb/ Pulled http://linuxtv.org/hg/~awalls/v4l-dvb/ This should bring in all changes for HDPVR and CX18. What specifically would you like me to test? I can't reload the modules until the kids are done

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

2009-09-14 Thread Jarod Wilson
On 09/14/2009 09:32 AM, Brandon Jenkins wrote: Driver build procedure used: Cloned http://hg.jannau.net/hdpvr Pulled http://linuxtv.org/hg/v4l-dvb/ Pulled http://linuxtv.org/hg/~awalls/v4l-dvb/ This should bring in all changes for HDPVR and CX18. What specifically would you like me to test? I

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

2009-09-13 Thread Brandon Jenkins
On Tue, Sep 1, 2009 at 9:30 PM, Andy Walls awa...@radix.net wrote: On Tue, 2009-09-01 at 10:19 -0400, Jarod Wilson wrote: Patch is against http://hg.jannau.net/hdpvr/ 1) Adds support for building hdpvr i2c support when i2c is built as a module (based on work by David Engel on the mythtv-users

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

2009-09-13 Thread Jarod Wilson
On Sep 13, 2009, at 1:23 PM, Brandon Jenkins wrote: On Tue, Sep 1, 2009 at 9:30 PM, Andy Walls awa...@radix.net wrote: On Tue, 2009-09-01 at 10:19 -0400, Jarod Wilson wrote: Patch is against http://hg.jannau.net/hdpvr/ 1) Adds support for building hdpvr i2c support when i2c is built as a

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: [PATCH] hdpvr: i2c fixups for fully functional IR support

2009-09-13 Thread Jarod Wilson
On 09/13/2009 06:13 PM, Janne Grunau wrote: 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.

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

2009-09-03 Thread Andy Walls
On Wed, 2009-09-02 at 23:33 -0400, Jarod Wilson wrote: On 09/01/2009 11:26 PM, Jarod Wilson wrote: On 09/01/2009 09:30 PM, Andy Walls wrote: On Tue, 2009-09-01 at 10:19 -0400, Jarod Wilson wrote: Patch is against http://hg.jannau.net/hdpvr/ 1) Adds support for building hdpvr i2c support

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

2009-09-03 Thread Jarod Wilson
On Sep 3, 2009, at 7:50 AM, Andy Walls wrote: I recall a problem Brandon Jenkins had from last year, that when I2C was enabled in hdpvr, his machine with multiple HVR-1600s and an HD-PVR would produce a kernel oops. Have you tested this on a machine with both an HVR-1600 and HD-PVR

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: i2c fixups for fully functional IR support

2009-09-03 Thread Jarod Wilson
On 09/03/2009 05:32 PM, Janne Grunau wrote: 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

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

2009-09-02 Thread Jarod Wilson
On 09/01/2009 11:26 PM, Jarod Wilson wrote: On 09/01/2009 09:30 PM, Andy Walls wrote: On Tue, 2009-09-01 at 10:19 -0400, Jarod Wilson wrote: Patch is against http://hg.jannau.net/hdpvr/ 1) Adds support for building hdpvr i2c support when i2c is built as a module (based on work by David Engel

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

2009-09-01 Thread Jarod Wilson
Patch is against http://hg.jannau.net/hdpvr/ 1) Adds support for building hdpvr i2c support when i2c is built as a module (based on work by David Engel on the mythtv-users list) 2) Refines the hdpvr_i2c_write() success check (based on a thread in the sagetv forums) With this patch in place, and

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

2009-09-01 Thread Andy Walls
On Tue, 2009-09-01 at 10:19 -0400, Jarod Wilson wrote: Patch is against http://hg.jannau.net/hdpvr/ 1) Adds support for building hdpvr i2c support when i2c is built as a module (based on work by David Engel on the mythtv-users list) 2) Refines the hdpvr_i2c_write() success check (based on

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

2009-09-01 Thread Jarod Wilson
On 09/01/2009 09:30 PM, Andy Walls wrote: On Tue, 2009-09-01 at 10:19 -0400, Jarod Wilson wrote: Patch is against http://hg.jannau.net/hdpvr/ 1) Adds support for building hdpvr i2c support when i2c is built as a module (based on work by David Engel on the mythtv-users list) 2) Refines the