| Index: ui/events/platform/x11/x11_hotplug_event_handler.cc
|
| diff --git a/ui/events/platform/x11/x11_hotplug_event_handler.cc b/ui/events/platform/x11/x11_hotplug_event_handler.cc
|
| index ddd3aec61733f06b6cb41f4cd717fd40e937048c..635b2cc520eca3cb755cb5f8ed921ced9f8ffaef 100644
|
| --- a/ui/events/platform/x11/x11_hotplug_event_handler.cc
|
| +++ b/ui/events/platform/x11/x11_hotplug_event_handler.cc
|
| @@ -41,7 +41,9 @@ namespace {
|
| // TODO(rsadam@): Identify these devices using udev rules. (Crbug.com/420728.)
|
| const char* kKnownInvalidKeyboardDeviceNames[] = {"Power Button",
|
| "Sleep Button",
|
| - "Video Bus"};
|
| + "Video Bus",
|
| + "gpio-keys.12",
|
| + "ROCKCHIP-I2S Headset Jack"};
|
|
|
| const char* kCachedAtomList[] = {
|
| "Abs MT Position X",
|
|
|