[linux] 02/06: [x86] input: Enable MOUSE_ELAN_I2C etc. (Closes: #791631)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Thu Nov 12 17:30:00 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 b7cb1cceca3705bca91c35d1aeb44de00ea04736
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Thu Nov 12 16:28:51 2015 +0000

    [x86] input: Enable MOUSE_ELAN_I2C etc. (Closes: #791631)
---
 debian/changelog                    | 2 ++
 debian/config/kernelarch-x86/config | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a528f28..8294bd8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ linux (4.3-1~exp2) UNRELEASED; urgency=medium
     bootstrap
   * [s390*] Update linux-compiler metapackage to gcc-4.9
   * firmware_class: Fix condition in directory search loop (Closes: #804862)
+  * [x86] input: Enable MOUSE_ELAN_I2C as module, MOUSE_ELAN_I2C_I2C and
+    MOUSE_ELAN_I2C_SMBUS (Closes: #791631)
 
   [ Ian Campbell ]
   * [armel/orion5x] Enable Device Tree for orion5x. Patch from Roger Shimizu
diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config
index 5d1ab84..ca7317f 100644
--- a/debian/config/kernelarch-x86/config
+++ b/debian/config/kernelarch-x86/config
@@ -736,6 +736,9 @@ CONFIG_MOUSE_SERIAL=m
 CONFIG_MOUSE_APPLETOUCH=m
 CONFIG_MOUSE_BCM5974=m
 CONFIG_MOUSE_CYAPA=m
+CONFIG_MOUSE_ELAN_I2C=m
+CONFIG_MOUSE_ELAN_I2C_I2C=y
+CONFIG_MOUSE_ELAN_I2C_SMBUS=y
 CONFIG_MOUSE_VSXXXAA=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