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

ozone: evdev: add drawing tablets to keyboard blocklist

Bug: none
Test: check virtual keyboard still appears with drawing tablets
connected to a device in tablet mode, and that buttons on the drawing
tablet (if any) still work.

Change-Id: I7502a585443bda79c448c46e379703258d62ba81
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2622759Reviewed-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@{#842379}
parent 988ff4d2
...@@ -50,6 +50,10 @@ constexpr struct { ...@@ -50,6 +50,10 @@ constexpr struct {
{0x1050, 0x0010}, // Yubico.com Yubikey {0x1050, 0x0010}, // Yubico.com Yubikey
{0x1050, 0x0407}, // Yubico.com Yubikey 4 OTP+U2F+CCID {0x1050, 0x0407}, // Yubico.com Yubikey 4 OTP+U2F+CCID
{0x1bcf, 0x08a0}, // Kensington Pro Fit Full-size {0x1bcf, 0x08a0}, // Kensington Pro Fit Full-size
{0x256c, 0x006d}, // Huion HS64
{0x28bd, 0x0914}, // XP-Pen Star G640
{0x28bd, 0x091f}, // XP-Pen Artist 12 Pro
{0x28bd, 0x0928}, // XP-Pen Deco mini7W
}; };
constexpr struct { constexpr struct {
......
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