On 12/11/24 17:01, Guenter Roeck wrote:
The ClearPortFeature control message fails for PORT_POWER because there
is no break; at the end of the case statement, causing it to fall through
to the failure handler. Add the missing break; to solve the problem.
Signed-off-by: Guenter Roeck <li...@roeck-us.net>
---
Change from RFC:
New patch
hw/usb/dev-hub.c | 1 +
1 file changed, 1 insertion(+)
Fixes: 1cc403eb21 ("usb-hub: emulate per port power switching")
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>