summaryrefslogtreecommitdiff
path: root/protocol/ivi-input.xml
diff options
context:
space:
mode:
authorEugen Friedrich <efriedrich@de.adit-jv.com>2023-05-05 10:11:51 +0200
committerEugen Friedrich <efriedrich@de.adit-jv.com>2023-05-05 10:11:51 +0200
commit641a541c15785c004c61065a5044a8db3fe4255c (patch)
tree2ebbdc49ed7ed874e17331bc6dc5439c50c2326a /protocol/ivi-input.xml
parent6405590f6a8786b986e1cf153e369bc3791f067a (diff)
parentb986ce06bf7552c3ee5fe8d7ec80531d3e2aa85f (diff)
downloadwayland-ivi-extension-641a541c15785c004c61065a5044a8db3fe4255c.tar.gz
Merge remote-tracking branch 'upstream/pull/148'HEADmaster
* upstream/pull/148 ilm_input_test: update tests with default seat ilmInput: support ilm_getDefaultSeat api to return default seat name ivi-input-modules: read default seat name from weston.ini file Reviewed-by: Eugen Friedrich <efriedrich@de.adit-jv.com> Reviewed-by: Harsha M M <harsha.manjulamallikarjun@in.bosch.com> Tested-by: Doan Ngoc Au <au.doanngoc@vn.bosch.com>
Diffstat (limited to 'protocol/ivi-input.xml')
-rw-r--r--protocol/ivi-input.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/protocol/ivi-input.xml b/protocol/ivi-input.xml
index f8ca77e..50eb19d 100644
--- a/protocol/ivi-input.xml
+++ b/protocol/ivi-input.xml
@@ -21,7 +21,7 @@
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
</copyright>
- <interface name="ivi_input" version="1">
+ <interface name="ivi_input" version="2">
<description summary="controller interface to the input system">
This includes handling the existence of seats, seat capabilities,
seat acceptance and input focus.
@@ -31,6 +31,8 @@
</description>
<arg name="name" type="string"/>
<arg name="capabilities" type="uint"/>
+ <!-- Version 2 additions -->
+ <arg name="is_default" type="int"/>
</event>
<event name="seat_capabilities">
<description summary="A seat's capabilities have changed">