From patchwork Wed Aug 18 09:54:31 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeremy Kerr X-Patchwork-Id: 62018 X-Patchwork-Delegate: leann.ogasawara@canonical.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 0C484B70E4 for ; Wed, 18 Aug 2010 19:55:17 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1OlfMR-0007o4-3h; Wed, 18 Aug 2010 10:55:07 +0100 Received: from ozlabs.org ([203.10.76.45]) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1OlfMP-0007mv-66 for kernel-team@lists.ubuntu.com; Wed, 18 Aug 2010 10:55:05 +0100 Received: by ozlabs.org (Postfix, from userid 1023) id 65196B70E5; Wed, 18 Aug 2010 19:55:03 +1000 (EST) MIME-Version: 1.0 Subject: [PATCH 2/2] UBUNTU: [Config] build-in uinput module Message-Id: <1282125271.46458.748451972634.2.gpush@pororo> In-Reply-To: <1282125271.46078.516165539912.1.gpush@pororo> To: kernel-team@lists.ubuntu.com From: Jeremy Kerr Date: Wed, 18 Aug 2010 17:54:31 +0800 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.9 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com The bluetooth userspace tools can use /dev/uinput to report events from bluetooth input devices (eg volume up/down controls on a BT headset). However, the uinput module is not loaded automatically, as there is no physical device to match on. Consequently, we don't have the uinput device node present when the bluetooth daemon starts, and no synthesized BT events are reported. Instead of compiling uinput as a module, this change builds it into the kernel, so it is always available. BugLink: http://bugs.launchpad.net/bugs/584812 Signed-off-by: Jeremy Kerr Acked-by: Tim Gardner --- debian.master/config/config.common.ports | 2 +- debian.master/config/config.common.ubuntu | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian.master/config/config.common.ports b/debian.master/config/config.common.ports index a983a52..95bb3c8 100644 --- a/debian.master/config/config.common.ports +++ b/debian.master/config/config.common.ports @@ -1515,7 +1515,7 @@ CONFIG_INPUT_TWL4030_PWRBUTTON=m CONFIG_INPUT_TWL4030_VIBRA=m CONFIG_INPUT_WM831X_ON=m CONFIG_INPUT_YEALINK=m -CONFIG_INPUT_UINPUT=m +CONFIG_INPUT_UINPUT=y CONFIG_IOMMU_API=y CONFIG_IOMMU_HELPER=y CONFIG_IOSAPIC=y diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 9e40bac..7a84e2b 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -1966,7 +1966,7 @@ CONFIG_INPUT_SPARSEKMAP=m CONFIG_INPUT_TABLET=y CONFIG_INPUT_TWL4030_PWRBUTTON=m CONFIG_INPUT_TWL4030_VIBRA=m -CONFIG_INPUT_UINPUT=m +CONFIG_INPUT_UINPUT=y CONFIG_INPUT_WINBOND_CIR=m CONFIG_INPUT_WISTRON_BTNS=m CONFIG_INPUT_WM831X_ON=m