From: Andrew de los Reyes Date: Wed, 2 Jan 2013 21:11:56 +0000 (-0800) Subject: CHROMIUM: Enable CONFIG_HID_MICROSOFT in base config. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=fbd6ba64ec18d644cd3c38158d21d341e1ca6a6d;p=people%2Faperard%2Flinux-chromebook.git CHROMIUM: Enable CONFIG_HID_MICROSOFT in base config. This is needed for some MS mice and should be on all systems. Specifically this was missing from ARM based devices. Signed-off-by: Benson Leung BUG=chromium-os:36240 TEST=Tested Link and Daisy to make sure the mouse worked on both. Change-Id: I610d2593cd6b3e5eb2f19d4831e7e01c582db93a Reviewed-on: https://gerrit.chromium.org/gerrit/40335 Reviewed-by: Benson Leung Tested-by: Benson Leung Commit-Queue: Andrew de los Reyes Tested-by: Andrew de los Reyes --- diff --git a/chromeos/config/armel/common.config b/chromeos/config/armel/common.config index 5dbcddfee2197..5400582c7bdda 100644 --- a/chromeos/config/armel/common.config +++ b/chromeos/config/armel/common.config @@ -162,7 +162,6 @@ CONFIG_HAVE_DMA_CONTIGUOUS=y CONFIG_HAVE_GENERIC_DMA_COHERENT=y CONFIG_HAVE_PROC_CPU=y CONFIG_HAVE_SMP=y -# CONFIG_HID_MICROSOFT is not set # CONFIG_HID_PID is not set CONFIG_HIGHMEM=y # CONFIG_HIGHPTE is not set diff --git a/chromeos/config/base.config b/chromeos/config/base.config index a8ef1719c7ced..097a5a63fd50d 100644 --- a/chromeos/config/base.config +++ b/chromeos/config/base.config @@ -571,6 +571,7 @@ CONFIG_HID_CHERRY=m CONFIG_HID_LOGITECH=m CONFIG_HID_LOGITECH_DJ=m CONFIG_HID_MAGICMOUSE=m +CONFIG_HID_MICROSOFT=m # CONFIG_HID_MONTEREY is not set CONFIG_HID_MULTITOUCH=m # CONFIG_HID_NTRIG is not set diff --git a/chromeos/config/i386/common.config b/chromeos/config/i386/common.config index c299770c11f99..f63d921d933ee 100644 --- a/chromeos/config/i386/common.config +++ b/chromeos/config/i386/common.config @@ -334,7 +334,6 @@ CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y CONFIG_HAVE_USER_RETURN_NOTIFIER=y # CONFIG_HERMES is not set # CONFIG_HIBERNATION is not set -CONFIG_HID_MICROSOFT=m CONFIG_HID_PID=y # CONFIG_HIGHMEM4G is not set # CONFIG_HIGHMEM64G is not set diff --git a/chromeos/config/x86_64/common.config b/chromeos/config/x86_64/common.config index d55e416cf663b..39fa13952ee9d 100644 --- a/chromeos/config/x86_64/common.config +++ b/chromeos/config/x86_64/common.config @@ -355,7 +355,6 @@ CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y CONFIG_HAVE_USER_RETURN_NOTIFIER=y # CONFIG_HERMES is not set # CONFIG_HIBERNATION is not set -CONFIG_HID_MICROSOFT=m CONFIG_HID_PID=y # CONFIG_HIPPI is not set CONFIG_HOSTAP_PCI=m