manuelbl / JavaDoesUSB

USB library for Java
MIT License
136 stars 10 forks source link

Control requests without opening the device #9

Open manuelbl opened 1 year ago

manuelbl commented 1 year ago

It looks as if it is possible on all operating systems to send control requests to USB device without opening them. This can be a useful feature if a USB device has already been claimed exclusively by the operating system. It would allow to query detail information about the devices, or control settings of a USB video camera.

This issue's goal is to support sending control requests without opening the device, consistent across all operating systems.