aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_i2c_sensors.c (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2011-08-26Import upstream version 0.11.0~svn1158Reinhard Tartler1-1/+15
2007-04-30new upstream versionReinhard Tartler1-3/+3
2007-04-05import new upstreamReinhard Tartler1-108/+3
2006-02-25[lcd4linux @ 2006-02-25 13:36:33 by geronet]geronet1-3/+8
updated indent.sh, applied coding style
2005-05-08[lcd4linux @ 2005-05-08 04:32:43 by reinelt]reinelt1-226/+227
CodingStyle added and applied
2005-04-01[lcd4linux @ 2005-04-01 05:16:04 by reinelt]reinelt1-36/+57
moved plugin init stuff to a seperate function called on first use
2005-01-18[lcd4linux @ 2005-01-18 06:30:21 by reinelt]reinelt1-3/+6
added (C) to all copyright statements
2004-06-26[lcd4linux @ 2004-06-26 12:04:59 by reinelt]reinelt1-2/+6
uh-oh... the last CVS log message messed up things a lot...
2004-06-26[lcd4linux @ 2004-06-26 09:27:20 by reinelt]reinelt1-20/+26
added '-W' to CFLAGS changed all C++ comments to C ones ('//' => '/* */') cleaned up a lot of signed/unsigned mistakes
2004-06-20[lcd4linux @ 2004-06-20 10:09:52 by reinelt]reinelt1-6/+10
'const'ified the whole source
2004-06-17[lcd4linux @ 2004-06-17 06:23:39 by reinelt]reinelt1-7/+16
hash handling rewritten to solve performance issues
2004-06-05[lcd4linux @ 2004-06-05 14:56:48 by reinelt]reinelt1-2/+8
Cwlinux splash screen fixed USBLCD splash screen fixed plugin_i2c qprintf("%f") replaced with snprintf()
2004-06-01[lcd4linux @ 2004-06-01 06:45:28 by reinelt]reinelt1-9/+10
some Fixme's processed documented some code
2004-05-31[lcd4linux @ 2004-05-31 21:05:13 by reinelt]reinelt1-34/+33
fixed lots of bugs in the Cwlinux driver do not emit EAGAIN error on the first retry made plugin_i2c_sensors a bit less 'chatty' moved init and exit functions to the bottom of plugin_pop3
2004-05-09[lcd4linux @ 2004-05-09 05:41:41 by reinelt]reinelt1-5/+9
i2c fix for kernel 2.6.5 (temp_input1 vs. temp1_input) from Xavier
2004-03-03[lcd4linux @ 2004-03-03 03:47:04 by reinelt]reinelt1-2/+15
big patch from Martin Hejl: - use qprintf() where appropriate - save CPU cycles on gettimeofday() - add quit() functions to free allocated memory - fixed lots of memory leaks
2004-02-16[lcd4linux @ 2004-02-16 08:19:44 by reinelt]reinelt1-14/+19
i2c_sensors patch from Xavier
2004-02-15[lcd4linux @ 2004-02-15 21:43:43 by reinelt]reinelt1-79/+93
T6963 driver nearly finished framework for graphic displays done i2c_sensors patch from Xavier some more old generation files removed
2004-02-14[lcd4linux @ 2004-02-14 12:07:27 by nicowallmeier]nicowallmeier1-5/+8
minor bugfix
2004-02-14[lcd4linux @ 2004-02-14 11:56:11 by reinelt]reinelt1-15/+18
M50530 driver ported changed lots of 'char' to 'unsigned char'
2004-02-14[lcd4linux @ 2004-02-14 10:09:50 by reinelt]reinelt1-11/+124
I2C Sensors for 2.4 kernels (/proc instead of /sysfs)
2004-01-30[lcd4linux @ 2004-01-30 20:57:55 by reinelt]reinelt1-1/+9
HD44780 patch from Martin Hejl dmalloc integrated
2004-01-30[lcd4linux @ 2004-01-30 07:12:35 by reinelt]reinelt1-2/+9
HD44780 busy-flag support from Martin Hejl loadavg() uClibc replacement from Martin Heyl round() uClibc replacement from Martin Hejl warning in i2c_sensors fixed [
2004-01-29[lcd4linux @ 2004-01-29 05:55:30 by reinelt]reinelt1-2/+9
check for /sys mounted
2004-01-29[lcd4linux @ 2004-01-29 04:40:02 by reinelt]reinelt1-1/+6
every .c file includes "config.h" now
2004-01-27[lcd4linux @ 2004-01-27 08:13:39 by reinelt]reinelt1-1/+5
ported PPP token to plugin_ppp
2004-01-27[lcd4linux @ 2004-01-27 05:06:10 by reinelt]reinelt1-65/+95
i2c update from Xavier
2004-01-10[lcd4linux @ 2004-01-10 17:36:56 by reinelt]reinelt1-0/+189
I2C Sensors plugin from Xavier added