[PATCH][Kimchi 2/2] Use tablet_bus for tablet input instead of kbd_bus

Signed-off-by: Ramon Medeiros <ramonn@linux.vnet.ibm.com> --- vmtemplate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmtemplate.py b/vmtemplate.py index 0288330..06ee845 100644 --- a/vmtemplate.py +++ b/vmtemplate.py @@ -371,7 +371,7 @@ class VMTemplate(object): """ tablet = """ - <input type='tablet' bus='%(kbd_bus)s'> </input> + <input type='tablet' bus='%(tablet_bus)s'> </input> """ video = """ -- 2.7.4

Hi Ramon, I could not find the patch 1/2. Could you send again, please? Regards, Aline Manera On 10/11/2016 03:32 PM, Ramon Medeiros wrote:
Signed-off-by: Ramon Medeiros <ramonn@linux.vnet.ibm.com> --- vmtemplate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vmtemplate.py b/vmtemplate.py index 0288330..06ee845 100644 --- a/vmtemplate.py +++ b/vmtemplate.py @@ -371,7 +371,7 @@ class VMTemplate(object): """
tablet = """ - <input type='tablet' bus='%(kbd_bus)s'> </input> + <input type='tablet' bus='%(tablet_bus)s'> </input> """
video = """
participants (2)
-
Aline Manera
-
Ramon Medeiros