Skip to content

[qemu] Earlgrey 1.0.0 usb: improve bus reset handling #28729

@pamaury

Description

@pamaury

Description

Bus resets are currently modelled as zero-time events even though they take 10ms or more on a real bus. This is potentially important because with the current code, it is theoretically possible to receive a reset closely followed by a SETUP. This would lead the driver to set both the reset and setup interrupts simulteanously. The software stack would then be unable to determine the order of the events and be confused.

This is a follow-up improvement to #27895

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions