projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab1a2a5
)
net: wwan: t7xx: add support for Dell DW5933e
author
Jack Wu
<wojackbb@gmail.com>
Tue, 16 Jul 2024 02:49:02 +0000
(10:49 +0800)
committer
Paolo Abeni
<pabeni@redhat.com>
Thu, 18 Jul 2024 09:22:45 +0000
(11:22 +0200)
add support for Dell DW5933e (0x14c0, 0x4d75)
Signed-off-by: Jack Wu <wojackbb@gmail.com>
Link:
https://patch.msgid.link/20240716024902.16054-1-wojackbb@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/wwan/t7xx/t7xx_pci.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/wwan/t7xx/t7xx_pci.c
b/drivers/net/wwan/t7xx/t7xx_pci.c
index e0b1e7a616cae530627a7692babd5d09b335c36f..10a8c1080b102a2c6195a41941a95a79d4f0978c 100644
(file)
--- a/
drivers/net/wwan/t7xx/t7xx_pci.c
+++ b/
drivers/net/wwan/t7xx/t7xx_pci.c
@@
-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);