From 59b83def417aeb5352d5adbbe06e4b0df111ba69 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 7 Oct 2008 11:40:23 +0200 Subject: [PATCH] Added pci.ids headers to the repository. --- cf/class_head.ids | 9 +++++++++ cf/head.ids | 21 +++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 cf/class_head.ids create mode 100644 cf/head.ids diff --git a/cf/class_head.ids b/cf/class_head.ids new file mode 100644 index 0000000..978d11c --- /dev/null +++ b/cf/class_head.ids @@ -0,0 +1,9 @@ + + +# List of known device classes, subclasses and programming interfaces + +# Syntax: +# C class class_name +# subclass subclass_name <-- single tab +# prog-if prog-if_name <-- two tabs + diff --git a/cf/head.ids b/cf/head.ids new file mode 100644 index 0000000..7de7f60 --- /dev/null +++ b/cf/head.ids @@ -0,0 +1,21 @@ +# +# List of PCI ID's +# +# Maintained by Martin Mares and other volunteers from the +# Linux PCI ID's Project at http://pciids.sf.net/. +# +# New data are always welcome, especially if accurate. If you have +# anything to contribute, please follow the instructions at the web site +# or send a diff -u against the most recent pci.ids to pci-ids@ucw.cz. +# +# This file can be distributed under either the GNU General Public License +# (version 2 or higher) or the 3-clause BSD License. +# + +# Vendors, devices and subsystems. Please keep sorted. + +# Syntax: +# vendor vendor_name +# device device_name <-- single tab +# subvendor subdevice subsystem_name <-- two tabs + -- 2.39.2