USB: Documentation/usb/gadget_serial.txt: update to match driver use_acm behaviour

Commit 7bb5ea54 (usb gadget serial: use composite gadget framework)
changed the default for the use_acm parameter from 0 to 1.
Update the documentation to match.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Acked-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Peter Korsgaard and committed by
Greg Kroah-Hartman
c33ba392 aacf4a01

+2 -2
+2 -2
Documentation/usb/gadget_serial.txt
··· 114 114 Then you must load the gadget serial driver. To load it as an 115 115 ACM device (recommended for interoperability), do this: 116 116 117 - modprobe g_serial use_acm=1 117 + modprobe g_serial 118 118 119 119 To load it as a vendor specific bulk in/out device, do this: 120 120 121 - modprobe g_serial 121 + modprobe g_serial use_acm=0 122 122 123 123 This will also automatically load the underlying gadget peripheral 124 124 controller driver. This must be done each time you reboot the gadget