summaryrefslogtreecommitdiff
path: root/drivers/staging
diff options
context:
space:
mode:
authorDave Hayes <dwhayes@gmail.com>2009-04-18 02:18:37 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2009-05-08 19:39:27 -0700
commita9ed12e5c149b05adf13bea5f1e96d68c2127faf (patch)
tree5fa5a94bebbb0312f5c65cc29648a4e4650be59e /drivers/staging
parent82fbb01cf3c2bd150262269bd017431d7dd74063 (diff)
Staging: rt2870: new device id
Hey, I have an Edimax wireless USB adapter that uses the rt2870 chipset. lsusb shows it as follows: Bus 001 Device 002: ID 7392:7717 When I added that ID to rt2870.h, the device came up and worked as expected. From: Dave Hayes <dwhayes@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/rt2870/rt2870.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/rt2870/rt2870.h b/drivers/staging/rt2870/rt2870.h
index a42caa37080..a69cf338e49 100644
--- a/drivers/staging/rt2870/rt2870.h
+++ b/drivers/staging/rt2870/rt2870.h
@@ -145,6 +145,7 @@
{USB_DEVICE(0x0789,0x0162)}, /* Logitec */ \
{USB_DEVICE(0x0789,0x0163)}, /* Logitec */ \
{USB_DEVICE(0x0789,0x0164)}, /* Logitec */ \
+ {USB_DEVICE(0x7392,0x7717)}, /* Edimax */ \
{ }/* Terminating entry */ \
}