aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelle Martijn Kok <[email protected]>2010-02-10 09:34:09 -0600
committerJohn W. Linville <[email protected]>2010-02-10 13:14:09 -0500
commit174b24963eaf96dc5e093502ee09639aed13eb2f (patch)
tree0bb080d9bfd2ff458cf6ab36d4f3e2b25a4c90c8
parent33a5d083e786f0c3fb4efedb59b0e8e3de39963b (diff)
rtl8187: Add new device ID
Add new RTL8187B device. Signed-off-by: Larry Finger <[email protected]> Cc: Stable <[email protected]> Signed-off-by: John W. Linville <[email protected]>
-rw-r--r--drivers/net/wireless/rtl818x/rtl8187_dev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/rtl818x/rtl8187_dev.c b/drivers/net/wireless/rtl818x/rtl8187_dev.c
index bc5726dd5fe4..7ba3052b0708 100644
--- a/drivers/net/wireless/rtl818x/rtl8187_dev.c
+++ b/drivers/net/wireless/rtl818x/rtl8187_dev.c
@@ -65,6 +65,7 @@ static struct usb_device_id rtl8187_table[] __devinitdata = {
/* Sitecom */
{USB_DEVICE(0x0df6, 0x000d), .driver_info = DEVICE_RTL8187},
{USB_DEVICE(0x0df6, 0x0028), .driver_info = DEVICE_RTL8187B},
+ {USB_DEVICE(0x0df6, 0x0029), .driver_info = DEVICE_RTL8187B},
/* Sphairon Access Systems GmbH */
{USB_DEVICE(0x114B, 0x0150), .driver_info = DEVICE_RTL8187},
/* Dick Smith Electronics */