Added D-Link DWA-127

This commit is contained in:
Laurent Bovet 2016-12-12 17:58:40 +01:00 committed by GitHub
parent eebb64063d
commit fa13da6c61

View File

@ -43,6 +43,7 @@ USB_DEVICE_ID rtusb_dev_id[] = {
{USB_DEVICE(0x148f,0x7601)}, /* MT 6370 */ {USB_DEVICE(0x148f,0x7601)}, /* MT 6370 */
{USB_DEVICE(0x148f,0x760b)}, /* 360 wifi 2 */ {USB_DEVICE(0x148f,0x760b)}, /* 360 wifi 2 */
{USB_DEVICE(0x2717,0x4106)}, /* XiaoMi wifi */ {USB_DEVICE(0x2717,0x4106)}, /* XiaoMi wifi */
{USB_DEVICE(0x2001,0x3d04)}, /* D-Link DWA-127 */
#endif /* MT7601U */ #endif /* MT7601U */
{ }/* Terminating entry */ { }/* Terminating entry */
}; };