On Wed, 10 Mar 2010 13:02:25 +0900, Dmitri Belimov wrote: > > Sorry for the late reply. Is the problem solved by now, or is my help > > still needed? > > Yes. I found what happens and solve this regression. Patch already comitted. > > diff -r 37ff78330942 linux/drivers/media/video/saa7134/saa7134-input.c > --- a/linux/drivers/media/video/saa7134/saa7134-input.c Sun Feb 28 16:59:57 2010 -0300 > +++ b/linux/drivers/media/video/saa7134/saa7134-input.c Thu Mar 04 08:35:15 2010 +0900 > @@ -947,6 +947,7 @@ > dev->init_data.name = "BeholdTV"; > dev->init_data.get_key = get_key_beholdm6xx; > dev->init_data.ir_codes = &ir_codes_behold_table; > + dev->init_data.type = IR_TYPE_NEC; > info.addr = 0x2d; > #endif > break; > None of my patches removed this statement, and IR_TYPE_NEC itself seems to be new in kernel 2.6.33, so I admit I don't quite understand how I my i2c changes could be responsible for the regression. Anyway, glad that you managed to fix it. -- Jean Delvare -- 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