| Submitter | Tim Gardner |
|---|---|
| Date | March 5, 2010, 6:12 p.m. |
| Message ID | <20100305181223.A205531B6E@sepang.rtg.net> |
| Download | mbox | patch |
| Permalink | /patch/47014/ |
| State | Accepted |
| Delegated to: | Andy Whitcroft |
| Headers | show |
Comments
Patch
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
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 <tim.gardner@canonical.com> 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 <tim.gardner@canonical.com> --- debian.master/config/config.common.ubuntu | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)