download lsusb.8
Language: NonCode
LOC: 0
Project Info
Linux-USB Project(linux-usb)
Server: SourceForge
Type: cvs
...nux‑usb\linux‑usb\usbutils\
   .cvsignore
   aclocal.m4
   config.h.in
   configure.in
   devtree.c
   devtree.h
   list.h
   lsusb.8
   lsusb.c
   Makefile.am
   Makefile.in
   names.c
   names.h
   update-usbids.sh
   usb.ids
   usbmisc.c
   usbmisc.h
   usbmodules.8
   usbmodules.c
   usbmodules.h
   usbutils.spec

.TH lsusb 8 "25 January 2005" "usbutils-0.73" "Linux USB Utilities"
.IX lsusb
.SH NAME
lsusb \- list USB devices
.SH SYNOPSIS
.B lsusb
[
.I options
]
.SH DESCRIPTION
.B lsusb
is a utility for displaying information about USB buses in the system and
the devices connected to them.

To make use of all the features of this program,
you need to have a Linux kernel
which supports the /proc/bus/usb interface
(e.g., Linux kernel 2.3.15 or newer).

.SH OPTIONS
.TP
.B \-v, \-\-verbose
Tells
.I lsusb
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.
.TP
\fB\-s\fP [[\fIbus\fP]\fB:\fP][\fIdevnum\fP]
Show only devices in specified
.I bus
and/or
.I devnum.
Both ID's are given in decimal and may be omitted.
.TP
\fB\-d\fP [\fIvendor\fP]\fB:\fP[\fIproduct\fP]
Show only devices with the specified vendor and product ID.
Both ID's are given in hexadecimal.
.TP
.B \-D \fIdevice\fP
Do not scan the /proc/bus/usb directory,
instead display only information
about the device whose device file is given.
The device file should be something like /proc/bus/usb/001/001.
This option displays detailed information like the \fBv\fP option;
you must be root to do this.
.TP
.B \-t
Tells
.I lsusb
to dump the physical USB device hierarchy as a tree.
.TP
.B \-V, \-\-version
Print  version information on standard output,
then exit successfully.

.SH DIAGNOSTICS
.TP
cannot open /proc/bus/usb/\fInnn\fP/\fInnn\fP, Permission denied (13)
To get detailed information,
.I lsusb
must open the files in /proc/bus/usb in read-write mode.
You must be root in order to do this.

.SH RETURN VALUE
If the specified device is not found, a non-zero exit code is returned.

.SH FILES
.TP
.B /usr/share/usb.ids
A list of all known USB ID's (vendors, products, classes, subclasses and protocols).
.TP
.B /proc/bus/usb
An interface to USB devices provided by the post-2.3.15 Linux
kernels. Contains per-bus subdirectories with per-device files and a
.I devices
file displaying some of the descriptors for each USB device.
This interface is also support by some 2.2 Linux kernels.

.SH SEE ALSO
.BR lspci (8)

.SH AUTHOR
Thomas Sailer, <sailer@ife.ee.ethz.ch>.

About Koders | Resources | Downloads | Support | Black Duck | Submit Project | Terms of Service | DMCA | Privacy Policy | Site Map| Contact Us