From 1d354fd87d4c07906e82d104ba8614d30ae9cbbe Mon Sep 17 00:00:00 2001 From: reinelt Date: Thu, 17 Jun 2004 06:23:43 +0000 Subject: [lcd4linux @ 2004-06-17 06:23:39 by reinelt] hash handling rewritten to solve performance issues git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@473 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- drv_T6963.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'drv_T6963.c') diff --git a/drv_T6963.c b/drv_T6963.c index b010d45..870d274 100644 --- a/drv_T6963.c +++ b/drv_T6963.c @@ -1,4 +1,4 @@ -/* $Id: drv_T6963.c,v 1.8 2004/06/09 06:40:29 reinelt Exp $ +/* $Id: drv_T6963.c,v 1.9 2004/06/17 06:23:39 reinelt Exp $ * * new style driver for T6963-based displays * @@ -23,6 +23,10 @@ * * * $Log: drv_T6963.c,v $ + * Revision 1.9 2004/06/17 06:23:39 reinelt + * + * hash handling rewritten to solve performance issues + * * Revision 1.8 2004/06/09 06:40:29 reinelt * * splash screen for T6963 driver @@ -80,6 +84,7 @@ #include "debug.h" #include "cfg.h" +#include "qprintf.h" #include "udelay.h" #include "plugin.h" #include "widget.h" -- cgit v1.2.3