On Tue, 2009-10-20 at 10:58 -0400, Jarod Wilson wrote: > Hey all, > > Over on the lirc list, we've seen multiple reports now of lirc_i2c > failing to work with the HVR-1300 and 1600. > > http://www.nabble.com/lirc-i2c-does-no-longer-work-with-Hauppauge-HVR-1300--to25740534.html > > At least for the 1600, it seems that at least these changesets might > be candidates for adding to the 2.6.31.x stable queue: > > http://linuxtv.org/hg/v4l-dvb/rev/21b349750a7a > http://linuxtv.org/hg/v4l-dvb/rev/471784201e1b > http://linuxtv.org/hg/v4l-dvb/rev/a9dd959a71a5 > > Without them, I'm pretty sure ir-kbd-i2c and definitely sure lirc_i2c > can't bind. Yup. Actually, the last change is a bit of a cop out. ir-kbd-i2c wants non-const data, but I didn't want to manage a dynamically allocated object when const data would do, so I did a cast to make the warning disappear. That's not really the right thing to do, but it is OK for now as ir-kbd-i2c doesn't modify the passed in data. -Andy > Haven't looked into driver-specifics on the 1300 yet. -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html