gregkh / usbview
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (11)
- Wiki (1)
- Graphs
-
Branch:
master
Greg Kroah-Hartman (author)
Tue Mar 10 19:44:40 -0700 2009
usbview /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Mar 10 19:44:06 -0700 2009 | |
| |
AUTHORS | Mon Oct 22 17:00:53 -0700 2007 | |
| |
COPYING | Mon Oct 22 15:15:47 -0700 2007 | |
| |
ChangeLog | Tue Mar 10 19:44:40 -0700 2009 | |
| |
INSTALL | Mon Oct 22 15:15:47 -0700 2007 | |
| |
Makefile.am | Tue Mar 10 19:27:41 -0700 2009 | |
| |
NEWS | Mon Oct 22 15:15:47 -0700 2007 | |
| |
README | Wed Jun 25 14:05:59 -0700 2008 | |
| |
TODO | Mon Oct 22 16:59:26 -0700 2007 | |
| |
about-dialog.c | Wed Jun 25 14:05:59 -0700 2008 | |
| |
autogen.sh | Tue Mar 10 17:58:42 -0700 2009 | |
| |
callbacks.c | Wed Jun 25 14:05:59 -0700 2008 | |
| |
config.h.in | Mon Oct 22 17:03:39 -0700 2007 | |
| |
configure-dialog.c | Tue Mar 10 16:34:08 -0700 2009 | |
| |
configure.in | Mon Oct 22 17:03:39 -0700 2007 | |
| |
debian/ | Mon Oct 22 18:00:29 -0700 2007 | |
| |
interface.c | Tue Mar 10 19:16:34 -0700 2009 | |
| |
main.c | Wed Jun 25 14:05:59 -0700 2008 | |
| |
showmessage.c | Wed Jun 25 14:05:59 -0700 2008 | |
| |
usb_icon.xpm | Tue Mar 10 19:16:34 -0700 2009 | |
| |
usbparse.c | Wed Jun 25 14:05:59 -0700 2008 | |
| |
usbparse.h | Wed Jun 25 14:05:59 -0700 2008 | |
| |
usbtree.c | Tue Mar 10 16:34:36 -0700 2009 | |
| |
usbtree.h | Wed Jun 25 14:05:59 -0700 2008 | |
| |
usbview.8 | Tue Mar 10 16:30:23 -0700 2009 | |
| |
usbview.spec | Mon Oct 22 17:00:53 -0700 2007 | |
| |
usbview_logo.xcf | Tue Mar 10 19:43:33 -0700 2009 | |
| |
usbview_logo.xpm | Tue Mar 10 19:43:33 -0700 2009 |
README
-- README for USBView - a USB device viewer -- Copyright (c) 1999, 2000 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; either 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. -- -- You should have received a copy of the GNU General Public License -- along with this program; if not, write to the Free Software -- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -- -- (See the included file COPYING) -- 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.
