[linux] 05/06: [x86] psmouse: Enable MOUSE_PS2_VMMOUSE (Closes: #802929)
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Thu Nov 12 17:30:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch master
in repository linux.
commit cdec8195c20d29429922fbb873009be932dea874
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Thu Nov 12 16:43:48 2015 +0000
[x86] psmouse: Enable MOUSE_PS2_VMMOUSE (Closes: #802929)
linux-image: Add versioned Breaks on xserver-xorg-input-vmmouse to avoid
driver conflicts
---
debian/changelog | 3 +++
debian/config/amd64/defines | 1 +
debian/config/i386/defines | 1 +
debian/config/kernelarch-x86/config | 3 +--
4 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 27d1131..16fd5e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,9 @@ linux (4.3-1~exp2) UNRELEASED; urgency=medium
MOUSE_ELAN_I2C_SMBUS (Closes: #791631)
* [armhf] hsi: Enable CMT_SPEECH as module (Closes: #791819)
* [armhf] power: Enable BATTERY_RX51 as module (Closes: #791820)
+ * [x86] psmouse: Enable MOUSE_PS2_VMMOUSE (Closes: #802929)
+ - linux-image: Add versioned Breaks on xserver-xorg-input-vmmouse to
+ avoid driver conflicts
[ Ian Campbell ]
* [armel/orion5x] Enable Device Tree for orion5x. Patch from Roger Shimizu
diff --git a/debian/config/amd64/defines b/debian/config/amd64/defines
index 1598f12..224defc 100644
--- a/debian/config/amd64/defines
+++ b/debian/config/amd64/defines
@@ -13,6 +13,7 @@ image-file: arch/x86/boot/bzImage
bootloaders: grub-pc grub-efi extlinux
configs:
install-stem: vmlinuz
+breaks: xserver-xorg-input-vmmouse (<< 1:13.0.99)
[relations]
headers%gcc-5: linux-compiler-gcc-5-x86
diff --git a/debian/config/i386/defines b/debian/config/i386/defines
index dcec368..90f5762 100644
--- a/debian/config/i386/defines
+++ b/debian/config/i386/defines
@@ -18,6 +18,7 @@ part-long-pae: This kernel requires PAE (Physical Address Extension).
bootloaders: grub-pc extlinux
configs:
install-stem: vmlinuz
+breaks: xserver-xorg-input-vmmouse (<< 1:13.0.99)
[relations]
headers%gcc-5: linux-compiler-gcc-5-x86
diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config
index ca7317f..c913335 100644
--- a/debian/config/kernelarch-x86/config
+++ b/debian/config/kernelarch-x86/config
@@ -730,8 +730,7 @@ CONFIG_INPUT_IDEAPAD_SLIDEBAR=m
##
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=m
-#. Must not enable this until xserver-xorg-input-vmmouse is upgraded
-# CONFIG_MOUSE_PS2_VMMOUSE is not set
+CONFIG_MOUSE_PS2_VMMOUSE=y
CONFIG_MOUSE_SERIAL=m
CONFIG_MOUSE_APPLETOUCH=m
CONFIG_MOUSE_BCM5974=m
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git
More information about the Kernel-svn-changes
mailing list