Chromium Code Reviews| 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"}; |
|
Mr4D (OOO till 08-26)
2015/03/09 16:56:21
Not quite sure what the Headset jack has to do wit
jonross
2015/03/09 16:59:42
The headset is reported as a keyboard since it can
|
| const char* kCachedAtomList[] = { |
| "Abs MT Position X", |