NAME | SYNOPSIS | DESCRIPTION | RETURN VALUE | EXAMPLES | SEE ALSO | AUTHOR | COLOPHON |
|
|
usbreset(1) Linux USB Utilities usbreset(1)
usbreset - send a USB port reset to a USB device
usbreset [ device ]
usbreset is a utility that performs resets on USB devices. It is particularly useful situations where a USB device is unresponsive or exhibits erratic behavior. The USB device to be reset can be specified in one of three formats: PPPP:VVVV Reset by product and vendor IDs BBB/DDD Reset by bus and device number Product Reset by product name When run without any arguments, usbreset provides usage information and a list of connected USB devices, including their product and vendor IDs, bus and device numbers, and product names.
If the specified device is not found, a non-zero exit code is returned.
Reset device with vendor ID 1234 and product ID 5678: usbreset 1234:5678 Reset device 002 on bus 001: usbreset 001:002 Reset device named USB2.0 Hub: usbreset "USB2.0 Hub"
lsusb(8).
Alan Stern <stern@rowland.harvard.edu>
This page is part of the usbutils (USB utilities for Linux)
project. Information about the project can be found at
⟨http://www.linux-usb.org/⟩. If you have a bug report for this
manual page, send it to linux-usb@vger.kernel.org. This page was
obtained from the project's upstream Git repository
⟨https://github.com/gregkh/usbutils.git⟩ on 2025-02-02. (At that
time, the date of the most recent commit that was found in the
repository was 2025-01-20.) If you discover any rendering
problems in this HTML version of the page, or you believe there is
a better or more up-to-date source for the page, or you have
corrections or improvements to the information in this COLOPHON
(which is not part of the original manual page), send a mail to
man-pages@man7.org
usbutils 04 January 2024 usbreset(1)