From patchwork Mon May 24 05:56:46 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leann Ogasawara X-Patchwork-Id: 53388 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 1FCC1B7D6C for ; Mon, 24 May 2010 15:56:56 +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 1OGQeh-0000PZ-U9; Mon, 24 May 2010 06:56:51 +0100 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1OGQeg-0000P1-8R for kernel-team@lists.ubuntu.com; Mon, 24 May 2010 06:56:50 +0100 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1OGQef-000292-Td for ; Mon, 24 May 2010 06:56:50 +0100 Received: from c-76-105-148-120.hsd1.or.comcast.net ([76.105.148.120] helo=[192.168.1.4]) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1OGQef-0006Yr-G7 for kernel-team@lists.ubuntu.com; Mon, 24 May 2010 06:56:49 +0100 Subject: [PATCH 7/8] UBUNTU: [Config] CONFIG_RT2800USB_UNKNOWN=y From: Leann Ogasawara To: kernel-team In-Reply-To: <1274680312.24569.3479.camel@emiko> References: <1274680312.24569.3479.camel@emiko> Date: Sun, 23 May 2010 22:56:46 -0700 Message-ID: <1274680606.24569.3508.camel@emiko> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 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 >From 9d11c37fa9fb52b00639703dd04bb01cef4c30ad Mon Sep 17 00:00:00 2001 From: Leann Ogasawara Date: Sun, 23 May 2010 12:21:53 -0700 Subject: [PATCH 7/8] UBUNTU: [Config] CONFIG_RT2800USB_UNKNOWN=y Enable CONFIG_RT2800USB_UNKNOWN=y for ports and ubuntu. This option adds support for rt2800 family devices that are known to have a rt2800 family chipset, but for which the exact chipset is unknown. Signed-off-by: Leann Ogasawara --- 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 d66f544..ef881ea 100644 --- a/debian.master/config/config.common.ports +++ b/debian.master/config/config.common.ports @@ -2759,7 +2759,7 @@ CONFIG_RT2800PCI_PCI=y CONFIG_RT2800USB=m # CONFIG_RT2800USB_RT30XX is not set # CONFIG_RT2800USB_RT35XX is not set -# CONFIG_RT2800USB_UNKNOWN is not set +CONFIG_RT2800USB_UNKNOWN=y CONFIG_RT2800_LIB=m CONFIG_RT2X00=m # CONFIG_RT2X00_DEBUG is not set diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index dd83346..a8a0e82 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -3186,7 +3186,7 @@ CONFIG_RT2800PCI_PCI=y CONFIG_RT2800USB=m # CONFIG_RT2800USB_RT30XX is not set # CONFIG_RT2800USB_RT35XX is not set -# CONFIG_RT2800USB_UNKNOWN is not set +CONFIG_RT2800USB_UNKNOWN=y CONFIG_RT2800_LIB=m CONFIG_RT2860=m CONFIG_RT2870=m