aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux_i2c.h
diff options
context:
space:
mode:
Diffstat (limited to 'lcd4linux_i2c.h')
-rw-r--r--lcd4linux_i2c.h22
1 files changed, 2 insertions, 20 deletions
diff --git a/lcd4linux_i2c.h b/lcd4linux_i2c.h
index 33505e0..d4f6a83 100644
--- a/lcd4linux_i2c.h
+++ b/lcd4linux_i2c.h
@@ -1,4 +1,5 @@
-/* $Id: lcd4linux_i2c.h,v 1.4 2006/02/25 13:36:33 geronet Exp $
+/* $Id: lcd4linux_i2c.h 728 2007-01-14 11:14:38Z michael $
+ * $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/lcd4linux_i2c.h $
*
* user space i2c sturctures and defines, taken from the official kernel i2c
* includes to solve the problem when compiling user space application
@@ -30,25 +31,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- *
- * $Log: lcd4linux_i2c.h,v $
- * Revision 1.4 2006/02/25 13:36:33 geronet
- * updated indent.sh, applied coding style
- *
- * Revision 1.3 2005/07/06 04:40:18 reinelt
- * GCC-4 fixes
- *
- * Revision 1.2 2005/06/01 12:09:13 reinelt
- * removed ^M from lcd4linux_i2c.h; indent.sh run
- *
- * Revision 1.1 2005/05/31 20:42:55 lfcorreia
- * new file: lcd4linux_i2c.h
- * avoid the problems detecting the proper I2C kernel include files
- *
- * rearrange all the other autoconf stuff to remove I2C detection
- *
- * new method by Paul Kamphuis to write to the I2C device
- *
*/
#ifndef _LCD4LINUX_I2C_H