Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933170AbXA2GIE (ORCPT ); Mon, 29 Jan 2007 01:08:04 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933185AbXA2GID (ORCPT ); Mon, 29 Jan 2007 01:08:03 -0500 Received: from lixom.net ([66.141.50.11]:46058 "EHLO mail.lixom.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933170AbXA2GIC (ORCPT ); Mon, 29 Jan 2007 01:08:02 -0500 Date: Mon, 29 Jan 2007 00:14:24 -0600 To: akpm@osdl.org Cc: linux-kernel@vger.kernel.org Subject: [PATCH] Add PA Semi PCI vendor id Message-ID: <20070129061424.GB7814@lixom.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) From: Olof Johansson Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1007 Lines: 31 Add PA Semi's PCI vendor ID (0x1959). Signed-off-by: Olof Johansson --- Submitting this separately -- several drivers that have recently been posted could make use of it. I didn't want to include it in each of them and have patch conflicts when they're combined upstream. Index: merge/include/linux/pci_ids.h =================================================================== --- merge.orig/include/linux/pci_ids.h +++ merge/include/linux/pci_ids.h @@ -2078,6 +2078,8 @@ #define PCI_VENDOR_ID_TDI 0x192E #define PCI_DEVICE_ID_TDI_EHCI 0x0101 +#define PCI_VENDOR_ID_PASEMI 0x1959 + #define PCI_VENDOR_ID_JMICRON 0x197B #define PCI_DEVICE_ID_JMICRON_JMB360 0x2360 #define PCI_DEVICE_ID_JMICRON_JMB361 0x2361 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/