-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlsusb.8.in
53 lines (48 loc) · 1.27 KB
/
lsusb.8.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.TH lsusb 8 "6 May 2009" "usbutils-VERSION" "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.
.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 \-V, \-\-version
Print version information on standard output,
then exit successfully.
.SH RETURN VALUE
If the specified device is not found, a non-zero exit code is returned.
.SH FILES
.TP
.B @usbids@
A list of all known USB ID's (vendors, products, classes, subclasses and protocols).
.SH SEE ALSO
.BR lspci (8),
.BR usbview (8).
.SH AUTHOR
Thomas Sailer, <sailer@ife.ee.ethz.ch>.