Update aura_shell.xml am: 8f6a8cce49

Original change: https://android-review.googlesource.com/c/platform/external/wayland-protocols/+/2312612

Change-Id: I97ee195e18ee864faa5ad7524ef8347ec3b5c058
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/chromium.org/unstable/keyboard/keyboard-configuration-unstable-v1.xml b/chromium.org/unstable/keyboard/keyboard-configuration-unstable-v1.xml
index 6bb361a..8a5ed06 100644
--- a/chromium.org/unstable/keyboard/keyboard-configuration-unstable-v1.xml
+++ b/chromium.org/unstable/keyboard/keyboard-configuration-unstable-v1.xml
@@ -24,7 +24,7 @@
     DEALINGS IN THE SOFTWARE.
   </copyright>
 
-  <interface name="zcr_keyboard_configuration_v1" version="2">
+  <interface name="zcr_keyboard_configuration_v1" version="3">
     <description summary="extends wl_keyboard with events for device configuration change">
       Allows a wl_keyboard to notify device configuration change events of
       the keyboard to the client.
@@ -57,7 +57,7 @@
     </request>
   </interface>
 
-  <interface name="zcr_keyboard_device_configuration_v1" version="2">
+  <interface name="zcr_keyboard_device_configuration_v1" version="3">
     <description summary="extension of wl_keyboard protocol">
       The zcr_keyboard_device_configuration_v1 interface extends the wl_keyboard
       interface with events to describe device configuration of a keyboard.
@@ -93,6 +93,14 @@
       </description>
       <arg name="name" type="string" summary="XKB layout name e.g. us(dvorak)"/>
     </event>
+
+    <!-- Version 3 additions -->
+    <event name="supported_key_bits" since="3">
+      <description summary="supported key bits">
+        Supported scan code key bits of all connected keyboards.
+      </description>
+      <arg name="key_bits" type="array" summary="Uint64 key bits" />
+    </event>
   </interface>
 
 </protocol>