|
@@ -5217,8 +5217,8 @@ static int rtl8152_probe(struct usb_interface *intf,
|
|
|
netdev->hw_features &= ~NETIF_F_RXCSUM;
|
|
|
}
|
|
|
|
|
|
- if (le16_to_cpu(udev->descriptor.bcdDevice) == 0x3011 &&
|
|
|
- udev->serial && !strcmp(udev->serial, "000001000000")) {
|
|
|
+ if (le16_to_cpu(udev->descriptor.bcdDevice) == 0x3011 && udev->serial &&
|
|
|
+ (!strcmp(udev->serial, "000001000000") || !strcmp(udev->serial, "000002000000"))) {
|
|
|
dev_info(&udev->dev, "Dell TB16 Dock, disable RX aggregation");
|
|
|
set_bit(DELL_TB_RX_AGG_BUG, &tp->flags);
|
|
|
}
|