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

Ramon Medeiros ramonn at linux.vnet.ibm.com
Tue Oct 11 18:32:02 UTC 2016


Signed-off-by: Ramon Medeiros <ramonn at 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




More information about the Kimchi-devel mailing list