diff mbox series

[1/2] udevng: use option driver for Quectel BG96 modem

Message ID 20240624100406.1497226-1-sean@geanix.com (mailing list archive)
State Accepted
Commit 350038bb0b9ed31147945e9bf3d3732f2340c72c
Headers show
Series [1/2] udevng: use option driver for Quectel BG96 modem | expand

Commit Message

Sean Nyekjaer June 24, 2024, 10:04 a.m. UTC
After commit cb4f0876 ("udevng: Add "option" module managed ports
to gobi driver") ofono would choose gobi driver for the Quectel BG96
modem, as the driver is the match for the option serial devices.

add_device() is simply throwing away the found modem_driver as the
serial channels have been created using the gobi option driver.
---
 plugins/udevng.c | 1 +
 1 file changed, 1 insertion(+)

Comments

patchwork-bot+ofono@kernel.org June 26, 2024, 12:20 a.m. UTC | #1
Hello:

This series was applied to ofono.git (master)
by Denis Kenzior <denkenz@gmail.com>:

On Mon, 24 Jun 2024 12:04:03 +0200 you wrote:
> After commit cb4f0876 ("udevng: Add "option" module managed ports
> to gobi driver") ofono would choose gobi driver for the Quectel BG96
> modem, as the driver is the match for the option serial devices.
> 
> add_device() is simply throwing away the found modem_driver as the
> serial channels have been created using the gobi option driver.
> 
> [...]

Here is the summary with links:
  - [1/2] udevng: use option driver for Quectel BG96 modem
    https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=350038bb0b9e
  - [2/2] udevng: use option driver for Quectel EG95 modem
    https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=9b4c5a22433b

You are awesome, thank you!
diff mbox series

Patch

diff --git a/plugins/udevng.c b/plugins/udevng.c
index 864f9c12..0d018b37 100644
--- a/plugins/udevng.c
+++ b/plugins/udevng.c
@@ -2178,6 +2178,7 @@  static struct {
 	{ "quectelqmi",	"qcserial",	"2c7c", "0195"	},
 	{ "quectelqmi",	"qmi_wwan",	"2c7c", "0296"	},
 	{ "quectelqmi",	"qcserial",	"2c7c", "0296"	},
+	{ "quectelqmi",	"option",	"2c7c", "0296"	},
 	{ "quectelqmi", "qmi_wwan",	"2c7c", "0800"	},
 	{ "quectelqmi", "qcserial",	"2c7c", "0800"	},
 	{ "quectelqmi", "option",	"2c7c", "0800"	},