diff options
author | Dave Airlie <airlied@redhat.com> | 2010-02-26 19:17:28 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-02-26 19:17:28 +1000 |
commit | c0a5c9403dff254e1669df606a4193794270aeff (patch) | |
tree | d692833569dfced29c55c7ef20b79047131c183d /src | |
parent | 3970cc5563900f08ba5236b23f765c926616c345 (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" |