Commit b24aeb40 authored by Harry Cutts's avatar Harry Cutts Committed by Chromium LUCI CQ

ozone: evdev: don't treat Yubikey 4 as a keyboard

The Yubikey 4 presents as a keyboard to type in OTP codes, but shouldn't
prevent the virtual keyboard from showing up. Vendor and Product IDs
from https://crbug.com/1011418#c13.

Bug: 1011418
Test: none (I don't have the device)
Change-Id: I852577679f89ca5613d6120dd0bafdf103554b38
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2590506Reviewed-by: default avatarMichael Spang <spang@chromium.org>
Commit-Queue: Michael Spang <spang@chromium.org>
Auto-Submit: Harry Cutts <hcutts@chromium.org>
Cr-Commit-Position: refs/heads/master@{#836811}
parent f0d32c19
...@@ -47,6 +47,8 @@ constexpr struct { ...@@ -47,6 +47,8 @@ constexpr struct {
{0x056e, 0x0159}, // Elecom Blue LED Mouse 203 {0x056e, 0x0159}, // Elecom Blue LED Mouse 203
{0x05e0, 0x1200}, // Zebra LS2208 barcode scanner {0x05e0, 0x1200}, // Zebra LS2208 barcode scanner
{0x0c45, 0x7403}, // RDing FootSwitch1F1 {0x0c45, 0x7403}, // RDing FootSwitch1F1
{0x1050, 0x0010}, // Yubico.com Yubikey
{0x1050, 0x0407}, // Yubico.com Yubikey 4 OTP+U2F+CCID
{0x1bcf, 0x08a0}, // Kensington Pro Fit Full-size {0x1bcf, 0x08a0}, // Kensington Pro Fit Full-size
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment