From 4921388732a7f1495257d11583c3eb02e16cc8a7 Mon Sep 17 00:00:00 2001 From: Christian Prochaska Date: Mon, 18 Feb 2019 15:10:52 +0100 Subject: [PATCH] usb_hid.run: adapt for rpi and arndale - add 'Regulator' route and adapt string unification rule for arndale - add 'IRQ' route for rpi Fixes #3166 --- repos/dde_linux/run/usb_hid.run | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/repos/dde_linux/run/usb_hid.run b/repos/dde_linux/run/usb_hid.run index e36a1630f..46a2fdeb2 100644 --- a/repos/dde_linux/run/usb_hid.run +++ b/repos/dde_linux/run/usb_hid.run @@ -130,15 +130,17 @@ append config { - - - - - - - - - + + + + + + + + + + + @@ -215,7 +217,7 @@ run_genode_until {\[init -\> test-input\] Input event #11.*\n} 40 [output_spawn_ grep_output {^\[init } unify_output { number [0-9]+} "" -unify_output {(?n)on usb-dummy.*$} "" +unify_output {(?n)on usb-.*$} "" unify_output {(?n)using .*$} "" unify_output {(?n)^.*__wait_event.*$} "" unify_output {(?n)^.*Failed to submit URB.*$} ""