Author Topic: is it possible to put a USB device into suspend mode  (Read 5638 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

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research

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 :-)

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.