-
Notifications
You must be signed in to change notification settings - Fork 62
/
usbview.8
29 lines (29 loc) · 912 Bytes
/
usbview.8
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
.\"SPDX-License-Identifier: GPL-2.0-only
.\"Copyright (c) 1999-2012, 2021-2022 by Greg Kroah-Hartman <[email protected]>
.TH USBVIEW 8 "July 2002"
.SH NAME
usbview \- display information on USB devices
.SH SYNOPSIS
.B usbview
.SH DESCRIPTION
.B usbview
provides a graphical summary of USB devices connected to the system.
Detailed information may be displayed by selecting individual devices
in the tree display. Red items are those that have no driver associated
with them.
.SH OPTIONS
No command line options are accepted by
.B usbview.
.SH FILES
.TP
.B /sys/kernel/debug/usb/devices
Kernel file providing information on USB devices attached to
the machine.
.SH SEE ALSO
.BR lsusb (8),
.BR lspci (8).
.SH AUTHOR
.B usbview
was written by Greg Kroah-Hartman <[email protected]>. This manual page
was written by Mark Brown <[email protected]>, for the Debian
GNU/Linux system (but may be used freely by others).