man-pages/man8/lsusb.8.html
2021-03-31 01:06:50 +01:00

118 lines
2.9 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of lsusb</TITLE>
</HEAD><BODY>
<H1>lsusb</H1>
Section: Linux USB Utilities (8)<BR>Updated: 11 February 2019<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="ixAAB"></A>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
lsusb - list USB devices
<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>
<B>lsusb</B>
[
<I>options</I>
]
<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPTION</H2>
<B>lsusb</B>
is a utility for displaying information about USB buses in the system and
the devices connected to them.
<P>
<A NAME="lbAE">&nbsp;</A>
<H2>OPTIONS</H2>
<DL COMPACT>
<DT id="1"><B>-v, --verbose</B>
<DD>
Tells
<I>lsusb</I>
to be verbose and display detailed information about the devices shown.
This includes configuration descriptors for the device's current speed.
Class descriptors will be shown, when available, for USB device classes
including hub, audio, HID, communications, and chipcard. Can be used with the
<B>t</B> option.
<DT id="2"><B>-s</B> [[<I>bus</I>]<B>:</B>][<I>devnum</I>]<DD>
Show only devices in specified
<I>bus</I>
and/or
<I>devnum.</I>
Both ID's are given in decimal and may be omitted.
<DT id="3"><B>-d</B> [<I>vendor</I>]<B>:</B>[<I>product</I>]<DD>
Show only devices with the specified vendor and product ID.
Both ID's are given in hexadecimal.
<DT id="4"><B>-D </B><I>device</I>
<DD>
Do not scan the /dev/bus/usb directory,
instead display only information
about the device whose device file is given.
The device file should be something like /dev/bus/usb/001/001.
This option displays detailed information like the <B>v</B> option;
you must be root to do this.
<DT id="5"><B>-t</B>
<DD>
Tells
<I>lsusb</I>
to dump the physical USB device hierarchy as a tree. Verbosity can be increased twice with
<B>v</B> option.
<DT id="6"><B>-V, --version</B>
<DD>
Print version information on standard output,
then exit successfully.
<P>
</DL>
<A NAME="lbAF">&nbsp;</A>
<H2>RETURN VALUE</H2>
If the specified device is not found, a non-zero exit code is returned.
<P>
<A NAME="lbAG">&nbsp;</A>
<H2>SEE ALSO</H2>
<B><A HREF="/cgi-bin/man/man2html?8+lspci">lspci</A></B>(8),
<B><A HREF="/cgi-bin/man/man2html?8+usbview">usbview</A></B>(8).
<P>
<A NAME="lbAH">&nbsp;</A>
<H2>AUTHOR</H2>
Thomas Sailer, &lt;<A HREF="mailto:sailer@ife.ee.ethz.ch">sailer@ife.ee.ethz.ch</A>&gt;.
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="7"><A HREF="#lbAB">NAME</A><DD>
<DT id="8"><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT id="9"><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT id="10"><A HREF="#lbAE">OPTIONS</A><DD>
<DT id="11"><A HREF="#lbAF">RETURN VALUE</A><DD>
<DT id="12"><A HREF="#lbAG">SEE ALSO</A><DD>
<DT id="13"><A HREF="#lbAH">AUTHOR</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:06:13 GMT, March 31, 2021
</BODY>
</HTML>