diff options
| author | Larry Finger <Larry.Finger@lwfinger.net> | 2014-11-27 10:10:21 -0600 |
|---|---|---|
| committer | Jiri Slaby <jslaby@suse.cz> | 2014-12-06 15:18:14 +0100 |
| commit | 69eca4e448962aa167058c680776879568c6e788 (patch) | |
| tree | e58a2b5c453558e9a2020ce8eda3620477851821 | |
| parent | 7abd18f7bad812dbab0bca2492d55a9800dcd479 (diff) | |
| download | linux-69eca4e448962aa167058c680776879568c6e788.tar.gz linux-69eca4e448962aa167058c680776879568c6e788.tar.bz2 linux-69eca4e448962aa167058c680776879568c6e788.zip | |
staging: r8188eu: Add new device ID for DLink GO-USB-N150
commit 6d4556fc0309608f760f1d329df56d77fdd0c31a upstream.
The DLink GO-USB-N150 with revision B1 uses this driver.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
| -rw-r--r-- | drivers/staging/rtl8188eu/os_dep/usb_intf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/rtl8188eu/os_dep/usb_intf.c b/drivers/staging/rtl8188eu/os_dep/usb_intf.c index d1eea2d426bd..6a2c8ab6b638 100644 --- a/drivers/staging/rtl8188eu/os_dep/usb_intf.c +++ b/drivers/staging/rtl8188eu/os_dep/usb_intf.c @@ -57,6 +57,7 @@ static struct usb_device_id rtw_usb_id_tbl[] = { {USB_DEVICE(0x07b8, 0x8179)}, /* Abocom - Abocom */ {USB_DEVICE(0x2001, 0x330F)}, /* DLink DWA-125 REV D1 */ {USB_DEVICE(0x2001, 0x3310)}, /* Dlink DWA-123 REV D1 */ + {USB_DEVICE(0x2001, 0x3311)}, /* DLink GO-USB-N150 REV B1 */ {USB_DEVICE(0x0df6, 0x0076)}, /* Sitecom N150 v2 */ {} /* Terminating entry */ }; |
