* [PATCH] net: wwan: t7xx: add support for HP DRMR-H01
@ 2025-10-02 2:48 Sammy Hsu
2025-10-02 3:29 ` SAMMY HSU
2025-10-06 18:20 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: Sammy Hsu @ 2025-10-02 2:48 UTC (permalink / raw)
To: chandrashekar.devegowda
Cc: chiranjeevi.rapolu, haijun.liu, ricardo.martinez, netdev,
linux-kernel, Sammy Hsu
add support for HP DRMR-H01 (0x03f0, 0x09c8)
Signed-off-by: Sammy Hsu <sammy.hsu@wnc.com.tw>
---
drivers/net/wwan/t7xx/t7xx_pci.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/wwan/t7xx/t7xx_pci.c b/drivers/net/wwan/t7xx/t7xx_pci.c
index 8bf63f2dcbbf..00c0161f0c78 100644
--- a/drivers/net/wwan/t7xx/t7xx_pci.c
+++ b/drivers/net/wwan/t7xx/t7xx_pci.c
@@ -940,6 +940,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
+ { PCI_DEVICE(0x03f0, 0x09c8) }, // HP DRMR-H01
{ }
};
MODULE_DEVICE_TABLE(pci, t7xx_pci_table);
--
2.43.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] net: wwan: t7xx: add support for HP DRMR-H01
2025-10-02 2:48 [PATCH] net: wwan: t7xx: add support for HP DRMR-H01 Sammy Hsu
@ 2025-10-02 3:29 ` SAMMY HSU
2025-10-06 18:20 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: SAMMY HSU @ 2025-10-02 3:29 UTC (permalink / raw)
To: chandrashekar.devegowda
Cc: chiranjeevi.rapolu, haijun.liu, ricardo.martinez, netdev,
linux-kernel, Sammy Hsu
[-- Attachment #1.1: Type: text/plain, Size: 1651 bytes --]
Hi Chandrashekar,
I’m Sammy Hsu, SW Technical Manager at WNC.
We are currently manufacturing the T7xx module (DRMR-H01), which is being
supplied to HP for their laptops.
For your reference, I’ve attached a package (t7xx_DRMR-H01.zip) that
contains:
-
*t7xx_DRMR-H01_spec.png* → VID/PID and related device information
-
*t7xx_DRMR-H01_sample.jpg* → module appearance photo
I would like to kindly request your support to apply the patch I previously
submitted, so that the current t7xx WWAN driver can support this DRMR-H01
module as well.
If any additional information or documentation is required, please let me
know and I will provide it promptly.
Thanks for your time and support.
Best regards,
Sammy Hsu
Sammy Hsu <zelda3121@gmail.com> 於 2025年10月2日 週四 上午10:49寫道:
> add support for HP DRMR-H01 (0x03f0, 0x09c8)
>
> Signed-off-by: Sammy Hsu <sammy.hsu@wnc.com.tw>
> ---
> drivers/net/wwan/t7xx/t7xx_pci.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/net/wwan/t7xx/t7xx_pci.c
> b/drivers/net/wwan/t7xx/t7xx_pci.c
> index 8bf63f2dcbbf..00c0161f0c78 100644
> --- a/drivers/net/wwan/t7xx/t7xx_pci.c
> +++ b/drivers/net/wwan/t7xx/t7xx_pci.c
> @@ -940,6 +940,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
> + { PCI_DEVICE(0x03f0, 0x09c8) }, // HP DRMR-H01
> { }
> };
> MODULE_DEVICE_TABLE(pci, t7xx_pci_table);
> --
> 2.43.0
>
>
[-- Attachment #1.2: Type: text/html, Size: 2187 bytes --]
[-- Attachment #2: t7xx_DRMR-H01.zip --]
[-- Type: application/x-zip-compressed, Size: 1201933 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] net: wwan: t7xx: add support for HP DRMR-H01
2025-10-02 2:48 [PATCH] net: wwan: t7xx: add support for HP DRMR-H01 Sammy Hsu
2025-10-02 3:29 ` SAMMY HSU
@ 2025-10-06 18:20 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-10-06 18:20 UTC (permalink / raw)
To: SAMMY HSU
Cc: chandrashekar.devegowda, chiranjeevi.rapolu, haijun.liu,
ricardo.martinez, netdev, linux-kernel, sammy.hsu
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Thu, 2 Oct 2025 10:48:41 +0800 you wrote:
> add support for HP DRMR-H01 (0x03f0, 0x09c8)
>
> Signed-off-by: Sammy Hsu <sammy.hsu@wnc.com.tw>
> ---
> drivers/net/wwan/t7xx/t7xx_pci.c | 1 +
> 1 file changed, 1 insertion(+)
Here is the summary with links:
- net: wwan: t7xx: add support for HP DRMR-H01
https://git.kernel.org/netdev/net/c/370e98728bda
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-10-06 18:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-02 2:48 [PATCH] net: wwan: t7xx: add support for HP DRMR-H01 Sammy Hsu
2025-10-02 3:29 ` SAMMY HSU
2025-10-06 18:20 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®