diff options
author | Dave Airlie <airlied@redhat.com> | 2010-02-27 16:47:19 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-02-27 16:48:34 +1000 |
commit | 4975658f05c387b39b3e96a292a7683f17645c2c (patch) | |
tree | a47b0387fb415d0eb74bb54761a85d3343704f9e /src/atipciids.h | |
parent | e76b90b399c3cc0f0998c0209300c46f97505498 (diff) |
pciids: hopefully fix HP
Diffstat (limited to 'src/atipciids.h')
-rw-r--r-- | src/atipciids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/atipciids.h b/src/atipciids.h index 9bcca950..5f66aa0c 100644 --- a/src/atipciids.h +++ b/src/atipciids.h @@ -41,7 +41,9 @@ #define PCI_VENDOR_DELL 0x1028 #define PCI_VENDOR_VIA 0x1106 #define PCI_VENDOR_INTEL 0x8086 +#ifndef PCI_VENDOR_HP #define PCI_VENDOR_HP 0x103c +#endif #include "ati_pciids_gen.h" |