mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 02:17:34 +00:00
Kernel/USB: Copy device configurations when copying devices
This commit is contained in:
parent
4f46fb9891
commit
d39acfb908
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_device_speed(device.speed())
|
||||||
, m_address(device.address())
|
, m_address(device.address())
|
||||||
, m_device_descriptor(device.device_descriptor())
|
, m_device_descriptor(device.device_descriptor())
|
||||||
|
, m_configurations(device.configurations())
|
||||||
, m_controller(device.controller())
|
, m_controller(device.controller())
|
||||||
, m_default_pipe(move(default_pipe))
|
, m_default_pipe(move(default_pipe))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue