<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 11/13/2015 8:55 AM, Gabe Rubin
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAEV0UxDEYxj7EghF7VwBOBkV61qK+yD=HfPomresXk9iiH6Ovw@mail.gmail.com"
      type="cite">
      <div dir="ltr"><br>
        <div class="gmail_extra"><br>
          <div class="gmail_quote">On Thu, Nov 12, 2015 at 11:46 PM,
            Alec Leamas <span dir="ltr"><<a moz-do-not-send="true"
                href="mailto:leamas.alec@gmail.com" target="_blank">leamas.alec@gmail.com</a>></span>
            wrote:<br>
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex"><span
                class=""><br>
                <br>
                On 13/11/15 02:54, Boleslaw Ciesielski wrote:<br>
                <blockquote class="gmail_quote" style="margin:0 0 0
                  .8ex;border-left:1px #ccc solid;padding-left:1ex">
                  <br>
                  <blockquote class="gmail_quote" style="margin:0 0 0
                    .8ex;border-left:1px #ccc solid;padding-left:1ex">
                    <br>
                     Is this even an issue or am I on the wrong track?<br>
                  </blockquote>
                  <br>
                </blockquote>
                <br>
              </span>
              The first step is probably the other way around: disable
              lirc completely and check what happens without it. That
              should show if your application gets data directly from
              the kernel.<br>
              <br>
              Also: how is lirc configured? Driver? Device? lirc
              version?<br>
              <br>
              Cheers!<span class="HOEnZb"></span></blockquote>
            <div><br>
              <br>
            </div>
            <div>When I have not properly started lirc, the remote acts
              as a keyboard.  Several of the keys act as specific
              keyboard keys (but not all).  I never understood why that
              happened, but was thinking this is the reason. <br>
            </div>
          </div>
        </div>
      </div>
      <br>
    </blockquote>
    <br>
    This is what I put in /etc/X11/xorg.conf.d/99-IgnoreIR.conf<br>
    <br>
    #Get hardware ID from lsusb<br>
    Section "InputClass"<br>
            Identifier "Ignore IR remote as keyboard"<br>
            MatchProduct "Media Center Ed. eHome Infrared Remote
    Transceiver (0471:0815)"<br>
            Option "Ignore" "on"<br>
    EndSection<br>
    <br>
  </body>
</html>