Skip to content

Commit 8708aac

Browse files
lwfingerlinvjw
authored andcommitted
rtlwifi: rtl8192cu: Add new USB ID
A new model of the RTL8188CUS has appeared. Reported-and-tested-by: Thomas Rosenkrantz <tom.rosary@googlemail.com> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Cc: Stable <stable@vger.kernel.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
1 parent 6eda4e2 commit 8708aac

File tree

1 file changed

+1
-0
lines changed
  • drivers/net/wireless/rtlwifi/rtl8192cu

1 file changed

+1
-0
lines changed

drivers/net/wireless/rtlwifi/rtl8192cu/sw.c

+1
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ static struct usb_device_id rtl8192c_usb_ids[] = {
285285
{RTL_USB_DEVICE(USB_VENDER_ID_REALTEK, 0x817f, rtl92cu_hal_cfg)},
286286
/* RTL8188CUS-VL */
287287
{RTL_USB_DEVICE(USB_VENDER_ID_REALTEK, 0x818a, rtl92cu_hal_cfg)},
288+
{RTL_USB_DEVICE(USB_VENDER_ID_REALTEK, 0x819a, rtl92cu_hal_cfg)},
288289
/* 8188 Combo for BC4 */
289290
{RTL_USB_DEVICE(USB_VENDER_ID_REALTEK, 0x8754, rtl92cu_hal_cfg)},
290291

0 commit comments

Comments
 (0)