mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:47:35 +00:00
Kernel/USB: Add configuration descriptor accessor
This commit is contained in:
parent
cd8939f4a0
commit
9002e837d3
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@ public:
|
|||
|
||||
ErrorOr<size_t> control_transfer(u8 request_type, u8 request, u16 value, u16 index, u16 length, void* data);
|
||||
|
||||
Vector<USBConfiguration> const& configurations() const { return m_configurations; }
|
||||
|
||||
protected:
|
||||
Device(NonnullRefPtr<USBController> controller, u8 address, u8 port, DeviceSpeed speed, NonnullOwnPtr<Pipe> default_pipe);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue