Skip to content

Commit bb5786b

Browse files
MichaelStraubegregkh
authored andcommitted
staging: rtl8188eu: Add device id for MERCUSYS MW150US v2
This device was added to the stand-alone driver on github. Add it to the staging driver as well. Link: lwfinger/rtl8188eu@2141f244c3e7 Signed-off-by: Michael Straube <[email protected]> Cc: stable <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent ae62cf5 commit bb5786b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/staging/rtl8188eu/os_dep/usb_intf.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ static const struct usb_device_id rtw_usb_id_tbl[] = {
3838
{USB_DEVICE(0x2001, 0x331B)}, /* D-Link DWA-121 rev B1 */
3939
{USB_DEVICE(0x2357, 0x010c)}, /* TP-Link TL-WN722N v2 */
4040
{USB_DEVICE(0x2357, 0x0111)}, /* TP-Link TL-WN727N v5.21 */
41+
{USB_DEVICE(0x2C4E, 0x0102)}, /* MERCUSYS MW150US v2 */
4142
{USB_DEVICE(0x0df6, 0x0076)}, /* Sitecom N150 v2 */
4243
{USB_DEVICE(USB_VENDER_ID_REALTEK, 0xffef)}, /* Rosewill RNX-N150NUB */
4344
{} /* Terminating entry */

0 commit comments

Comments
 (0)