[Xorg-driver-geode] [PATCH 3/3] geode: use down-case vendor id

Otavio Salvador otavio at ossystems.com.br
Wed Sep 9 14:34:04 PDT 2009


Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 src/geode.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/geode.h b/src/geode.h
index 4f0b467..8fe67b5 100644
--- a/src/geode.h
+++ b/src/geode.h
@@ -60,7 +60,7 @@
 #define LX      0x20
 
 #define PCI_VENDOR_ID_CYRIX  0x1078
-#define PCI_VENDOR_ID_NS     0x100B
+#define PCI_VENDOR_ID_NS     0x100b
 #define PCI_VENDOR_ID_AMD    0x1022
 
 #define PCI_CHIP_5530     0x0104
-- 
1.6.3.3.385.g60647



More information about the Xorg-driver-geode mailing list