From patchwork Sun Feb 4 00:53:09 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 10199205 X-Patchwork-Delegate: bhelgaas@google.com Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 6F7D9602CA for ; Sun, 4 Feb 2018 00:53:33 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5451B28FC9 for ; Sun, 4 Feb 2018 00:53:33 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4934C28FDE; Sun, 4 Feb 2018 00:53:33 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9B53928FC9 for ; Sun, 4 Feb 2018 00:53:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752702AbeBDAxT (ORCPT ); Sat, 3 Feb 2018 19:53:19 -0500 Received: from bombadil.infradead.org ([65.50.211.133]:40069 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752193AbeBDAxS (ORCPT ); Sat, 3 Feb 2018 19:53:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: Content-Type:MIME-Version:Date:Message-ID:Subject:From:Cc:To:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=CsFyRHIZFikBwQiF0ZxYhW2S+hiQ1kvViZycBO9WoHo=; b=XLlvHAysrTkfmcOLVPTcUhzx2 iLgnB1bv7i9vhAnZ+awMhV8ss0GK6QfTgAUtymClz5Qhz8RRoM+r3we4TkIE55vgxQgz65TAAwkMz yVLyqkRwJ8m0HxQN5p0znlobX+pGq8MFmtrLdkQnDRFhyvrBz+TErk3f+EXNOgOO8DOMJ6sGH8Yg7 AhjIiAM8Xt+oln3GyaPVKQAe2nocbJ/FadB38CmdADCnG9opOcOwHaWGynRkMEngwCxjRHEewW2CV oRc+K6yohdhDJd52bOW3/9WNBKTNQLq1VgLgNAaJ/FwioW5hiKCSMfpflB4JbRYvmawFyfulBdqga IOHrMH3BA==; Received: from static-50-53-52-16.bvtn.or.frontiernet.net ([50.53.52.16] helo=dragon.site) by bombadil.infradead.org with esmtpsa (Exim 4.89 #1 (Red Hat Linux)) id 1ei8YS-0006cj-Ff; Sun, 04 Feb 2018 00:53:12 +0000 To: LKML , linux-pci , Bjorn Helgaas Cc: Martin Mares , Michal Vaner From: Randy Dunlap Subject: [PATCH] PCI: update location of pci.ids file Message-ID: <1703ad43-3bf3-b777-7e1c-0beb55b064e8@infradead.org> Date: Sat, 3 Feb 2018 16:53:09 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 Content-Language: en-US Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Randy Dunlap Update the URL for the pci.ids file and add locations for its mirrors. Signed-off-by: Randy Dunlap Cc: Martin Mares Cc: Michal Vaner --- 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.