revert tablet mice fix

This commit is contained in:
Dietmar Maurer 2012-02-29 09:47:31 +01:00
parent ee88df8148
commit 684bcdd7a4
3 changed files with 7 additions and 5 deletions

View File

@ -2,7 +2,7 @@ RELEASE=2.0
VERSION=2.0
PACKAGE=qemu-server
PKGREL=21
PKGREL=22
DESTDIR=
PREFIX=/usr

View File

@ -2494,10 +2494,6 @@ sub vm_start {
vm_balloonset($vmid, $conf->{balloon}) if $conf->{balloon};
my $tablet = defined($conf->{tablet}) ? $conf->{tablet} : $defaults->{tablet};
PVE::QemuServer::vm_monitor_command($vmid, "mouse_set 1", 0) if $tablet; #ensure usb tablet is activated
});
}

View File

@ -1,3 +1,9 @@
qemu-server (2.0-22) unstable; urgency=low
* revert tablet mice fix - does not work reliable
-- Proxmox Support Team <support@proxmox.com> Wed, 29 Feb 2012 09:45:30 +0100
qemu-server (2.0-21) unstable; urgency=low
* fix tablet mice as default when live migrate