mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-12 01:10:42 +00:00
Kernel/USB: Copy device configurations when copying devices
This commit is contained in:
parent
4f46fb9891
commit
d39acfb908
Notes:
sideshowbarker
2024-07-16 22:18:54 +09:00
Author: https://github.com/Hendiadyoin1 Commit: https://github.com/SerenityOS/serenity/commit/d39acfb908 Pull-request: https://github.com/SerenityOS/serenity/pull/20866 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/FireFox317 Reviewed-by: https://github.com/gmta Reviewed-by: https://github.com/kleinesfilmroellchen Reviewed-by: https://github.com/supercomputer7
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ Device::Device(Device const& device, NonnullOwnPtr<ControlPipe> default_pipe)
|
|||
, m_device_speed(device.speed())
|
||||
, m_address(device.address())
|
||||
, m_device_descriptor(device.device_descriptor())
|
||||
, m_configurations(device.configurations())
|
||||
, m_controller(device.controller())
|
||||
, m_default_pipe(move(default_pipe))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue