0

ozone: evdev: Add quirk to identify 0x18d1:0x5074 as internal

This base should be treated as an internal device.

BUG=b:395986013

Change-Id: I879466cbe8800425dc72897428e7d4b6556fe40b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6275388
Commit-Queue: Kenny Pan <kennypan@google.com>
Reviewed-by: Sean O'Brien <seobrien@chromium.org>
Reviewed-by: Michael Spang <spang@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1424275}
This commit is contained in:
Kenny Pan
2025-02-24 18:30:17 -08:00
committed by Chromium LUCI CQ
parent e01dc7b89f
commit 283ec7eca2

@ -983,6 +983,7 @@ ui::InputDeviceType EventDeviceInfo::GetInputDeviceTypeFromId(input_id id) {
{0x18d1, 0x505B}, // Google, Duck PID (quackingstick)
{0x18d1, 0x5061}, // Google, Jewel PID (starmie)
{0x18d1, 0x5067}, // Google, Spikyrock (wugtrio)
{0x18d1, 0x5074}, // Google, Whitebeard (wyrdeer)
{0x1fd2, 0x8103}, // LG, Internal TouchScreen PID
};