1USB_MODESWITCH_DISPATCHER(1)General Commands ManualUSB_MODESWITCH_DISPATCHER(1)
2
3
4
6 usb_modeswitch_dispatcher - Linux wrapper for usb_modeswitch (not
7 intended for direct invocation)
8
10 usb_modeswitch_dispatcher
11
13 usb_modeswitch_dispatcher will do detailed device checking and will
14 subsequently use the Linux-independent usb_modeswitch binary together
15 with the selected device config file to switch the mode of certain USB
16 devices.
17
18 If no drivers are taking care of the device after the mode switch, the
19 dispatcher will try to load and bind the "option" serial driver to any
20 USB interfaces with class 0xff, in order to make the device useable in
21 case it is not recognized by that driver yet. This may or may not work.
22
23 This program is called by udev and is not supposed to be called
24 directly by the user.
25
27 usb_modeswitch(1).
28
29
30
31 USB_MODESWITCH_DISPATCHER(1)