Skip to content

Commit 370e987

Browse files
zelda3121kuba-moo
authored andcommitted
net: wwan: t7xx: add support for HP DRMR-H01
add support for HP DRMR-H01 (0x03f0, 0x09c8) Signed-off-by: Sammy Hsu <sammy.hsu@wnc.com.tw> Link: https://patch.msgid.link/20251002024841.5979-1-sammy.hsu@wnc.com.tw Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 2f31196 commit 370e987

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
@@ -939,6 +939,7 @@ static void t7xx_pci_remove(struct pci_dev *pdev)
939939

940940
static const struct pci_device_id t7xx_pci_table[] = {
941941
{ PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x4d75) },
942+
{ PCI_DEVICE(0x03f0, 0x09c8) }, // HP DRMR-H01
942943
{ PCI_DEVICE(0x14c0, 0x4d75) }, // Dell DW5933e
943944
{ }
944945
};

0 commit comments

Comments
 (0)