On Fri, Feb 20, 2009 at 5:50 PM, Nicolas George <nicolas.george@xxxxxxxxxxxxxx> wrote: > [This is a repost of a message sent to the obsolete linux-dvb@xxxxxxxxxxx list.] > > Hi. > > I am trying to get the remote controller with a Terratec Cinergy T USB XXS. > With the firmware dvb-usb-dib0700-1.10.fw, the remote sends codes (not > perfectly, but I can see where I am going). > > On the other hand, with dvb-usb-dib0700-1.20.fw, the remote does not detect > anything. After some tracking, I found that in dib0700_rc_query_v1_20 (from > dib0700_devices.c), the status from usb_bulk_msg is always -110 > (-ETIMEDOUT). > > Is there some way I can help fixing things? I do not mind using the old > firmware, but I would like to help improving things. > > Regards, > > -- > Nicolas George That's code I wrote, based on information provided by Patrick over at Dibcom. I would have to look at the code, but if I recall, the code is designed to return -ETIMEDOUT during normal operation when no key press is detected. That said, seeing that return condition should not be perceived as a problem. Are there any cases where it returns something *other* than -ETIMEDOUT? Because if so, then the keypress is probably being received but not processed properly. I would recommend you add a line of code to printk() any return condition other than -ETIMEDOUT, and see if something shows up in the log when you try to use the remote control. Devin -- Devin J. Heitmueller http://www.devinheitmueller.com AIM: devinheitmueller -- 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