diff mbox

[2/2] Staging: rt2870: Add USB ID for Ralink 2070L

Message ID 1269530334-24352-3-git-send-email-stefan.bader@canonical.com
State Awaiting Upstream
Headers show

Commit Message

Stefan Bader March 25, 2010, 3:18 p.m. UTC
From: John Tapsell <johnflux@gmail.com>

Signed-off-by: John Tapsell <johnflux@gmail.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
CC: stable@kernel.org
---
 drivers/staging/rt2870/2870_main_dev.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff mbox

Patch

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 */
 };