Roman wrote:
Am Monday 21 September 2009 16:00:45 schrieb Antti Palosaari:
For reason or the other there is no any mention about remote polling.
Could you enable debug=3 to see what eeprom value is set to remote?
rmmod dvb-usb-af9015; modprobe dvb-usb-af9015 debug=3;
Antti
Here is the output of dmesg after reloading the module:
#--
af9015_usb_probe: interface:0
af9015_read_config: IR mode:4
IR mode 4 disables it. I have strong feeling it should mean "polling"...
Could you change af9015.c around line 720:
from: if (val == AF9015_IR_MODE_DISABLED || val == 0x04) {
to: if (val == AF9015_IR_MODE_DISABLED) {
and test again.
Antti
--
http://palosaari.fi/
--
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