public inbox for linux-usb@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] usb: gadget: Add a prefix to log messages
@ 2026-01-23 14:22 Jisheng Zhang
  2026-01-23 14:22 ` [PATCH 1/3] usb: gadget: f_fs: " Jisheng Zhang
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Jisheng Zhang @ 2026-01-23 14:22 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: linux-usb, linux-kernel

I met some log as below:
[  581.262476] read descriptors
[  581.265558] bcdVersion must be 0x0100, stored in Little Endian order...

To be honest, if I'm not familiar with the usb gadget framework, I dunno
which component is complaining. Add a prefix to log messages, so the
above messages will be look as below:

[  581.262476] usb_f_fs: read descriptors
[  581.265558] usb_f_fs: bcdVersion must be 0x0100, stored in Little Endian order...

Then solve similar issues for f_mass_storage and f_tcm.

Jisheng Zhang (3):
  usb: gadget: f_fs: Add a prefix to log messages
  usb: gadget: f_mass_storage: Add a prefix to log messages
  usb: gadget: f_tcm: Add a prefix to log messages

 drivers/usb/gadget/function/f_fs.c           | 2 ++
 drivers/usb/gadget/function/f_mass_storage.c | 2 ++
 drivers/usb/gadget/function/f_tcm.c          | 3 +++
 3 files changed, 7 insertions(+)

-- 
2.51.0


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

end of thread, other threads:[~2026-01-27 14:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-23 14:22 [PATCH 0/3] usb: gadget: Add a prefix to log messages Jisheng Zhang
2026-01-23 14:22 ` [PATCH 1/3] usb: gadget: f_fs: " Jisheng Zhang
2026-01-23 14:22 ` [PATCH 2/3] usb: gadget: f_mass_storage: " Jisheng Zhang
2026-01-23 16:00   ` Alan Stern
2026-01-23 14:22 ` [PATCH 3/3] usb: gadget: f_tcm: " Jisheng Zhang
2026-01-23 14:52 ` [PATCH 0/3] usb: gadget: " Greg Kroah-Hartman
2026-01-23 16:18   ` Alan Stern
2026-01-27 14:22     ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox