blob: a001a0f27d7788f8d2d5bebb79bdcf47740eaf70 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
USB_ModeSwitch is (surprise!) a mode switching tool for controlling
"flip flop" (multiple device) USB gear.
USB_ModeSwitch makes this process easy to handle by taking the important
parameters from a configuration file and doing all the initialization
and communication stuff, with heavy help from "libusb". It is mainly
used automatically - via udev events and rules - to do the switch
without any user interaction. But it can also be run as a command line
tool, usually when trying to make unknown devices work with it.
WWW: http://www.draisberghof.de/usb_modeswitch/
|