diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2018-02-22 16:00:43 -0500 |
---|---|---|
committer | Bjorn Helgaas <helgaas@kernel.org> | 2018-02-22 16:00:43 -0500 |
commit | 6d516d6798cdfc073aa2fa11dd5a5d72f3906ae5 (patch) | |
tree | 4da4c5bd68c77aad7f7ce7229f150587c9d33a57 /Documentation/PCI | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff) |
PCI: Update location of pci.ids file
Update the URL for the pci.ids file and add locations for its mirrors.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Bjorn Helgaas <helgaas@kernel.org>
Cc: Martin Mares <mj@ucw.cz>
Cc: Michal Vaner <vorner@vorner.cz>
Diffstat (limited to 'Documentation/PCI')
-rw-r--r-- | Documentation/PCI/pci.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/PCI/pci.txt b/Documentation/PCI/pci.txt index 611a75e4366e..badb26ac33dc 100644 --- a/Documentation/PCI/pci.txt +++ b/Documentation/PCI/pci.txt | |||
@@ -570,7 +570,9 @@ your driver if they're helpful, or just use plain hex constants. | |||
570 | The device IDs are arbitrary hex numbers (vendor controlled) and normally used | 570 | The device IDs are arbitrary hex numbers (vendor controlled) and normally used |
571 | only in a single location, the pci_device_id table. | 571 | only in a single location, the pci_device_id table. |
572 | 572 | ||
573 | Please DO submit new vendor/device IDs to http://pciids.sourceforge.net/. | 573 | Please DO submit new vendor/device IDs to http://pci-ids.ucw.cz/. |
574 | There are mirrors of the pci.ids file at http://pciids.sourceforge.net/ | ||
575 | and https://github.com/pciutils/pciids. | ||
574 | 576 | ||
575 | 577 | ||
576 | 578 | ||