summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-08-08 12:15:59 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-08-08 12:15:59 +0000
commit81621fcfd2dabbbf35564423c2fcb78db098d474 (patch)
treee2b09ed2df1d6a89eb2e6db1713c75fb726894c6
parent85237bcc4cc02ee438f1b45a2ded803cbeb34304 (diff)
parentde901dc6f667ecb3cd9fa88875d8ba229f45db29 (diff)
downloadwayland-protocols-81621fcfd2dabbbf35564423c2fcb78db098d474.tar.gz
Snap for 8917908 from de901dc6f667ecb3cd9fa88875d8ba229f45db29 to mainline-ipsec-releaseaml_ips_331910010aml_ips_331312000aml_ips_331310000aml_ips_331111030aml_ips_331014020android13-mainline-ipsec-release
Change-Id: I9f4e7b3558f368d48915e9ea02c344a20dcf3c05
-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>