Commit 9140711e authored by Harry Cutts's avatar Harry Cutts Committed by Commit Bot

ozone: evdev: block LS2208 barcode scanner as a keyboard

This barcode scanner (as with many others) works by pretending to be a
keyboard and typing out the barcodes it scans. This prevents the
on-screen keyboard from appearing on devices without an actual keyboard
plugged in.

Bug: 1004645, b:141515578
Test: check scanner works, and that VK appears when appropriate
Change-Id: I0e983035e645b412955bed38307de43ce5ab2ac5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2388347Reviewed-by: default avatarMichael Spang <spang@chromium.org>
Commit-Queue: Harry Cutts <hcutts@chromium.org>
Cr-Commit-Position: refs/heads/master@{#804494}
parent f932c5fa
...@@ -46,6 +46,7 @@ constexpr struct { ...@@ -46,6 +46,7 @@ constexpr struct {
{0x056e, 0x0134}, // Elecom Enelo IR LED Mouse 350 {0x056e, 0x0134}, // Elecom Enelo IR LED Mouse 350
{0x056e, 0x0141}, // Elecom EPRIM Blue LED 5 button mouse 228 {0x056e, 0x0141}, // Elecom EPRIM Blue LED 5 button mouse 228
{0x056e, 0x0159}, // Elecom Blue LED Mouse 203 {0x056e, 0x0159}, // Elecom Blue LED Mouse 203
{0x05e0, 0x1200}, // Zebra LS2208 barcode scanner
{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