<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:peter.hutterer@who-t.net" title="Peter Hutterer <peter.hutterer@who-t.net>"> <span class="fn">Peter Hutterer</span></a>
</span> changed
<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>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>NEEDINFO
</td>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>peter.hutterer@who-t.net
</td>
</tr></table>
<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#c4">Comment # 4</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:peter.hutterer@who-t.net" title="Peter Hutterer <peter.hutterer@who-t.net>"> <span class="fn">Peter Hutterer</span></a>
</span></b>
<pre>Similar to <a class="bz_bug_link
bz_status_NEW "
title="NEW - 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.</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>