diff options
Diffstat (limited to 'src/drivers')
-rw-r--r-- | src/drivers/net/r8168.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/net/r8168.c b/src/drivers/net/r8168.c index b4ef40e426..32e02759c1 100644 --- a/src/drivers/net/r8168.c +++ b/src/drivers/net/r8168.c @@ -427,6 +427,7 @@ static struct device_operations r8168_ops = { static const unsigned short pci_device_ids[] = { PCI_DID_REALTEK_8168, PCI_DID_REALTEK_8125, + PCI_DID_REALTEK_8111, 0 }; |