mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[USBHUB] Set the Removable flag for all ports of a USB hub
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user