We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b151e7 commit 72f93a3Copy full SHA for 72f93a3
drivers/net/usb/r8152.c
@@ -9832,6 +9832,7 @@ static const struct usb_device_id rtl8152_table[] = {
9832
{ USB_DEVICE(VENDOR_ID_LINKSYS, 0x0041) },
9833
{ USB_DEVICE(VENDOR_ID_NVIDIA, 0x09ff) },
9834
{ USB_DEVICE(VENDOR_ID_TPLINK, 0x0601) },
9835
+ { USB_DEVICE(VENDOR_ID_DLINK, 0xb301) },
9836
{}
9837
};
9838
include/linux/usb/r8152.h
@@ -29,6 +29,7 @@
29
#define VENDOR_ID_LINKSYS 0x13b1
30
#define VENDOR_ID_NVIDIA 0x0955
31
#define VENDOR_ID_TPLINK 0x2357
32
+#define VENDOR_ID_DLINK 0x2001
33
34
#if IS_REACHABLE(CONFIG_USB_RTL8152)
35
extern u8 rtl8152_get_version(struct usb_interface *intf);
0 commit comments