* [PATCH v2] udevng: fix tty subsystem device on usb bus detection
@ 2024-05-30 7:34 Ivaylo Dimitrov
2024-05-30 15:38 ` Denis Kenzior
0 siblings, 1 reply; 2+ messages in thread
From: Ivaylo Dimitrov @ 2024-05-30 7:34 UTC (permalink / raw)
To: ofono; +Cc: denkenz, Ivaylo Dimitrov
Fixes: cdd58360140a ("udevng: Add mhi subsystem detection")
---
plugins/udevng.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/plugins/udevng.c b/plugins/udevng.c
index d3ce3d5..708ad80 100644
--- a/plugins/udevng.c
+++ b/plugins/udevng.c
@@ -2527,6 +2527,8 @@ static void check_device(struct udev_device *device)
check_wwan_device(device);
else if (l_streq0(subsystem, "mhi"))
check_mhi_device(device);
+ else if (l_streq0(bus, "usb"))
+ check_usb_device(device);
else
add_serial_device(device);
}
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-05-30 15:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-30 7:34 [PATCH v2] udevng: fix tty subsystem device on usb bus detection Ivaylo Dimitrov
2024-05-30 15:38 ` Denis Kenzior
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox