From patchwork Fri Mar 5 18:12:23 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Gardner X-Patchwork-Id: 47014 X-Patchwork-Delegate: apw@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 EEF8AB7BEE for ; Sat, 6 Mar 2010 05:12:37 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1Nnc0h-0001Dd-Kq; Fri, 05 Mar 2010 18:12:27 +0000 Received: from mail.tpi.com ([70.99.223.143]) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1Nnc0g-0001DY-3P for kernel-team@lists.ubuntu.com; Fri, 05 Mar 2010 18:12:26 +0000 Received: from sepang.rtg.net (unknown [10.0.2.5]) by mail.tpi.com (Postfix) with ESMTP id 9D564223328; Fri, 5 Mar 2010 10:12:09 -0800 (PST) Received: by sepang.rtg.net (Postfix, from userid 1000) id A205531B6E; Fri, 5 Mar 2010 11:12:23 -0700 (MST) To: apw@canonical.com Subject: Lucid pull request, CONFIG_HID=m Message-Id: <20100305181223.A205531B6E@sepang.rtg.net> Date: Fri, 5 Mar 2010 11:12:23 -0700 (MST) From: timg@tpi.com (Tim Gardner) Cc: kernel-team@lists.ubuntu.com 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: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com In preperation for our config mini-summit on Monday: The following changes since commit 9512754e274895426d5305d09a4c667d8621f420: Oleg Nesterov (1): x86: set_personality_ia32() misses force_personality32 are available in the git repository at: git://kernel.ubuntu.com/rtg/ubuntu-lucid.git HID-m Tim Gardner (1): UBUNTU: [Config] CONFIG_HID=m debian.master/config/config.common.ubuntu | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) From d4de4fbe061cc85ee88682a2931a2f24adc986d1 Mon Sep 17 00:00:00 2001 From: Tim Gardner Date: Fri, 5 Mar 2010 10:21:47 -0700 Subject: [PATCH] UBUNTU: [Config] CONFIG_HID=m There have been a number of comments about HID being built into the kernel with regard to DKMS and other external HID modules. Since HID is likely to have little impact on boot speed (the original incentive for building it in), then build core HID as a module. Some of that discussion is buried in this thread: https://lists.ubuntu.com/archives/kernel-team/2010-March/009202.html Signed-off-by: Tim Gardner --- debian.master/config/config.common.ubuntu | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 573e902..4d262f1 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -1353,7 +1353,7 @@ CONFIG_HFSPLUS_FS=m CONFIG_HFS_FS=m CONFIG_HIBERNATION=y CONFIG_HIBERNATION_NVS=y -CONFIG_HID=y +CONFIG_HID=m CONFIG_HIDRAW=y CONFIG_HID_A4TECH=m CONFIG_HID_APPLE=m