Skip to content

Commit

Permalink
Add TP-LINK UE300.
Browse files Browse the repository at this point in the history
Submitted by:	Kris G <[email protected]>
  • Loading branch information
Kevin Lo authored and Kevin Lo committed Nov 14, 2017
1 parent f58e599 commit ccaf7ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions sys/dev/usb/net/if_ure.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ static const STRUCT_USB_HOST_ID ure_devs[] = {
URE_DEV(LENOVO, RTL8153, 0),
URE_DEV(REALTEK, RTL8152, URE_FLAG_8152),
URE_DEV(REALTEK, RTL8153, 0),
URE_DEV(TPLINK, RTL8153, 0),
#undef URE_DEV
};

Expand Down
1 change: 0 additions & 1 deletion sys/dev/usb/quirk/usb_quirk.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ static struct usb_quirk_entry usb_quirks[USB_DEV_QUIRKS_MAX] = {
USB_QUIRK(SILICONPORTALS, YAPPHONE, 0x100, 0x100, UQ_AU_INP_ASYNC),
USB_QUIRK(LOGITECH, UN53B, 0x0000, 0xffff, UQ_NO_STRINGS),
USB_QUIRK(REALTEK, RTL8196EU, 0x0000, 0xffff, UQ_CFG_INDEX_1),
USB_QUIRK(TPLINK, RTL8153, 0x0000, 0xffff, UQ_CFG_INDEX_1),
USB_QUIRK(ELSA, MODEM1, 0x0000, 0xffff, UQ_CFG_INDEX_1),
USB_QUIRK(PLANEX2, MZKUE150N, 0x0000, 0xffff, UQ_CFG_INDEX_1),
USB_QUIRK(CISCOLINKSYS, USB3GIGV1, 0x0000, 0xffff, UQ_CFG_INDEX_1),
Expand Down

0 comments on commit ccaf7ad

Please sign in to comment.