From: Marcin Slusarz Date: Wed, 8 Jul 2009 20:07:07 +0000 (+0200) Subject: Staging: rt3070: add support for Linksys WUSB54GC-EU v3 X-Git-Tag: v2.6.32-rc1~668^2~528 X-Git-Url: http://ftp.safe.ca/?p=safe%2Fjmp%2Flinux-2.6;a=commitdiff_plain;h=a777167fbf3965cbc40f0c4594e2a7ba61c19e1f Staging: rt3070: add support for Linksys WUSB54GC-EU v3 According to FCC (*1) and *2 there's really RT2070L inside, but according to *2 RT3070 and RT2070 are compatible. *1 https://fjallfoss.fcc.gov/oetcf/eas/reports/ViewExhibitReport.cfm?mode=Exhibits&RequestTimeout=500&calledFromFrame=N&application_id=327783&fcc_id=%27Q87-WUSB54GCV3%27 (look for "Internal Photos") *2 http://rt2x00.serialmonkey.com/phpBB/viewtopic.php?f=5&t=5245 Signed-off-by: Marcin Slusarz Acked-by: Bartlomiej Zolnierkiewicz Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rt2870/rt2870.h b/drivers/staging/rt2870/rt2870.h index 2b8872b..030cc9b 100644 --- a/drivers/staging/rt2870/rt2870.h +++ b/drivers/staging/rt2870/rt2870.h @@ -219,6 +219,7 @@ {USB_DEVICE(0x0789,0x0163)}, /* Logitec 2870 */ \ {USB_DEVICE(0x0789,0x0164)}, /* Logitec 2870 */ \ {USB_DEVICE(0x1EDA,0x2310)}, /* AirTies 3070 */ \ + {USB_DEVICE(0x1737,0x0077)}, /* Linksys WUSB54GC-EU v3 */ \ { }/* Terminating entry */ \ } #endif