]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
net: wwan: t7xx: add support for HP DRMR-H01
authorSammy Hsu <zelda3121@gmail.com>
Thu, 2 Oct 2025 02:48:41 +0000 (10:48 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Nov 2025 20:37:38 +0000 (15:37 -0500)
[ Upstream commit 370e98728bda92b1bdffb448d1acdcbe19dadb4c ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/wwan/t7xx/t7xx_pci.c

index 8bf63f2dcbbfd60fff4f11180d9f7dc28ec78ee3..eb137e07842321288025637d9c1719b9d390b170 100644 (file)
@@ -939,6 +939,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(0x03f0, 0x09c8) }, // HP DRMR-H01
        { PCI_DEVICE(0x14c0, 0x4d75) }, // Dell DW5933e
        { }
 };