* [PATCH] cdc_ncm: Flag Intel OEM version of Fibocom L850-GL as WWAN
@ 2025-08-14 15:42 Lubomir Rintel
2025-08-20 0:20 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 2+ messages in thread
From: Lubomir Rintel @ 2025-08-14 15:42 UTC (permalink / raw)
To: Oliver Neukum; +Cc: Lubomir Rintel, linux-usb, netdev, linux-kernel
This lets NetworkManager/ModemManager know that this is a modem and
needs to be connected first.
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
To: Oliver Neukum <oliver@neukum.org>
Cc: linux-usb@vger.kernel.org
Cc: netdev@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
---
drivers/net/usb/cdc_ncm.c | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/drivers/net/usb/cdc_ncm.c b/drivers/net/usb/cdc_ncm.c
index 34e82f1e37d9..95f95529ed95 100644
--- a/drivers/net/usb/cdc_ncm.c
+++ b/drivers/net/usb/cdc_ncm.c
@@ -2075,6 +2075,13 @@ static const struct usb_device_id cdc_devs[] = {
.driver_info = (unsigned long)&wwan_info,
},
+ /* Intel modem (label from OEM reads Fibocom L850-GL) */
+ { USB_DEVICE_AND_INTERFACE_INFO(0x8087, 0x095a,
+ USB_CLASS_COMM,
+ USB_CDC_SUBCLASS_NCM, USB_CDC_PROTO_NONE),
+ .driver_info = (unsigned long)&wwan_info,
+ },
+
/* DisplayLink docking stations */
{ .match_flags = USB_DEVICE_ID_MATCH_INT_INFO
| USB_DEVICE_ID_MATCH_VENDOR,
--
2.50.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] cdc_ncm: Flag Intel OEM version of Fibocom L850-GL as WWAN
2025-08-14 15:42 [PATCH] cdc_ncm: Flag Intel OEM version of Fibocom L850-GL as WWAN Lubomir Rintel
@ 2025-08-20 0:20 ` patchwork-bot+netdevbpf
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-08-20 0:20 UTC (permalink / raw)
To: Lubomir Rintel; +Cc: oliver, linux-usb, netdev, linux-kernel
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Thu, 14 Aug 2025 17:42:14 +0200 you wrote:
> This lets NetworkManager/ModemManager know that this is a modem and
> needs to be connected first.
>
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
>
> ---
> To: Oliver Neukum <oliver@neukum.org>
> Cc: linux-usb@vger.kernel.org
> Cc: netdev@vger.kernel.org
> Cc: linux-kernel@vger.kernel.org
>
> [...]
Here is the summary with links:
- cdc_ncm: Flag Intel OEM version of Fibocom L850-GL as WWAN
https://git.kernel.org/netdev/net/c/4a73a36cb704
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] 2+ messages in thread
end of thread, other threads:[~2025-08-20 0:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-14 15:42 [PATCH] cdc_ncm: Flag Intel OEM version of Fibocom L850-GL as WWAN Lubomir Rintel
2025-08-20 0: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;
as well as URLs for NNTP newsgroup(s).