From patchwork Tue Oct 18 11:39:46 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Gardner X-Patchwork-Id: 120410 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 CF127B71BC for ; Tue, 18 Oct 2011 22:39:45 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1RG80j-0003dI-Ht; Tue, 18 Oct 2011 11:39:09 +0000 Received: from mail.tpi.com ([70.99.223.143]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1RG80h-0003dA-6u for kernel-team@lists.ubuntu.com; Tue, 18 Oct 2011 11:39:07 +0000 Received: from [192.168.6.130] (173-162-80-125-miami.hfc.comcastbusiness.net [173.162.80.125]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail.tpi.com (Postfix) with ESMTP id 0150A2EAB4A; Tue, 18 Oct 2011 04:37:58 -0700 (PDT) To: "=?utf-8?B?TGVhbm4gT2dhc2F3YXJh?=" , "=?utf-8?B?a2VybmVsLXRlYW0=?=" From: "=?utf-8?B?dGltLmdhcmRuZXJAY2Fub25pY2FsLmNvbQ==?=" Subject: =?utf-8?B?QUNLOiBbT25laXJpYyBTUlUvUHJlY2lzZV1bUEFUQ0ggMS8xXSBSZXZlcnQgIlVCVU5UVTogdWJ1bnR1OiBmc2FtNzQwMAlkaXNhYmxlIGRyaXZlciI=?= Date: Tue, 18 Oct 2011 07:39:46 -0400 MIME-Version: 1.0 Message-Id: <20111018113758.0150A2EAB4A@mail.tpi.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 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 Sent from my Verizon Wireless Phone ----- Reply message ----- From: "Leann Ogasawara" Date: Mon, Oct 17, 2011 2:09 pm Subject: [Oneiric SRU/Precise][PATCH 1/1] Revert "UBUNTU: ubuntu: fsam7400 disable driver" To: "kernel-team" BugLink: http://bugs.launchpad.net/bugs/876030 Please consider the following for Oneiric SRU and Precise. == Oneiric SRU Justification == Per the Oneiric Ubuntu Kernel Delta review [1], we purposely decided to disable the fsam7400 kernel module because it is an out of tree module which produces an extra maintenance burden and overhead every release. Should anyone object, it would be re-enabled. If there were no objections, it would be dropped in the subsequent 12.04 Precise LTS release. A bug reporter has requested we re-enable this module. They have tested and confirmed it provides rfkill switch support on their Fujitsu laptop. == Impact == Confirmed to affect Fujitsu Siemens Amilo Pro V3505, likely other Fujitsu models are affected as well. == Fix == Re-enable the fsam7400 module Thanks, Leann [1] https://wiki.ubuntu.com/KernelTeam/Specs/KernelOneiricUbuntuDeltaReview From 29aa41d8752b4c2fd6d16067f1386749507ff373 Mon Sep 17 00:00:00 2001 From: Leann Ogasawara Date: Mon, 17 Oct 2011 07:06:09 -0700 Subject: [PATCH] Revert "UBUNTU: ubuntu: fsam7400 disable driver" BugLink: http://bugs.launchpad.net/bugs/876030 This reverts commit 2c2ebcbf14a86f4af59ef1d4d420d3f19083472c. Per the Oneiric Ubuntu Delta Review we purposely disabled the fsam7400 driver with the hopes that we could then completely drop the driver for Precise 12.04. However, there are reports that this driver is still in use. Re-enable the driver. Signed-off-by: Leann Ogasawara --- ubuntu/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ubuntu/Makefile b/ubuntu/Makefile index 7ac7805..30b3ded 100644 --- a/ubuntu/Makefile +++ b/ubuntu/Makefile @@ -27,7 +27,7 @@ obj-$(CONFIG_NDISWRAPPER) += ndiswrapper/ ## ## ## -#obj-$(CONFIG_FSAM7400) += fsam7400/ +obj-$(CONFIG_FSAM7400) += fsam7400/ ## ## ##