Commit 4c161e98 authored by Harry Cutts's avatar Harry Cutts Committed by Commit Bot

ozone: evdev: remove Logitech M185/M187 from keyboard blocklist

This turns out to have been added in error, as while the mouse does have
key codes in its descriptor, it doesn't have the set of common keys (ESC
to D) that would cause it to be identified as a keyboard. Because the
product ID 0xC534 is shared by the Logitech MK240 Nano keyboard, this
mistake was causing the virtual keyboard to pop up when it shouldn't
have.

Bug: 1130254
Test: none
Change-Id: I6ef3f168c3caf0776d9df02d1269f9898e7ee706
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440969
Auto-Submit: Harry Cutts <hcutts@chromium.org>
Reviewed-by: default avatarMichael Spang <spang@chromium.org>
Commit-Queue: Michael Spang <spang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#812619}
parent 0eb3797c
......@@ -42,7 +42,6 @@ constexpr struct {
{0x046d, 0xb016}, // Logitech M535
{0x046d, 0xb019}, // Logitech MX Master 2S (Bluetooth)
{0x046d, 0xc093}, // Logitech M500s
{0x046d, 0xc534}, // Logitech M185/M187
{0x056e, 0x0134}, // Elecom Enelo IR LED Mouse 350
{0x056e, 0x0141}, // Elecom EPRIM Blue LED 5 button mouse 228
{0x056e, 0x0159}, // Elecom Blue LED Mouse 203
......
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