From patchwork Thu Mar 25 15:18:54 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Bader X-Patchwork-Id: 48526 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 EEEBBB7CED for ; Fri, 26 Mar 2010 02:19:04 +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 1Nuopn-0002Sx-1Y; Thu, 25 Mar 2010 15:18:59 +0000 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1Nuopk-0002Si-Ep for kernel-team@lists.ubuntu.com; Thu, 25 Mar 2010 15:18:56 +0000 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1Nuopk-0008N9-DW for ; Thu, 25 Mar 2010 15:18:56 +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 1Nuopk-0007rS-95 for kernel-team@lists.ubuntu.com; Thu, 25 Mar 2010 15:18:56 +0000 From: Stefan Bader To: kernel-team@lists.ubuntu.com Subject: [PATCH 2/2] Staging: rt2870: Add USB ID for Ralink 2070L Date: Thu, 25 Mar 2010 16:18:54 +0100 Message-Id: <1269530334-24352-3-git-send-email-stefan.bader@canonical.com> X-Mailer: git-send-email 1.6.3.3 In-Reply-To: <43d8ce651003250602w2a30fcc3i7b35996ebc8e80b0@mail.gmail.com> References: <43d8ce651003250602w2a30fcc3i7b35996ebc8e80b0@mail.gmail.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 From: John Tapsell Signed-off-by: John Tapsell Signed-off-by: Stefan Bader CC: stable@kernel.org --- 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 54eee21..725e83c 100644 --- a/drivers/staging/rt2870/2870_main_dev.c +++ b/drivers/staging/rt2870/2870_main_dev.c @@ -143,6 +143,7 @@ struct usb_device_id rtusb_usb_id[] = { { USB_DEVICE(0x1EDA, 0x2310) }, /* AirTies 3070 */ { USB_DEVICE(0x1737, 0x0077) }, /* Linksys WUSB54GC-EU v3 */ { USB_DEVICE(0x0411, 0x015D) }, /* Buffalo Airstation WLI-UC-GN */ + { USB_DEVICE(0x148F, 0x2070) }, /* Ralink 2070L */ { } /* Terminating entry */ };