PORTS Forum
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
This forum is closed to new activity.
The posts are available to browse, but posting has been disabled. BIG THANKS to all who have participated and shared your knowledge over the past 13 years.
Aug 11, 2023
Home
Help
Search
Login
Register
PORTS Forum
»
Ports and Interfaces
»
USB
»
is it possible to put a USB device into suspend mode
« previous
next »
Print
Pages: [
1
]
Author
Topic: is it possible to put a USB device into suspend mode (Read 10237 times)
rebar
Member
Posts: 17
is it possible to put a USB device into suspend mode
«
on:
April 29, 2016, 08:18:25 pm »
Is it possible to put a USB device into suspend mode on windows (or Mac)? Curious if any special driver exists to do this.
thx,
robert
Logged
Jan Axelson
Administrator
Frequent Contributor
Posts: 3033
Re: is it possible to put a USB device into suspend mode
«
Reply #1 on:
April 29, 2016, 10:06:12 pm »
This is how it's done in Windows:
https://msdn.microsoft.com/en-us/library/windows/hardware/ff540144%28v=vs.85%29.aspx
Logged
rebar
Member
Posts: 17
Re: is it possible to put a USB device into suspend mode
«
Reply #2 on:
May 03, 2016, 01:32:56 pm »
thank you for that Jan! - If anyone has an executable that implements this, I'd appreciate it too! (just in case :-)
Logged
Barry Twycross
Frequent Contributor
Posts: 263
Re: is it possible to put a USB device into suspend mode
«
Reply #3 on:
June 28, 2016, 07:47:45 pm »
On a Mac it's a standard function in the IOUSBLib, USBDeviceSuspend. It can be sent from user space code if the code has the device open.
Logged
Print
Pages: [
1
]
« previous
next »
PORTS Forum
»
Ports and Interfaces
»
USB
»
is it possible to put a USB device into suspend mode