All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Frank Schäfer" <fschaefer.oss@googlemail.com>
To: Chris Rankin <rankincj@yahoo.com>
Cc: "linux-media@vger.kernel.org" <linux-media@vger.kernel.org>
Subject: Re: 3.9.2 kernel - IR / em28xx_rc broken?
Date: Sat, 18 May 2013 18:58:50 +0200	[thread overview]
Message-ID: <5197B34A.8010700@googlemail.com> (raw)
In-Reply-To: <1368890230.26016.YahooMailNeo@web120301.mail.ne1.yahoo.com>

Am 18.05.2013 17:17, schrieb Chris Rankin:
> ----- Original Message -----
>
>>> Am 18.05.2013 15:57, schrieb Chris Rankin:
>>> I have a PCTV 290e DVB2 adapter (em28xx, em28xx_dvb, em28xx_rc, cxd2820r), and I have just discovered that the IR remote control has stopped working with VDR when using a vanilla 3.9.2 kernel.
>>> Downgrading the kernel to 3.8.12 fixes things again. (Switching to my old DVB NOVA-T2 device fixes things too, although it cannot receive HDTV channels, of course).
>> Great. :( :( :(
>> There have been several changes in the em28xx and core RC code between 3.8 and 3.9...
>> I can't see anything obvious, the RC device seems to be registered correctly.
>> Could you please bisect ?
> Unfortunately, no I can't. (No git tree here - just a tarball downloaded via FTP). However, maybe I could out some printk() statements into the code if you could point out where the "hot-spots" might be, please?
>

For the em28xx driver: em28xx-input.c:
em28xx_ir_work() is called every 100ms
     calls em28xx_ir_handle_key()
         - calls ir->get_key() which is em2874_polling_getkey() in case 
of your device
         - reports the detected key via rc_keydown() through the RC core

HTH,
Frank


  reply	other threads:[~2013-05-18 16:58 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-18 13:57 3.9.2 kernel - IR / em28xx_rc broken? Chris Rankin
2013-05-18 14:36 ` Frank Schäfer
2013-05-18 15:17   ` Chris Rankin
2013-05-18 16:58     ` Frank Schäfer [this message]
2013-05-18 21:02       ` Chris Rankin
2013-05-19 13:40         ` Frank Schäfer
2013-05-19 14:11           ` Chris Rankin
2013-05-19 17:26             ` Frank Schäfer
2013-05-19 19:59               ` Chris Rankin
2013-05-19 21:02                 ` Frank Schäfer
2013-05-19 22:36                   ` Chris Rankin
2013-05-19 23:04                   ` Chris Rankin
2013-05-20 12:38                     ` Frank Schäfer
2013-05-20 12:47                       ` Frank Schäfer
2013-05-20 13:01                       ` Chris Rankin
2013-05-20 13:43                         ` Frank Schäfer
2013-05-20 14:51                           ` Chris Rankin
2013-05-20 15:36                             ` Frank Schäfer
2013-05-20 16:02                               ` Chris Rankin
2013-06-13 10:39                               ` Mauro Carvalho Chehab
2013-06-13 10:50                         ` Mauro Carvalho Chehab
2013-05-20  0:45                   ` Chris Rankin
2013-05-20 12:40                     ` Frank Schäfer
2013-05-20 12:48                       ` Chris Rankin
2013-05-18 21:11       ` Chris Rankin

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=5197B34A.8010700@googlemail.com \
    --to=fschaefer.oss@googlemail.com \
    --cc=linux-media@vger.kernel.org \
    --cc=rankincj@yahoo.com \
    /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.