diff mbox series

[net,v2] net: wwan: t7xx: add support for Dell DW5933e

Message ID 20240711060959.61908-1-wojackbb@gmail.com (mailing list archive)
State New, archived
Headers show
Series [net,v2] net: wwan: t7xx: add support for Dell DW5933e | expand

Commit Message

wojackbb@gmail.com July 11, 2024, 6:09 a.m. UTC
From: jackbb_wu <wojackbb@gmail.com>

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

Signed-off-by: Jack Wu <wojackbb@gmail.com>
---
 drivers/net/wwan/t7xx/t7xx_pci.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Jakub Kicinski July 14, 2024, 3:05 p.m. UTC | #1
On Thu, 11 Jul 2024 14:09:59 +0800 wojackbb@gmail.com wrote:
> From: jackbb_wu <wojackbb@gmail.com>
> 
> add support for Dell DW5933e (0x14c0, 0x4d75)
> 
> Signed-off-by: Jack Wu <wojackbb@gmail.com>

Please change the name in the "From" field as well
(you have to update it in the commit, git commit --amend --reset-author)
diff mbox series

Patch

diff --git a/drivers/net/wwan/t7xx/t7xx_pci.c b/drivers/net/wwan/t7xx/t7xx_pci.c
index e0b1e7a616ca..10a8c1080b10 100644
--- 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);