OSDN Git Service

usb: dwc3: gadget: fix high speed multiplier setting
authorMichael Grzeschik <m.grzeschik@pengutronix.de>
Mon, 4 Jul 2022 14:18:12 +0000 (16:18 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 Jul 2022 13:00:35 +0000 (15:00 +0200)
commit8affe37c525d800a2628c4ecfaed13b77dc5634a
treecc11fa0513f2b6dbf0f4283e68b8804914f163ec
parent23385cec5f354794dadced7f28c31da7ae3eb54c
usb: dwc3: gadget: fix high speed multiplier setting

For High-Speed Transfers the prepare_one_trb function is calculating the
multiplier setting for the trb based on the length parameter of the trb
currently prepared. This assumption is wrong. For trbs with a sg list,
the length of the actual request has to be taken instead.

Fixes: 40d829fb2ec6 ("usb: dwc3: gadget: Correct ISOC DATA PIDs for short packets")
Cc: stable <stable@kernel.org>
Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
Link: https://lore.kernel.org/r/20220704141812.1532306-3-m.grzeschik@pengutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc3/gadget.c