hwdb: change pci.ids location

According to pciutils' TODO, the sourceforge location is scheduled for
removal, use the new one instead.
This commit is contained in:
Tom Gundersen 2012-11-09 15:35:11 +01:00
parent 09d8f5d757
commit 43f9cc65c2
4 changed files with 5 additions and 5 deletions

View File

@ -4009,7 +4009,7 @@ endif
hwdb-update:
( cd hwdb && \
wget -N http://www.linux-usb.org/usb.ids && \
wget -N http://pciids.sourceforge.net/v2.2/pci.ids && \
wget -N http://pci-ids.ucw.cz/v2.2/pci.ids && \
wget -N http://standards.ieee.org/develop/regauth/oui/oui.txt && \
./ids-update.pl )

View File

@ -1,6 +1,6 @@
# This file is part of systemd.
#
# Data imported and updated from: http://pciids.sourceforge.net/v2.2/pci.ids
# Data imported and updated from: http://pci-ids.ucw.cz/v2.2/pci.ids
pci:v*d*sv*sd*bc00*
ID_PCI_CLASS_FROM_DATABASE=Unclassified device

View File

@ -1,6 +1,6 @@
# This file is part of systemd.
#
# Data imported and updated from: http://pciids.sourceforge.net/v2.2/pci.ids
# Data imported and updated from: http://pci-ids.ucw.cz/v2.2/pci.ids
pci:v00000010*
ID_VENDOR_FROM_DATABASE=Allied Telesis, Inc

View File

@ -113,7 +113,7 @@ sub pci_vendor {
open(OUT, ">", "20-pci-vendor-product.hwdb");
print(OUT "# This file is part of systemd.\n" .
"#\n" .
"# Data imported and updated from: http://pciids.sourceforge.net/v2.2/pci.ids\n");
"# Data imported and updated from: http://pci-ids.ucw.cz/v2.2/pci.ids\n");
while (my $line = <IN>) {
$line =~ s/\s+$//;
@ -162,7 +162,7 @@ sub pci_classes {
open(OUT, ">", "20-pci-classes.hwdb");
print(OUT "# This file is part of systemd.\n" .
"#\n" .
"# Data imported and updated from: http://pciids.sourceforge.net/v2.2/pci.ids\n");
"# Data imported and updated from: http://pci-ids.ucw.cz/v2.2/pci.ids\n");
while (my $line = <IN>) {
$line =~ s/\s+$//;