summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-07-12 06:13:01 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-07-12 06:13:01 +0000
commit8f19566c65d55b310e5356a84e111ccdd2556b1a (patch)
treee2b09ed2df1d6a89eb2e6db1713c75fb726894c6
parent28bfa4cea970a42e38b4c091578d2ad6420e0c59 (diff)
parentde901dc6f667ecb3cd9fa88875d8ba229f45db29 (diff)
downloadwayland-protocols-aml_wif_331613000.tar.gz
Change-Id: I36c0fb0aca70acc75fdf800690e84f4fd7143f9b
-rw-r--r--chromium.org/unstable/keyboard/keyboard-configuration-unstable-v1.xml12
1 files changed, 10 insertions, 2 deletions
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>