<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <br>
    <div class="moz-cite-prefix">On 7/6/2015 11:34 PM, Duncan Brown
      wrote:<br>
    </div>
    <blockquote cite="mid:559B72E6.7040905@duncb.co.uk" type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">On 06/07/2015 17:49, Kirk Bocek
        wrote:<br>
      </div>
      <blockquote cite="mid:559AB18F.50605@kbocek.com" type="cite"> <br>
        <br>
        I managed to narrow down my repeating input thing a bit. It
        happens right after a reboot: navigation commands are repeated
        and control is difficult. But if I then log in remotely and
        restart LIRC: <br>
        <br>
        #service lirc restart <br>
        <br>
        and then restart mythfrontend *without* rebooting, the
        stuttering goes away. <br>
        <br>
        Nick suggests blacklisting devinput. How do I do that? <br>
        <br>
      </blockquote>
      Try adding this to xorg.conf<br>
      <br>
      Section "InputClass"<br>
              Identifier "MCE USB Keyboard mimic blacklist"<br>
              Driver      "mceusb"<br>
              MatchProduct "Media Center Ed. eHome Infrared Remote
      Transceiver (0471:0815)"<br>
              Option "Ignore" "on"<br>
      EndSection<br>
      <br>
      <br>
      With Matchproduct matched to your device (run <code>grep '^N:'
        /proc/bus/input/devices </code>to find it)<br>
      <br>
      cheers<br>
      <br>
      Dunc<br>
    </blockquote>
    <br>
    Yes, indeed, Duncan, that fixed it. Thanks.<br>
    <br>
    I was wondering if that new section also needed to be integrated
    into the ServerLayout section but no, just adding it to xorg.conf
    yielded in /var/log/Xorg.0.log:<br>
    <br>
    [    40.655] (II) config/hal: Adding input device Media Center Ed.
    eHome Infrared Remote Transceiver<br>
     (1784:0008)<br>
    [    40.655] (**) Media Center Ed. eHome Infrared Remote Transceiver
    (1784:0008): Ignoring device from InputClass "MCE USB Keyboard mimic
    blacklist"<br>
    <br>
    My stuttering input has disappeared. <br>
    <br>
  </body>
</html>