<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Nov 13, 2015 at 9:16 AM, Jerry <span dir="ltr"><<a href="mailto:mythtv@hambone.e4ward.com" target="_blank">mythtv@hambone.e4ward.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"> <span class=""></span><div>I used to handle this with a file in /etc/X11/xorg.conf.d/90-mceusb.conf. I suppose you could really just paste a section into /etc/X11/xorg.conf if you wish.<br></div><div><br>Section "InputClass"<br>Identifier "Ignore MCE_USB as Keyboard input"<br>MatchProduct "Media Center Ed. eHome Infrared Remote Transceiver (1784:0008)"<br>MatchIsKeyboard "true"<br>Option "Ignore" "true"<br>EndSection<br> <br></div><div>Either I deleted that file or a Fedora upgrade nuked it. I have it on my backup.<br></div><div><br></div><div>You would just replace the MatchProduct string with "i2c IR (Hauppauge WinTV PVR-350" and I think you can have anything you want for the Identifier string.<br></div></div></div></div></blockquote><div><br></div><div>I think you need the codes at the end of the string. I can't remember where I got those but I think you can source them from somewhere, i.e. "i2c IR (Hauppauge WinTV PVR-350 (1234:5678)"<br><br></div><div>That is if you use that method. The udev method works fine, below:<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><br></div><div>Alternatively, set a udev rule as outlined in <a href="https://www.mythtv.org/wiki/LIRC" target="_blank">https://www.mythtv.org/wiki/LIRC</a> -- Scroll down the page to "Double presses for certain buttons" Look at <a href="http://www.gossamer-threads.com/lists/mythtv/users/504746#504746" target="_blank">http://www.gossamer-threads.com/lists/mythtv/users/504746#504746</a> for the source of this article.<br><br></div><div>I was getting double presses for the arrows and I think the Enter/OK buttons, and that fixed it. I wrote that wiki section; I think it's still valid. I think what is happening is that the kernel is grabbing the input at the same time as LIRC, so you want to block it if you are using LIRC.<br><br></div><div>Good luck! You'll straighten it out.<span class=""><font color="#888888"><br></font></span></div><span class=""><font color="#888888"><div>Jerry<br></div></font></span></div></div></div>
</blockquote></div><br></div></div>