Files
serenity/Kernel/Bus/USB/UHCI
Sönke Holz 7e3dc5b721 Kernel/USB: Rename endpoint_address to endpoint_number where appropriate
"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.
2024-09-25 14:41:23 -04:00
..