Re: [PATCH v4 11/22] usb/msd: Split in and out packet handling

2025-05-05 Thread Kevin Wolf
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

2025-05-01 Thread Nicholas Piggin
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