From: Michal 'vorner' Vaner Date: Mon, 16 Jul 2012 16:04:27 +0000 (+0200) Subject: Merge branch 'master' of git+ssh://jabberwock.ucw.cz/~vorner/pciids X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=1d49f7c123cdbef730be3f023b4f6a14d4a0cd0d;hp=065dbc4aef593f74ae8306acf313c85d92829f10;p=pciids.git Merge branch 'master' of git+ssh://jabberwock.ucw.cz/~vorner/pciids --- diff --git a/PciIds/Html/Format.pm b/PciIds/Html/Format.pm index 41d121a..daf5007 100644 --- a/PciIds/Html/Format.pm +++ b/PciIds/Html/Format.pm @@ -43,7 +43,9 @@ sub htmlFormatTable( $$$$$$ ) { } else { $func = \&encode; } - my $data = &{$func}( $line->[ $i ] ); + my $item = $line->[ $i ]; + $item = "" unless( defined( $item ) ); + my $data = &{$func}( $item ); $data = "" unless( defined( $data ) ); print $header.$data; } diff --git a/index.html b/index.html index e82cd11..9639572 100644 --- a/index.html +++ b/index.html @@ -15,10 +15,6 @@ ID's of vendors, devices, subsystems and device classes. It is used in various programs (e.g., The PCI Utilities) to display full human-readable names instead of cryptic numeric codes. -

Welcome to the new web interface of the PCI ID database. -Many a thing has changed, so please read the help -even if you were familiar with the old website. -

Browse

You can use our web interface to browse the lists and also to submit new @@ -29,8 +25,6 @@ entries or to update the existing ones:

  • PCI device classes -

    Or you can go directly to your profile or notification list. -

    You may want to read help before you start using the web interface. @@ -55,6 +49,9 @@ could however lack some subsystems. under the terms of either the GNU General Public License (version 2 or later) or of the 3-clause BSD License. +

    If the snapshot is a couple of days old, it usually means that no changes +were approved recently. +

    Submit new data

    The database is maintained by volunteers like you, so if you have any @@ -92,5 +89,4 @@ If you want to examine it or need some similar application, you can find it Martin Mares and Michal Vaner with great help by volunteers from the pciids project at SourceForge. -

    No counters, no frames, no syntax errors.