diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2023-04-25 00:05:04 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2023-04-25 00:05:04 -0400 |
commit | bec1d957d216986da8da216aca557c4d31623fd2 (patch) | |
tree | ab5630f1b0d24053e8874c1d1b04bf67b7c49e9b /src/command.c | |
parent | b17ae55f5bd3a079ab3626b1e6fd5c60416e6ba0 (diff) | |
download | kutter-bec1d957d216986da8da216aca557c4d31623fd2.tar.gz kutter-bec1d957d216986da8da216aca557c4d31623fd2.tar.xz kutter-bec1d957d216986da8da216aca557c4d31623fd2.zip |
rp2040: Handle USB resets
On a USB bus reset the controller address needs to be reset to zero.
Otherwise, the device becomes unresponsive after a USB reset and will
remain unresponsive until a power cycle. This often shows up in the
Linux system logs as "device descriptor read/64, error -32" messages.
Make sure USB_INTE_BUS_RESET_BITS is enabled and clear the USB address
on a bus reset.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/command.c')
0 files changed, 0 insertions, 0 deletions