Open Source Telephony
 help / color / mirror / Atom feed
* [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

* Re: [PATCH v2] udevng: fix tty subsystem device on usb bus detection
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2024-05-30 15:38 UTC (permalink / raw)
  To: Ivaylo Dimitrov, ofono

Hi Ivaylo,

On 5/30/24 2:34 AM, Ivaylo Dimitrov wrote:
> Fixes: cdd58360140a ("udevng: Add mhi subsystem detection")
> ---
>   plugins/udevng.c | 2 ++
>   1 file changed, 2 insertions(+)
> 

Would this be better? 
https://patchwork.kernel.org/project/ofono/patch/20240530152513.279243-2-denkenz@gmail.com/

Regards,
-Denis


^ permalink raw reply	[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