mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-14 10:56:35 +02:00
"Endpoint Address" refers to "[t]he combination of an endpoint number and an endpoint direction on a USB device." (USB 2.0 Specification, Chapter 2) The USB::Pipe m_endpoint_address member doesn't have the direction part, so rename it and all variables/functions associated with it appropriately.