<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Incorrect case with Yubikey static password with libinput 1.9.3-1 on Arch Linux"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=104030#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Incorrect case with Yubikey static password with libinput 1.9.3-1 on Arch Linux"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=104030">bug 104030</a>
              from <span class="vcard"><a class="email" href="mailto:crossbowffs@live.com" title="crossbowffs@live.com">crossbowffs@live.com</a>
</span></b>
        <pre>(In reply to Peter Hutterer from <a href="show_bug.cgi?id=104030#c4">comment #4</a>)
<span class="quote">> Similar to <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED DUPLICATE - Asus Wireless Radio Control no longer works after updating to 1.9.3"
   href="show_bug.cgi?id=104041">bug 104041</a>, they probably all have the same underlying cause.
> I'll need an evemu-record for each device to verify this though. Note that
> this will record the keys, so password leakage can happen. To avoid this,
> please change the text file as below. 

> Any MSC_SCAN line can be deleted

> E: 0.015985 0004 0004 458787       # EV_MSC / MSC_SCAN             458787

> Any KEY_foo line that is a password-key needs to be modified:
> E: 0.015985 0004 0004 458787       # EV_KEY / KEY_A             1

> Change the whole line to "somekey 1" and "somekey 0", depending on the
> value. I only need to know press vs release, not which key. Do this only for
> the alphanumeric keys, not the modifiers like Ctrl, shift, alt because those
> I need to be able to identify. So the file should read something like this:

> somekey 1
> E: 0.015985 0001 0000 0000 # ------------ SYN_REPORT (0) ---------- +0ms
> E: 0.015985 0004 0004 458787       # EV_KEY / KEY_CTRL             1
> somekey 0
> E: 0.015985 0001 0000 0000 # ------------ SYN_REPORT (0) ---------- +0ms

> If you're not worried about the contents, then just attach the file as it
> comes out of evemu-record.</span >

Minor typo in my last post, it was Win+D instead of Ctrl+D. Anyways, here's my
output from evemu-record:

E: 0.000001 0004 0004 458979    # EV_MSC / MSC_SCAN             458979
E: 0.000001 0001 007d 0001      # EV_KEY / KEY_LEFTMETA         1
E: 0.000001 0004 0004 458759    # EV_MSC / MSC_SCAN             458759
E: 0.000001 0001 0020 0001      # EV_KEY / KEY_D                1
E: 0.000001 0000 0000 0000      # ------------ SYN_REPORT (0) ---------- +0ms
E: 0.125993 0004 0004 458979    # EV_MSC / MSC_SCAN             458979
E: 0.125993 0001 007d 0000      # EV_KEY / KEY_LEFTMETA         0
E: 0.125993 0004 0004 458759    # EV_MSC / MSC_SCAN             458759
E: 0.125993 0001 0020 0000      # EV_KEY / KEY_D                0
E: 0.125993 0000 0000 0000      # ------------ SYN_REPORT (0) ---------- +125ms

Same output for both libinput 1.9.2 and 1.9.3.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>