<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 9:14 AM, Kirk Bocek
      wrote:<br>
    </div>
    <blockquote cite="mid:56461A7D.9050502@kbocek.com" type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      <blockquote
cite="mid:CAEV0UxDEYxj7EghF7VwBOBkV61qK+yD=HfPomresXk9iiH6Ovw@mail.gmail.com"
        type="cite">
        <div dir="ltr">
          <div class="gmail_extra">
            <div class="gmail_quote"><br>
              <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>
    </blockquote>
    <br>
    Now that I'm checking my frontends, I wonder if I have that
    MatchProduct string correct. Both my IR receivers come up in lsusb
    as:<br>
    <br>
    Bus 001 Device 002: ID 0471:0815 Philips (or NXP) eHome Infrared
    Receiver<br>
    <br>
    Did I configure this correctly?<br>
    <br>
  </body>
</html>