diff --git a/Kernel/Bus/USB/USBInterface.h b/Kernel/Bus/USB/USBInterface.h index 6c2af2cc631..f853cbee62e 100644 --- a/Kernel/Bus/USB/USBInterface.h +++ b/Kernel/Bus/USB/USBInterface.h @@ -26,6 +26,7 @@ public: Vector 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