From patchwork Thu Mar 25 16:23:19 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Bader X-Patchwork-Id: 48534 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 E3B65B7CF4 for ; Fri, 26 Mar 2010 03:23:29 +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 1Nupq7-0007oH-2W; Thu, 25 Mar 2010 16:23:23 +0000 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1Nupq6-0007o6-2M for kernel-team@lists.ubuntu.com; Thu, 25 Mar 2010 16:23:22 +0000 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1Nupq4-0001Ym-L9 for ; Thu, 25 Mar 2010 16:23:21 +0000 Received: from p5b2e4779.dip.t-dialin.net ([91.46.71.121] helo=canonical.com) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1Nupq4-0001ko-G9 for kernel-team@lists.ubuntu.com; Thu, 25 Mar 2010 16:23:20 +0000 From: Stefan Bader To: kernel-team@lists.ubuntu.com Subject: [Lucid] SRU: (pre-stable) Staging: rt2870: Add USB ID for Buffalo Airstation WLI-UC-GN Date: Thu, 25 Mar 2010 17:23:19 +0100 Message-Id: <1269534199-30914-1-git-send-email-stefan.bader@canonical.com> X-Mailer: git-send-email 1.6.3.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: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com Has been sent to stable. As it is a very simplistic patch and hopefully makes its way, I'd like to apply it to Lucid as pre-stable. -Stefan From 2bb5a4ae4fe4ae4d59c68ea71adcfa1d693d8902 Mon Sep 17 00:00:00 2001 From: John Tapsell Date: Thu, 25 Mar 2010 13:30:45 +0000 Subject: [PATCH] Staging: rt2870: Add USB ID for Buffalo Airstation WLI-UC-GN BugLink: http://bugs.launchpad.net/bugs/441990 This was tested to successfully enable the hardware. Signed-off-by: John Tapsell Signed-off-by: Stefan Bader CC: stable@kernel.org Acked-by: Amit Kucheria --- drivers/staging/rt2870/2870_main_dev.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/staging/rt2870/2870_main_dev.c b/drivers/staging/rt2870/2870_main_dev.c index d0ed48b..54eee21 100644 --- a/drivers/staging/rt2870/2870_main_dev.c +++ b/drivers/staging/rt2870/2870_main_dev.c @@ -142,6 +142,7 @@ struct usb_device_id rtusb_usb_id[] = { { USB_DEVICE(0x7392, 0x7717) }, /* Edimax */ { USB_DEVICE(0x1EDA, 0x2310) }, /* AirTies 3070 */ { USB_DEVICE(0x1737, 0x0077) }, /* Linksys WUSB54GC-EU v3 */ + { USB_DEVICE(0x0411, 0x015D) }, /* Buffalo Airstation WLI-UC-GN */ { } /* Terminating entry */ };