Commit 04da12cc authored by Chen-Tsung Hsieh's avatar Chen-Tsung Hsieh Committed by Commit Bot

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

This base should be treated as an internal device.

Bug: b/150268720
Change-Id: Ib92a7532189a7fa0b23c10bd056e47776d786add
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2100196
Commit-Queue: Michael Spang <spang@chromium.org>
Reviewed-by: default avatarMichael Spang <spang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#749642}
parent dec5b2f1
...@@ -529,6 +529,7 @@ ui::InputDeviceType EventDeviceInfo::GetInputDeviceTypeFromId(input_id id) { ...@@ -529,6 +529,7 @@ ui::InputDeviceType EventDeviceInfo::GetInputDeviceTypeFromId(input_id id) {
{0x18d1, 0x5030}, // Google, Whiskers PID (nocturne) {0x18d1, 0x5030}, // Google, Whiskers PID (nocturne)
{0x18d1, 0x503c}, // Google, Masterball PID (krane) {0x18d1, 0x503c}, // Google, Masterball PID (krane)
{0x18d1, 0x503d}, // Google, Magnemite PID (kodama) {0x18d1, 0x503d}, // Google, Magnemite PID (kodama)
{0x18d1, 0x5044}, // Google, Moonball PID (kakadu)
{0x1fd2, 0x8103}, // LG, Internal TouchScreen PID {0x1fd2, 0x8103}, // LG, Internal TouchScreen PID
}; };
......
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