diff options
Diffstat (limited to 'drivers/net/usb/r8152.c')
-rw-r--r-- | drivers/net/usb/r8152.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/usb/r8152.c b/drivers/net/usb/r8152.c index 5065538dd03b..ac4d03b328b1 100644 --- a/drivers/net/usb/r8152.c +++ b/drivers/net/usb/r8152.c | |||
@@ -493,6 +493,7 @@ enum rtl8152_flags { | |||
493 | /* Define these values to match your device */ | 493 | /* Define these values to match your device */ |
494 | #define VENDOR_ID_REALTEK 0x0bda | 494 | #define VENDOR_ID_REALTEK 0x0bda |
495 | #define VENDOR_ID_SAMSUNG 0x04e8 | 495 | #define VENDOR_ID_SAMSUNG 0x04e8 |
496 | #define VENDOR_ID_LENOVO 0x17ef | ||
496 | 497 | ||
497 | #define MCU_TYPE_PLA 0x0100 | 498 | #define MCU_TYPE_PLA 0x0100 |
498 | #define MCU_TYPE_USB 0x0000 | 499 | #define MCU_TYPE_USB 0x0000 |
@@ -4114,6 +4115,7 @@ static struct usb_device_id rtl8152_table[] = { | |||
4114 | {REALTEK_USB_DEVICE(VENDOR_ID_REALTEK, 0x8152)}, | 4115 | {REALTEK_USB_DEVICE(VENDOR_ID_REALTEK, 0x8152)}, |
4115 | {REALTEK_USB_DEVICE(VENDOR_ID_REALTEK, 0x8153)}, | 4116 | {REALTEK_USB_DEVICE(VENDOR_ID_REALTEK, 0x8153)}, |
4116 | {REALTEK_USB_DEVICE(VENDOR_ID_SAMSUNG, 0xa101)}, | 4117 | {REALTEK_USB_DEVICE(VENDOR_ID_SAMSUNG, 0xa101)}, |
4118 | {REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x7205)}, | ||
4117 | {} | 4119 | {} |
4118 | }; | 4120 | }; |
4119 | 4121 | ||