diff mbox series

[5/6] udevng: Add "option" module managed ports to gobi driver

Message ID 20240429155726.51479-5-denkenz@gmail.com (mailing list archive)
State Accepted
Commit cb4f0876de8122ce1ea9e85bed5f393b1ca182e5
Headers show
Series [1/6] qmi: lte: Remove magic number use | expand

Commit Message

Denis Kenzior April 29, 2024, 3:56 p.m. UTC
This makes sure that any tty ports that are managed / created by the
"option" module can still be utilized by the gobi driver.
---
 plugins/udevng.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/plugins/udevng.c b/plugins/udevng.c
index 14ae2f392da4..1aa9f2e4b4b0 100644
--- a/plugins/udevng.c
+++ b/plugins/udevng.c
@@ -2014,6 +2014,7 @@  static struct {
 	{ "hso",	"hso"				},
 	{ "gobi",	"qmi_wwan"			},
 	{ "gobi",	"qcserial"			},
+	{ "gobi",	"option"			},
 	{ "sierra",	"qmi_wwan",	"1199"		},
 	{ "sierra",	"qcserial",	"1199"		},
 	{ "sierra",	"sierra"			},