Staging: rt2870: new device id
authorDave Hayes <[email protected]>
Sat, 18 Apr 2009 07:18:37 +0000 (02:18 -0500)
committerGreg Kroah-Hartman <[email protected]>
Sat, 9 May 2009 02:39:27 +0000 (19:39 -0700)
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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/staging/rt2870/rt2870.h

index a42caa3708089dd9294a50b6971e7383b361d716..a69cf338e49831db5b07cb43ea5c6c3da7b4d423 100644 (file)
        {USB_DEVICE(0x0789,0x0162)}, /* Logitec */              \
        {USB_DEVICE(0x0789,0x0163)}, /* Logitec */              \
        {USB_DEVICE(0x0789,0x0164)}, /* Logitec */              \
+       {USB_DEVICE(0x7392,0x7717)}, /* Edimax */               \
        { }/* Terminating entry */                      \
 }