Re: [PATCH v4 11/22] usb/msd: Split in and out packet handling
Am 02.05.2025 um 05:30 hat Nicholas Piggin geschrieben: > Split in and out packet handling int otheir own functions, to make > them a bit more managable. > > Signed-off-by: Nicholas Piggin Reviewed-by: Kevin Wolf
[PATCH v4 11/22] usb/msd: Split in and out packet handling
Split in and out packet handling int otheir own functions, to make them a bit more managable. Signed-off-by: Nicholas Piggin --- hw/usb/dev-storage.c | 266 +++ 1 file changed, 145 insertions(+), 121 deletions(-) diff --git a/hw/usb/dev-storage.c b/hw/usb