mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:47:45 +00:00
Kernel/USB: Expose USBConfiguration in USBInterface
This commit is contained in:
parent
3cfdc6e363
commit
b0ed126538
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue