[mythtv-users] OT: lirc broken in kernel-2.6.32.9-70.fc12

Jarod Wilson jarod at wilsonet.com
Tue Mar 16 03:13:17 UTC 2010


On Mon, Mar 15, 2010 at 9:36 AM, Jarod Wilson <jarod at wilsonet.com> wrote:
> On Sun, Mar 14, 2010 at 8:50 PM, Harry Orenstein <holists at verizon.net> wrote:
...
>> I believe the fix before was to reverse the detection of Leadtek IR and
>> Hauppauge IR in lirc_i2c.c in this code (the pre-fix version):
>>
>> case 0x1a:
>>        if (adap->id == I2C_HW_B_BT848 ||
>>            adap->id == I2C_HW_B_CX2341X) {
>>                strlcpy(ir->c.name, "Hauppauge IR", I2C_NAME_SIZE);
>>                ir->l.code_length = 13;
>>                ir->l.add_to_buf = add_to_buf_haup;
>>        } else { /* I2C_HW_B_CX2388x */
>>                strlcpy(ir->c.name, "Leadtek IR", I2C_NAME_SIZE);
>>                ir->l.code_length = 8;
>>                ir->l.add_to_buf = add_to_buf_pvr2000;
>>        }
>>        break;
>>
>> Jarod, is it possible that this fix was dropped from the later kernel somehow?
>
> Yeah, its possible. I thought I had indeed fixed this, but you're not
> the first to report lirc_i2c not working. Working on an updated lirc
> patchset for the Fedora kernels right, hope to have a build people can
> test out in the next day or two...

http://koji.fedoraproject.org/koji/buildinfo?buildID=162023

contains copious amounts of lirc updateage and fixage... (including
restoring the lirc_i2c fix, some more mceusb device IDs, and a hefty
update to the imon driver).


-- 
Jarod Wilson
jarod at wilsonet.com


More information about the mythtv-users mailing list