Skip to content

Commit a1a3053

Browse files
JackBBWuPaolo Abeni
authored andcommitted
net: wwan: t7xx: add support for Dell DW5933e
add support for Dell DW5933e (0x14c0, 0x4d75) Signed-off-by: Jack Wu <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Paolo Abeni <[email protected]>
1 parent ab1a2a5 commit a1a3053

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/wwan/t7xx/t7xx_pci.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -852,6 +852,7 @@ static void t7xx_pci_remove(struct pci_dev *pdev)
852852

853853
static const struct pci_device_id t7xx_pci_table[] = {
854854
{ PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x4d75) },
855+
{ PCI_DEVICE(0x14c0, 0x4d75) }, // Dell DW5933e
855856
{ }
856857
};
857858
MODULE_DEVICE_TABLE(pci, t7xx_pci_table);

0 commit comments

Comments
 (0)