netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: usb: qmi_wwan: Set DTR quirk for BroadMobi BM818
@ 2023-05-26 14:38 Sebastian Krzyszkowiak
  2023-05-26 15:52 ` Bjørn Mork
  2023-05-30  5:20 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Sebastian Krzyszkowiak @ 2023-05-26 14:38 UTC (permalink / raw)
  To: Bjørn Mork, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, Angus Ainslie (Purism),
	Bob Ham
  Cc: netdev, linux-usb, linux-kernel, kernel, stable, Sebastian Krzyszkowiak

BM818 is based on Qualcomm MDM9607 chipset.

Fixes: 9a07406b00cd ("net: usb: qmi_wwan: Add the BroadMobi BM818 card")
Cc: stable@vger.kernel.org
Signed-off-by: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm>
---
 drivers/net/usb/qmi_wwan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/usb/qmi_wwan.c b/drivers/net/usb/qmi_wwan.c
index 571e37e67f9c..f1865d047971 100644
--- a/drivers/net/usb/qmi_wwan.c
+++ b/drivers/net/usb/qmi_wwan.c
@@ -1325,7 +1325,7 @@ static const struct usb_device_id products[] = {
 	{QMI_FIXED_INTF(0x2001, 0x7e3d, 4)},	/* D-Link DWM-222 A2 */
 	{QMI_FIXED_INTF(0x2020, 0x2031, 4)},	/* Olicard 600 */
 	{QMI_FIXED_INTF(0x2020, 0x2033, 4)},	/* BroadMobi BM806U */
-	{QMI_FIXED_INTF(0x2020, 0x2060, 4)},	/* BroadMobi BM818 */
+	{QMI_QUIRK_SET_DTR(0x2020, 0x2060, 4)},	/* BroadMobi BM818 */
 	{QMI_FIXED_INTF(0x0f3d, 0x68a2, 8)},    /* Sierra Wireless MC7700 */
 	{QMI_FIXED_INTF(0x114f, 0x68a2, 8)},    /* Sierra Wireless MC7750 */
 	{QMI_FIXED_INTF(0x1199, 0x68a2, 8)},	/* Sierra Wireless MC7710 in QMI mode */

---
base-commit: 9b9e46aa07273ceb96866b2e812b46f1ee0b8d2f
change-id: 20230526-bm818-dtr-1e41a285e00c

Best regards,
-- 
Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] net: usb: qmi_wwan: Set DTR quirk for BroadMobi BM818
  2023-05-26 14:38 [PATCH] net: usb: qmi_wwan: Set DTR quirk for BroadMobi BM818 Sebastian Krzyszkowiak
@ 2023-05-26 15:52 ` Bjørn Mork
  2023-05-30  5:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Bjørn Mork @ 2023-05-26 15:52 UTC (permalink / raw)
  To: Sebastian Krzyszkowiak
  Cc: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Angus Ainslie (Purism),
	Bob Ham, netdev, linux-usb, linux-kernel, kernel, stable

Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm> writes:

> BM818 is based on Qualcomm MDM9607 chipset.
>
> Fixes: 9a07406b00cd ("net: usb: qmi_wwan: Add the BroadMobi BM818 card")
> Cc: stable@vger.kernel.org
> Signed-off-by: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm>

Acked-by: Bjørn Mork <bjorn@mork.no>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] net: usb: qmi_wwan: Set DTR quirk for BroadMobi BM818
  2023-05-26 14:38 [PATCH] net: usb: qmi_wwan: Set DTR quirk for BroadMobi BM818 Sebastian Krzyszkowiak
  2023-05-26 15:52 ` Bjørn Mork
@ 2023-05-30  5:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-05-30  5:20 UTC (permalink / raw)
  To: Sebastian Krzyszkowiak
  Cc: bjorn, davem, edumazet, kuba, pabeni, angus, bob.ham, netdev,
	linux-usb, linux-kernel, kernel, stable

Hello:

This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 26 May 2023 16:38:11 +0200 you wrote:
> BM818 is based on Qualcomm MDM9607 chipset.
> 
> Fixes: 9a07406b00cd ("net: usb: qmi_wwan: Add the BroadMobi BM818 card")
> Cc: stable@vger.kernel.org
> Signed-off-by: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm>
> ---
>  drivers/net/usb/qmi_wwan.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> [...]

Here is the summary with links:
  - net: usb: qmi_wwan: Set DTR quirk for BroadMobi BM818
    https://git.kernel.org/netdev/net/c/36936a56e181

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:[~2023-05-30  5:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-26 14:38 [PATCH] net: usb: qmi_wwan: Set DTR quirk for BroadMobi BM818 Sebastian Krzyszkowiak
2023-05-26 15:52 ` Bjørn Mork
2023-05-30  5: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).