diff mbox series

PCI: update location of pci.ids file

Message ID 1703ad43-3bf3-b777-7e1c-0beb55b064e8@infradead.org
State Accepted
Headers show
Series PCI: update location of pci.ids file | expand

Commit Message

Randy Dunlap Feb. 4, 2018, 12:53 a.m. UTC
From: Randy Dunlap <rdunlap@infradead.org>

Update the URL for the pci.ids file and add locations for its mirrors.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Martin Mares <mj@ucw.cz>
Cc: Michal Vaner <vorner@vorner.cz>
---
 Documentation/PCI/pci.txt |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Bjorn Helgaas Feb. 22, 2018, 9:01 p.m. UTC | #1
On Sat, Feb 03, 2018 at 04:53:09PM -0800, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
> 
> Update the URL for the pci.ids file and add locations for its mirrors.
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Martin Mares <mj@ucw.cz>
> Cc: Michal Vaner <vorner@vorner.cz>

Applied to for-linus for v4.16, thanks!

> ---
>  Documentation/PCI/pci.txt |    4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> --- linux-next-20180202.orig/Documentation/PCI/pci.txt
> +++ linux-next-20180202/Documentation/PCI/pci.txt
> @@ -570,7 +570,9 @@ your driver if they're helpful, or just
>  The device IDs are arbitrary hex numbers (vendor controlled) and normally used
>  only in a single location, the pci_device_id table.
>  
> -Please DO submit new vendor/device IDs to http://pciids.sourceforge.net/.
> +Please DO submit new vendor/device IDs to http://pci-ids.ucw.cz/.
> +There are mirrors of the pci.ids file at http://pciids.sourceforge.net/
> +and https://github.com/pciutils/pciids.
>  
>  
>  
>
diff mbox series

Patch

--- linux-next-20180202.orig/Documentation/PCI/pci.txt
+++ linux-next-20180202/Documentation/PCI/pci.txt
@@ -570,7 +570,9 @@  your driver if they're helpful, or just
 The device IDs are arbitrary hex numbers (vendor controlled) and normally used
 only in a single location, the pci_device_id table.
 
-Please DO submit new vendor/device IDs to http://pciids.sourceforge.net/.
+Please DO submit new vendor/device IDs to http://pci-ids.ucw.cz/.
+There are mirrors of the pci.ids file at http://pciids.sourceforge.net/
+and https://github.com/pciutils/pciids.