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 80d875c commit 7037d95Copy full SHA for 7037d95
drivers/net/usb/r8152.c
@@ -10049,6 +10049,7 @@ static const struct usb_device_id rtl8152_table[] = {
10049
{ USB_DEVICE(VENDOR_ID_NVIDIA, 0x09ff) },
10050
{ USB_DEVICE(VENDOR_ID_TPLINK, 0x0601) },
10051
{ USB_DEVICE(VENDOR_ID_DLINK, 0xb301) },
10052
+ { USB_DEVICE(VENDOR_ID_ASUS, 0x1976) },
10053
{}
10054
};
10055
include/linux/usb/r8152.h
@@ -30,6 +30,7 @@
30
#define VENDOR_ID_NVIDIA 0x0955
31
#define VENDOR_ID_TPLINK 0x2357
32
#define VENDOR_ID_DLINK 0x2001
33
+#define VENDOR_ID_ASUS 0x0b05
34
35
#if IS_REACHABLE(CONFIG_USB_RTL8152)
36
extern u8 rtl8152_get_version(struct usb_interface *intf);
0 commit comments