mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 00:56:14 +00:00
Kernel/USB: Expose USBConfiguration in USBInterface
This commit is contained in:
committed by
Andrew Kaster
parent
3cfdc6e363
commit
b0ed126538
@@ -26,6 +26,7 @@ public:
|
||||
Vector<USBEndpointDescriptor> const& endpoints() const { return m_endpoint_descriptors; }
|
||||
|
||||
USBInterfaceDescriptor const& descriptor() const { return m_descriptor; }
|
||||
USBConfiguration const& configuration() const { return m_configuration; }
|
||||
|
||||
private:
|
||||
USBConfiguration const& m_configuration; // Configuration that this interface belongs to
|
||||
|
||||
Reference in New Issue
Block a user