diff options
Diffstat (limited to 'linux/i810.h')
-rw-r--r-- | linux/i810.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/i810.h b/linux/i810.h index ba40892f..a5d300a2 100644 --- a/linux/i810.h +++ b/linux/i810.h @@ -55,9 +55,10 @@ * 1.2.1 - Disable copying code (leave stub ioctls for backwards compatibility) * - Remove requirement for interrupt (leave stubs again) * 1.3 - Add page flipping. + * 1.4 - fix DRM interface */ #define DRIVER_MAJOR 1 -#define DRIVER_MINOR 3 +#define DRIVER_MINOR 4 #define DRIVER_PATCHLEVEL 0 #define DRIVER_IOCTLS \ |