Enable USB tablet device in guests.
[invirt/packages/invirt-database.git] / client / etc / xen / sipb-database
index 57602b0..80af864 100644 (file)
@@ -82,6 +82,8 @@ elif 'cdrom_image' in locals():
     disk.append('file:/srv/images/' + cdrom_image + '.iso,hdc:cdrom,r')
     boot = 'd'
 
+usbdevice = 'tablet'
+
 on_poweroff = 'destroy'
 on_reboot = 'restart'
 on_crash = 'destroy'