From: Antti Palosaari <crope@iki.fi>
To: Roman <lists@hasnoname.de>
Cc: "Aleksandr V. Piskunov" <aleksandr.v.piskunov@gmail.com>,
"linux-media@vger.kernel.org" <linux-media@vger.kernel.org>
Subject: Re: MSI Digivox mini III Remote Control
Date: Mon, 21 Sep 2009 17:19:37 +0300 [thread overview]
Message-ID: <4AB78B79.3030203@iki.fi> (raw)
In-Reply-To: <200909211610.52856.lists@hasnoname.de>
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/
next prev parent reply other threads:[~2009-09-21 14:19 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200909202026.27086.lists@hasnoname.de>
2009-09-21 8:19 ` MSI Digivox mini III Remote Control Aleksandr V. Piskunov
2009-09-21 10:53 ` Roman
2009-09-21 11:51 ` Aleksandr V. Piskunov
2009-09-21 12:35 ` Antti Palosaari
2009-09-21 13:55 ` Roman
2009-09-21 14:00 ` Antti Palosaari
2009-09-21 14:10 ` Roman
2009-09-21 14:19 ` Antti Palosaari [this message]
2009-09-21 14:31 ` Roman
2009-09-21 18:26 ` Aleksandr V. Piskunov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4AB78B79.3030203@iki.fi \
--to=crope@iki.fi \
--cc=aleksandr.v.piskunov@gmail.com \
--cc=linux-media@vger.kernel.org \
--cc=lists@hasnoname.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.