public
Description: usb viewer for Linux
Homepage:
Clone URL: git://github.com/gregkh/usbview.git
name age message
file .gitignore Tue Mar 10 19:44:06 -0700 2009 more .gitignore fun [gregkh]
file AUTHORS Mon Oct 22 17:00:53 -0700 2007 usbview 1.0 - fixed problem for devices that g... [gregkh]
file COPYING Mon Oct 22 15:15:47 -0700 2007 usbview 0.1.0 release [gregkh]
file ChangeLog Tue Mar 10 19:44:40 -0700 2009 usbview 1.1 release [gregkh]
file INSTALL Mon Oct 22 15:15:47 -0700 2007 usbview 0.1.0 release [gregkh]
file Makefile.am Tue Mar 10 19:27:41 -0700 2009 added man page to Makefile.am to get it to buil... [gregkh]
file NEWS Mon Oct 22 15:15:47 -0700 2007 usbview 0.1.0 release [gregkh]
file README Wed Jun 25 14:05:59 -0700 2008 removed "or any later version" from gpl license... [gregkh]
file TODO Mon Oct 22 16:59:26 -0700 2007 usbview 0.9.0 - added Trond Eivind Glomsrød's ... [gregkh]
file about-dialog.c Wed Jun 25 14:05:59 -0700 2008 removed "or any later version" from gpl license... [gregkh]
file autogen.sh Tue Mar 10 17:58:42 -0700 2009 autogen.sh added [gregkh]
file callbacks.c Wed Jun 25 14:05:59 -0700 2008 removed "or any later version" from gpl license... [gregkh]
file config.h.in Mon Oct 22 17:03:39 -0700 2007 usbview 1.0-bk release Last known state of th... [gregkh]
file configure-dialog.c Tue Mar 10 16:34:08 -0700 2009 Fix one gcc (3.4.6) warning [Peter Breitenlohner]
file configure.in Mon Oct 22 17:03:39 -0700 2007 usbview 1.0-bk release Last known state of th... [gregkh]
directory debian/ Mon Oct 22 18:00:29 -0700 2007 added debian/ directory from debian package [gregkh]
file interface.c Tue Mar 10 19:16:34 -0700 2009 add an icon to the program [Bernhard Walle]
file main.c Wed Jun 25 14:05:59 -0700 2008 removed "or any later version" from gpl license... [gregkh]
file showmessage.c Wed Jun 25 14:05:59 -0700 2008 removed "or any later version" from gpl license... [gregkh]
file usb_icon.xpm Tue Mar 10 19:16:34 -0700 2009 add an icon to the program [Bernhard Walle]
file usbparse.c Wed Jun 25 14:05:59 -0700 2008 removed "or any later version" from gpl license... [gregkh]
file usbparse.h Wed Jun 25 14:05:59 -0700 2008 removed "or any later version" from gpl license... [gregkh]
file usbtree.c Tue Mar 10 16:34:36 -0700 2009 fix compiler warning in usbtree.c [gregkh]
file usbtree.h Wed Jun 25 14:05:59 -0700 2008 removed "or any later version" from gpl license... [gregkh]
file usbview.8 Tue Mar 10 16:30:23 -0700 2009 Install usbview.8 manpage and fix typo. [Peter Breitenlohner]
file usbview.spec Mon Oct 22 17:00:53 -0700 2007 usbview 1.0 - fixed problem for devices that g... [gregkh]
file usbview_logo.xcf Tue Mar 10 19:43:33 -0700 2009 updated logo with version and copyright date ch... [gregkh]
file usbview_logo.xpm Tue Mar 10 19:43:33 -0700 2009 updated logo with version and copyright date ch... [gregkh]
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.