mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-10 07:29:40 +00:00
Merge pull request #230 from alfa-jpn/fix/device_id
Update some device ids of v4.1.8
This commit is contained in:
commit
c459fddba4
1 changed files with 7 additions and 1 deletions
|
@ -121,7 +121,13 @@ static void rtw_dev_shutdown(struct device *dev)
|
|||
{USB_DEVICE(USB_VENDER_ID_REALTEK, 0x0179)}, /* 8188ETV */ \
|
||||
/*=== Customer ID ===*/ \
|
||||
/****** 8188EUS ********/ \
|
||||
{USB_DEVICE(0x07B8, 0x8179)}, /* Abocom - Abocom */
|
||||
{USB_DEVICE(0x07B8, 0x8179)}, /* Abocom - Abocom */ \
|
||||
{USB_DEVICE(0x0DF6, 0x0076)}, /* Sitecom N150 v2 */ \
|
||||
{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(0x056E, 0x4008)}, /* Elecom WDC-150SU2M */ \
|
||||
{USB_DEVICE(0x2357, 0x010c)}, /* TP-Link TL-WN722N v2 */
|
||||
|
||||
static struct usb_device_id rtw_usb_id_tbl[] ={
|
||||
RTL8188E_USB_IDS
|
||||
|
|
Loading…
Reference in a new issue