Apply ASLR
[platform/upstream/usb-modeswitch.git] / usb_modeswitch_dispatcher.1
1 .TH "USB_MODESWITCH_DISPATCHER" "1"
2 .SH "NAME"
3 usb_modeswitch_dispatcher - Linux wrapper for usb_modeswitch (not intended for direct invocation)
4 .SH "SYNOPSIS"
5 .PP
6 \fBusb_modeswitch_dispatcher\fR
7 .SH "DESCRIPTION"
8 .PP
9 usb_modeswitch_dispatcher will do detailed device checking and will subsequently
10 use the Linux-independent usb_modeswitch binary together with the selected device
11 config file to switch the mode of certain USB devices.
12 .PP
13 If no drivers are taking care of the device after the mode switch, the dispatcher
14 will try to load and bind the "option" serial driver to any USB interfaces with
15 class 0xff, in order to make the device useable in case it is not recognized by that
16 driver yet. This may or may not work.
17 .PP
18 This program is called by udev and is not supposed to be called directly
19 by the user.
20 .SH SEE ALSO
21 .BR usb_modeswitch(1).