mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:35:43 +00:00
[USBHUB] Set the Removable flag for all ports of a USB hub
This commit is contained in:
parent
7b1e28e724
commit
bac4e185fb
1 changed files with 3 additions and 0 deletions
|
@ -2704,6 +2704,9 @@ USBH_PdoPnP(IN PUSBHUB_PORT_PDO_EXTENSION PortExtension,
|
|||
DeviceCapabilities->Size = Size;
|
||||
DeviceCapabilities->Version = Version;
|
||||
|
||||
/* All devices connected to a hub are removable */
|
||||
DeviceCapabilities->Removable = 1;
|
||||
|
||||
Status = STATUS_SUCCESS;
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue