Commit a1a30537 authored by Jack Wu's avatar Jack Wu Committed by Paolo Abeni
Browse files

net: wwan: t7xx: add support for Dell DW5933e



add support for Dell DW5933e (0x14c0, 0x4d75)

Signed-off-by: default avatarJack Wu <wojackbb@gmail.com>
Link: https://patch.msgid.link/20240716024902.16054-1-wojackbb@gmail.com


Signed-off-by: default avatarPaolo Abeni <pabeni@redhat.com>
parent ab1a2a52
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -852,6 +852,7 @@ static void t7xx_pci_remove(struct pci_dev *pdev)

static const struct pci_device_id t7xx_pci_table[] = {
	{ PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x4d75) },
	{ PCI_DEVICE(0x14c0, 0x4d75) }, // Dell DW5933e
	{ }
};
MODULE_DEVICE_TABLE(pci, t7xx_pci_table);