summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-08-16 16:44:39 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-08-16 16:44:39 +0000
commitbc7397ba6df14d5127f8b764f4458ec50d82a520 (patch)
treee2b09ed2df1d6a89eb2e6db1713c75fb726894c6
parent81bf08b3996d97baf0ce5ba1a6638fb8dbf26400 (diff)
parentde901dc6f667ecb3cd9fa88875d8ba229f45db29 (diff)
downloadwayland-protocols-bc7397ba6df14d5127f8b764f4458ec50d82a520.tar.gz
Change-Id: I988f5fb6d1d67373cc6d7aa3691d58732942136e
-rw-r--r--chromium.org/unstable/gaming-input/gaming-input-unstable-v2.xml12
-rw-r--r--chromium.org/unstable/keyboard/keyboard-configuration-unstable-v1.xml12
2 files changed, 20 insertions, 4 deletions
diff --git a/chromium.org/unstable/gaming-input/gaming-input-unstable-v2.xml b/chromium.org/unstable/gaming-input/gaming-input-unstable-v2.xml
index 3f9a74c..5e57e4a 100644
--- a/chromium.org/unstable/gaming-input/gaming-input-unstable-v2.xml
+++ b/chromium.org/unstable/gaming-input/gaming-input-unstable-v2.xml
@@ -24,7 +24,7 @@
DEALINGS IN THE SOFTWARE.
</copyright>
- <interface name="zcr_gaming_input_v2" version="2">
+ <interface name="zcr_gaming_input_v2" version="3">
<description summary="extends wl_seat with gaming input devices">
A global interface to provide gaming input devices for a given seat.
@@ -98,7 +98,7 @@
</event>
</interface>
- <interface name="zcr_gamepad_v2" version="2">
+ <interface name="zcr_gamepad_v2" version="3">
<description summary="gamepad input device">
The zcr_gamepad_v2 interface represents one or more gamepad input devices,
which are reported as a normalized 'Standard Gamepad' as it is specified
@@ -204,6 +204,14 @@
</description>
<arg name="vibrator" type="new_id" interface="zcr_gamepad_vibrator_v2" summary="the gamepad vibrator"/>
</event>
+
+ <!-- added since v3 -->
+ <event name="supported_key_bits" since="3">
+ <description summary="supported key bits">
+ Supported scan code key bits of the gamepad device.
+ </description>
+ <arg name="key_bits" type="array" summary="Uint64 key bits" />
+ </event>
</interface>
<interface name="zcr_gamepad_vibrator_v2" version="2">
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>