diff options
author | Dave Airlie <airlied@redhat.com> | 2010-02-26 19:17:28 +1000 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2010-03-02 20:30:56 -0500 |
commit | af13ce94d8631fa3d111de8fdf8765c65fba6bf7 (patch) | |
tree | e87973a4fd4ea10dcbdee668d0de6dcddf0be0e7 /src | |
parent | 890ea858b3228e2d519c57b8775f0009aaa2bac4 (diff) |
pci: add HP vendor id
Diffstat (limited to 'src')
-rw-r--r-- | src/atipciids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/atipciids.h b/src/atipciids.h index 47c03c79..9bcca950 100644 --- a/src/atipciids.h +++ b/src/atipciids.h @@ -41,6 +41,7 @@ #define PCI_VENDOR_DELL 0x1028 #define PCI_VENDOR_VIA 0x1106 #define PCI_VENDOR_INTEL 0x8086 +#define PCI_VENDOR_HP 0x103c #include "ati_pciids_gen.h" |