https://github.com/gregkh/usbview
usb viewer for Linux
https://github.com/gregkh/usbview
Last synced: about 1 year ago
JSON representation
usb viewer for Linux
- Host: GitHub
- URL: https://github.com/gregkh/usbview
- Owner: gregkh
- Created: 2008-06-25T21:03:06.000Z (almost 18 years ago)
- Default Branch: master
- Last Pushed: 2024-11-10T14:49:17.000Z (over 1 year ago)
- Last Synced: 2024-11-10T15:35:34.415Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 1.14 MB
- Stars: 224
- Watchers: 20
- Forks: 61
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: LICENSES/CC0-1.0.txt
- Authors: AUTHORS
Awesome Lists containing this project
README
-- README for USBView - a USB device viewer
-- SPDX-License-Identifier: GPL-2.0-only
-- Copyright (c) 1999-2012, 2021-2022 by Greg Kroah-Hartman, greg@kroah.com
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation; version 2 of the License.
--
-- This program is distributed in the hope that it will be useful,
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-- GNU General Public License for more details.
--
-- (See the full license text in the LICENSES directory)
--
USBView is a small GTK application to show what the device tree of
the USB bus looks like. It shows a graphical representation of the
devices that are currently plugged in, showing the topology of the
USB bus. It also displays information on each individual device on
the bus.