mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 18:09:56 +00:00
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>
This commit is contained in:
committed by
Jakub Kicinski
parent
2f3119686e
commit
370e98728b
@@ -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
|
||||
{ }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user