diff options
author | Larry Finger <[email protected]> | 2012-01-07 10:07:03 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2012-02-08 14:14:12 -0800 |
commit | 1793bf1deddc8ce25dc41925d5dbe64536c841b6 (patch) | |
tree | 047e129d0e4ec445da0a080d8aa4a00c15cbd5c3 | |
parent | e8b4553457e78bcff90f70a31212a40a8fd4f0db (diff) |
staging: r8712u: Add new Sitecom UsB ID
Add USB ID for SITECOM WLA-1000 V1 001 WLAN
Reported-and-tested-by: Roland Gruber <[email protected]>
Reported-and-tested-by: Dario Lucia <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Cc: Stable <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/rtl8712/usb_intf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/rtl8712/usb_intf.c b/drivers/staging/rtl8712/usb_intf.c index 5385da2e9cdb..8de0c80ebf8a 100644 --- a/drivers/staging/rtl8712/usb_intf.c +++ b/drivers/staging/rtl8712/usb_intf.c @@ -89,6 +89,7 @@ static struct usb_device_id rtl871x_usb_id_tbl[] = { {USB_DEVICE(0x0DF6, 0x0045)}, {USB_DEVICE(0x0DF6, 0x0059)}, /* 11n mode disable */ {USB_DEVICE(0x0DF6, 0x004B)}, + {USB_DEVICE(0x0DF6, 0x005B)}, {USB_DEVICE(0x0DF6, 0x005D)}, {USB_DEVICE(0x0DF6, 0x0063)}, /* Sweex */ |