diff --git a/headers/private/graphics/matrox/DriverInterface.h b/headers/private/graphics/matrox/DriverInterface.h index 89647ac792..8989d2fcc1 100644 --- a/headers/private/graphics/matrox/DriverInterface.h +++ b/headers/private/graphics/matrox/DriverInterface.h @@ -5,7 +5,7 @@ Other authors: Mark Watson; Apsed; - Rudolf Cornelissen 10/2002-1/2006. + Rudolf Cornelissen 10/2002-4/2006. */ #ifndef DRIVERINTERFACE_H @@ -18,7 +18,7 @@ #include #define DRIVER_PREFIX "mga" // apsed -#define DEVICE_FORMAT "%04X_%04X_%02X%02X%02X" // apsed +#define DEVICE_FORMAT "%04x_%04x_%02x%02x%02x" // apsed /* Internal driver state (also for sharing info between driver and accelerant) diff --git a/headers/private/graphics/nvidia/DriverInterface.h b/headers/private/graphics/nvidia/DriverInterface.h index e19835545a..273cca6509 100644 --- a/headers/private/graphics/nvidia/DriverInterface.h +++ b/headers/private/graphics/nvidia/DriverInterface.h @@ -19,7 +19,7 @@ #include "AGP.h" #define DRIVER_PREFIX "nv" // apsed -#define DEVICE_FORMAT "%04X_%04X_%02X%02X%02X" // apsed +#define DEVICE_FORMAT "%04x_%04x_%02x%02x%02x" // apsed /* Internal driver state (also for sharing info between driver and accelerant)