Snap for 8906261 from de901dc6f667ecb3cd9fa88875d8ba229f45db29 to mainline-networking-release

Change-Id: I04f19930913e9c81f0f92a9402886cd6b6635f34
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>