mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Kernel/USB: Expose USBConfiguration in USBInterface
This commit is contained in:
parent
3cfdc6e363
commit
b0ed126538
Notes:
sideshowbarker
2024-07-17 06:45:52 +09:00
Author: https://github.com/Quaker762 Commit: https://github.com/SerenityOS/serenity/commit/b0ed126538 Pull-request: https://github.com/SerenityOS/serenity/pull/21090 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/BertalanD Reviewed-by: https://github.com/Hendiadyoin1 Reviewed-by: https://github.com/kleinesfilmroellchen ✅ Reviewed-by: https://github.com/supercomputer7 ✅
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…
Reference in a new issue