summaryrefslogtreecommitdiff
path: root/src/i810.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@neko.keithp.com>2007-02-01 22:48:44 -0800
committerKeith Packard <keithp@neko.keithp.com>2007-02-01 22:48:44 -0800
commit785a59ead0e8d1d681b2cb6827ee58ad2c51f8c6 (patch)
treed9bcd7dc81d2065f2434deb97d5c50bab79ea057 /src/i810.h
parent1dde7a15a3a42b881c57ece95feceffadf412cff (diff)
Rename driver from i810 to intel. Permit old name for compatibility.modesetting-rotation
Driver installs as intel_drv.so with symlink to i810_drv.so to ensure existing configurations continue to work. Updated manual page to reflect name change and add attributions for recent work.
Diffstat (limited to 'src/i810.h')
-rw-r--r--src/i810.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/i810.h b/src/i810.h
index 852a64a9..614de52c 100644
--- a/src/i810.h
+++ b/src/i810.h
@@ -62,8 +62,9 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "common.h"
#define I810_VERSION 4000
-#define I810_NAME "I810"
-#define I810_DRIVER_NAME "i810"
+#define I810_NAME "intel"
+#define I810_DRIVER_NAME "intel"
+#define I810_LEGACY_DRIVER_NAME "i810"
/* HWMC Surfaces */
#define I810_MAX_SURFACES 7