diff options
Diffstat (limited to 'linux')
-rw-r--r-- | linux/i810_drv.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/linux/i810_drv.c b/linux/i810_drv.c index 733e5850f..f792e3781 100644 --- a/linux/i810_drv.c +++ b/linux/i810_drv.c @@ -43,15 +43,15 @@ /* Interface history * - * 1.1 - XFree86 4.1 - * 1.2 - XvMC interfaces - * - XFree86 4.2 - * 1.3 - Disable copying code (leave stub ioctls for backwards compatibility) - * - Remove requirement for interrupt (leave stubs again) + * 1.1 - XFree86 4.1 + * 1.2 - XvMC interfaces + * - XFree86 4.2 + * 1.2.1 - Disable copying code (leave stub ioctls for backwards compatibility) + * - Remove requirement for interrupt (leave stubs again) */ #define DRIVER_MAJOR 1 -#define DRIVER_MINOR 3 -#define DRIVER_PATCHLEVEL 0 +#define DRIVER_MINOR 2 +#define DRIVER_PATCHLEVEL 1 #define DRIVER_IOCTLS \ [DRM_IOCTL_NR(DRM_IOCTL_I810_INIT)] = { i810_dma_init, 1, 1 }, \ |