.TH USBIP "8" "February 2009" "usbip" "System Administration Utilities" .SH NAME usbip \- manage USB/IP devices .SH SYNOPSIS .B usbip [\fIoptions\fR] <\fIcommand\fR> <\fIargs\fR> .SH DESCRIPTION On a USB/IP server, devices can be listed, bound, and unbound using this program. On a USB/IP client, devices exported by USB/IP servers can be listed, attached and detached. .SH OPTIONS .HP \fB\-\-debug\fR .IP Print debugging information. .PP .HP \fB\-\-log\fR .IP Log to syslog. .PP .HP \fB\-\-tcp-port PORT\fR .IP Connect to PORT on remote host (used for attach and list --remote). .PP .SH COMMANDS .HP \fBversion\fR .IP Show version and exit. .PP .HP \fBhelp\fR [\fIcommand\fR] .IP Print the program help message, or help on a specific command, and then exit. .PP .HP \fBattach\fR \-\-remote=<\fIhost\fR> \-\-busid=<\fIbus_id\fR> .IP Attach a remote USB device. .PP .HP \fBdetach\fR \-\-port=<\fIport\fR> .IP Detach an imported USB device. .PP .HP \fBbind\fR \-\-busid=<\fIbusid\fR> .IP Make a device exportable. .PP .HP \fBunbind\fR \-\-busid=<\fIbusid\fR> .IP Stop exporting a device so it can be used by a local driver. .PP .HP \fBlist\fR \-\-remote=<\fIhost\fR> .IP List USB devices exported by a remote host. .PP .HP \fBlist\fR \-\-local .IP List local USB devices. .PP .SH EXAMPLES client:# usbip list --remote=server - List exportable usb devices on the server. client:# usbip attach --remote=server --busid=1-2 - Connect the remote USB device. client:# usbip detach --port=0 - Detach the usb device. .SH "SEE ALSO" \fBusbipd\fP\fB(8)\fB\fP ble class='tabs'> summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc2/hcd.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-02-03 13:46:38 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2017-02-03 13:46:38 -0800
commit3f67790d2b7e322bcf363ec717085dd78c3ea7cd (patch)
tree7be20232078a2e801ed93bcdb72f0d955dd9836f /drivers/usb/dwc2/hcd.h
parentcd44691f7177b2c1e1509d1a17d9b198ebaa34eb (diff)
parent206c4720092d2a24bfefc041b377e889a220ffbf (diff)
Merge tag 'regulator-fix-v4.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
Pull regulator fixes from Mark Brown: "Three changes here: two run of the mill driver specific fixes and a change from Mark Rutland which reverts some new device specific ACPI binding code which was added during the merge window as there are concerns about this sending the wrong signal about usage of regulators in ACPI systems" * tag 'regulator-fix-v4.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator: regulator: fixed: Revert support for ACPI interface regulator: axp20x: AXP806: Fix dcdcb being set instead of dcdce regulator: twl6030: fix range comparison, allowing vsel = 59
Diffstat (limited to 'drivers/usb/dwc2/hcd.h')