From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:45637 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754902AbcDIXp4 (ORCPT ); Sat, 9 Apr 2016 19:45:56 -0400 Subject: Patch "rt2x00: add new rt2800usb device Buffalo WLI-UC-G450" has been added to the 4.5-stable tree To: anthony.wong@ubuntu.com, gregkh@linuxfoundation.org, kvalo@codeaurora.org, sgruszka@redhat.com Cc: , From: Date: Sat, 09 Apr 2016 16:45:54 -0700 Message-ID: <1460245554115208@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: This is a note to let you know that I've just added the patch titled rt2x00: add new rt2800usb device Buffalo WLI-UC-G450 to the 4.5-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: rt2x00-add-new-rt2800usb-device-buffalo-wli-uc-g450.patch and it can be found in the queue-4.5 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let know about it. >>From f36f299068794ffc5026f25b6a1b3ed615ea832d Mon Sep 17 00:00:00 2001 From: Anthony Wong Date: Tue, 23 Feb 2016 23:09:22 +0800 Subject: rt2x00: add new rt2800usb device Buffalo WLI-UC-G450 From: Anthony Wong commit f36f299068794ffc5026f25b6a1b3ed615ea832d upstream. Add USB ID 0411:01fd for Buffalo WLI-UC-G450 wireless adapter, RT chipset 3593 Signed-off-by: Anthony Wong Acked-by: Stanislaw Gruszka Signed-off-by: Kalle Valo Signed-off-by: Greg Kroah-Hartman --- drivers/net/wireless/ralink/rt2x00/rt2800usb.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/net/wireless/ralink/rt2x00/rt2800usb.c +++ b/drivers/net/wireless/ralink/rt2x00/rt2800usb.c @@ -1026,6 +1026,7 @@ static struct usb_device_id rt2800usb_de { USB_DEVICE(0x0411, 0x01a2) }, { USB_DEVICE(0x0411, 0x01ee) }, { USB_DEVICE(0x0411, 0x01a8) }, + { USB_DEVICE(0x0411, 0x01fd) }, /* Corega */ { USB_DEVICE(0x07aa, 0x002f) }, { USB_DEVICE(0x07aa, 0x003c) }, Patches currently in stable-queue which might be from anthony.wong@ubuntu.com are queue-4.5/rt2x00-add-new-rt2800usb-device-buffalo-wli-uc-g450.patch