Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOCTL_USB_HUB_CYCLE_PORT supported in and past Windows 8, consider update of winusb_reset_device? #440

Open
ghost opened this issue Jun 6, 2018 · 1 comment
Labels

Comments

@ghost
Copy link

ghost commented Jun 6, 2018

See here. The code in question briefly references another option. This can be done by using SetupDiCallClassInstaller to invoke the system code that would run if the user disabled and then enabled the device in Device Manager.

@mcuee mcuee added the windows label Jun 9, 2018
@mcuee
Copy link
Member

mcuee commented Aug 21, 2020

IOCTL_USB_HUB_CYCLE_PORT

https://github.com/MicrosoftDocs/windows-driver-docs-ddi/issues/97#issuecomment-394886051

This IOCTL was deprecated for Windows 7 but revived in Windows 8 with the caveat
that only callers with Admin privileges can use it.

This is mentioned in the Requirements section.
"Windows version | Supported on Windows 8 and later versions of Windows, if the caller 
is running as Administrator."

@mcuee mcuee added the enhancement New features label Jul 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant