commit | 64b3169a18adc1a8423e437b404c04eb92d191bd | [log] [tgz] |
---|---|---|
author | qianfan Zhao <qianfanguijin@163.com> | Mon Aug 22 09:18:31 2022 +0800 |
committer | Marek Vasut <marex@denx.de> | Fri Sep 02 13:26:58 2022 +0200 |
tree | 841181652a620864013955450970dfef4e7e1357 | |
parent | 356496409e291809429c91fab5cff35d6c9af79b [diff] |
drivers: usb: fastboot: Fix full-speed usb descriptor The host will report such error message if the fastboot device work in full-speed mode: "Duplicate descriptor for config 1 interface 0 altsetting 0, skipping" Fastboot device ack both full and high speed interface descriptors when work in full-speed mode, that's will cause this issue. Fix it. Signed-off-by: qianfan Zhao <qianfanguijin@163.com> Reviewed-by: John Keeping <john@metanate.com>