]>
git.webhop.me Git - lcd4linux.git/log 
TangoCash  [Mon, 2 May 2016 20:19:33 +0000  (22:19 +0200)] 
reformat new source code
TangoCash  [Mon, 2 May 2016 20:12:09 +0000  (22:12 +0200)] 
update sample config
TangoCash  [Mon, 2 May 2016 20:07:30 +0000  (22:07 +0200)] 
adding scaling option to image widget
TangoCash  [Mon, 2 May 2016 20:05:33 +0000  (22:05 +0200)] 
adding truetype rendering widget
TangoCash  [Mon, 2 May 2016 20:04:09 +0000  (22:04 +0200)] 
quiet start as default
jmccrohan  [Sun, 12 Jul 2015 21:26:15 +0000  (21:26 +0000)] 
Replace non-portable datatypes with C99 versions
Found during OpenWrt's migration from uClibc to musl.
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com> 
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1203 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Thu, 18 Jun 2015 16:44:09 +0000  (16:44 +0000)] 
drv_HD44780: add 8bit i2c mode for HD44780 by Michael Grzeschik <m.grzeschik@pengutronix.de>
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1202 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Sat, 6 Sep 2014 02:44:21 +0000  (02:44  +0000)] 
updated to automake 1.14.1
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1201 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Thu, 23 May 2013 03:10:35 +0000  (03:10  +0000)] 
autotools update (iconv?)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1200 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Thu, 23 May 2013 03:07:28 +0000  (03:07  +0000)] 
indentation
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1199 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Thu, 23 May 2013 03:05:50 +0000  (03:05  +0000)] 
DPF patch by superelchi
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1198 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
jmccrohan  [Wed, 15 May 2013 22:58:56 +0000  (22:58 +0000)] 
raspi: Disabled unless explicitly enabled by user
Add a raspi enabled stanza to lcd4linux.conf file to enable:
Plugin raspi {
    enabled 1
}
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com> 
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1197 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
volker  [Sun, 10 Mar 2013 19:43:13 +0000  (19:43 +0000)] 
disable plugin sensors if not found
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1196 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
volker  [Tue, 19 Feb 2013 23:17:43 +0000  (23:17 +0000)] 
new plugin raspi
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1195 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
volker  [Wed, 13 Feb 2013 15:15:34 +0000  (15:15 +0000)] 
added new examples to config file
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1194 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
volker  [Wed, 13 Feb 2013 14:00:30 +0000  (14:00 +0000)] 
Ticket #284
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1193 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
volker  [Wed, 13 Feb 2013 13:49:22 +0000  (13:49 +0000)] 
stabilize text widget when no string is available; info message when serdisplib cannot open port
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1192 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mzuther  [Sat, 23 Jun 2012 21:52:34 +0000  (21:52 +0000)] 
widget_timer: oops, forgot to update includes...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1191 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mzuther  [Sat, 23 Jun 2012 21:47:50 +0000  (21:47 +0000)] 
widget_timer: timer widgets should not abuse timer groups (fixes ticket #278)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1190 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
jmccrohan  [Sat, 19 May 2012 12:46:24 +0000  (12:46 +0000)] 
Mitigate format string exploits
error: format not a string literal and no format arguments
[-Werror=format-security]
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com> 
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1189 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
jmccrohan  [Sat, 12 May 2012 13:24:40 +0000  (13:24 +0000)] 
Add drv_generic_serial.c functions to header file
New functions were added in rev1171, but were not added to
drv_generic_serial.h
Fixes Debian buildd [-Wimplicit-function-declaration] warnings.
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com> 
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1188 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Mon, 9 Apr 2012 04:46:59 +0000  (04:46  +0000)] 
typo fix from Robert Resch
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1187 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Mon, 9 Apr 2012 04:45:07 +0000  (04:45  +0000)] 
patch to support hex sequences from Marcus Menzel
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1186 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mjona  [Mon, 26 Mar 2012 13:24:37 +0000  (13:24 +0000)] 
Fixed realloc error handling in timer_group.c; changed the interval member in the TIMER_GROUP structure from int* to int.
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1185 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Mon, 26 Mar 2012 04:39:46 +0000  (04:39  +0000)] 
handle failing realloc() correctly (thanks to Mattia)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1184 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Mon, 26 Mar 2012 04:31:55 +0000  (04:31  +0000)] 
changed error() to info() to avoid syslog flooding
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1183 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mzuther  [Fri, 23 Mar 2012 19:54:21 +0000  (19:54 +0000)] 
timer activation: use defines instead of integers for easier reading
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1182 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Thu, 15 Mar 2012 03:48:49 +0000  (03:48  +0000)] 
allow fine-grained backlight control for picoLCDGraphic
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1181 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Mon, 27 Feb 2012 10:27:40 +0000  (10:27 +0000)] 
jpeglib dependency typo fixed
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1180 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Thu, 23 Feb 2012 06:37:15 +0000  (06:37 +0000)] 
drv_SamsungSPF.h removed
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1179 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Thu, 23 Feb 2012 06:36:53 +0000  (06:36 +0000)] 
some fixes from Sascha Plazar
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1178 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Wed, 22 Feb 2012 03:11:31 +0000  (03:11  +0000)] 
driver for Samsung SPF by Sascha Plazar
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1177 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Tue, 21 Feb 2012 03:53:17 +0000  (03:53  +0000)] 
driver for Futaba VFD by Marcus Menzel
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1176 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Thu, 16 Feb 2012 12:50:59 +0000  (12:50 +0000)] 
teakLCM set GPIO='no' which produced linker errors (thanks to Marcus menzel for reporting)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1175 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Wed, 15 Feb 2012 13:07:53 +0000  (13:07 +0000)] 
default model chnaged from 'generic' to 'M50530'
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1174 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Tue, 14 Feb 2012 03:17:04 +0000  (03:17  +0000)] 
driver for TeakLCM by Andreas Thienemann
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1173 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Fri, 10 Feb 2012 16:04:36 +0000  (16:04 +0000)] 
patch from Robert Tesch: support KIT120-5 and KIT129-6, GPO code repaired, use Scalefont
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1172 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Mon, 16 Jan 2012 02:53:14 +0000  (02:53  +0000)] 
Patch for Driver EA232Graphic by Robert Resch
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1171 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Mon, 16 Jan 2012 02:50:03 +0000  (02:50  +0000)] 
scaletext patch from Stefan Kuhne
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1170 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Mon, 16 Jan 2012 02:45:24 +0000  (02:45  +0000)] 
update to automake 1.11.2
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1169 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Sun, 8 Jan 2012 08:25:54 +0000  (08:25 +0000)] 
DPF driver by Stefan Kuhne 8note that you need libdpf)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1168 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Sun, 8 Jan 2012 08:14:32 +0000  (08:14 +0000)] 
[PATCH 2/2] gcc warnings by Jonathan McCrohan
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1167 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Sun, 8 Jan 2012 08:14:04 +0000  (08:14 +0000)] 
ATCH 1/2] gcc warnings by Jonathan McCrohan
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1166 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Mon, 26 Dec 2011 06:28:05 +0000  (06:28 +0000)] 
old ancient legacy port access disabled by default
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1165 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mjona  [Thu, 22 Dec 2011 10:48:01 +0000  (10:48 +0000)] 
All compilation related issues in the headers have been fixed. Now each header compiles with no warnings as a standalone file.
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1164 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
sonic74  [Fri, 9 Dec 2011 03:16:17 +0000  (03:16  +0000)] 
Replaced parameter NoPowerCycle with PowerCycle
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1163 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
sonic74  [Fri, 9 Dec 2011 03:08:20 +0000  (03:08  +0000)] 
Blit speedup, switch PICASO back to 9600 baud when exiting
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1162 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
sonic74  [Thu, 8 Dec 2011 16:16:08 +0000  (16:16 +0000)] 
Removed compiler warning
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1161 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
sonic74  [Thu, 8 Dec 2011 15:51:23 +0000  (15:51 +0000)] 
SGC support
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1160 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
jmccrohan  [Wed, 31 Aug 2011 22:00:29 +0000  (22:00 +0000)] 
Fix spelling errors. Flagged by Debian lintian check
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1159 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Thu, 28 Jul 2011 02:09:16 +0000  (02:09  +0000)] 
driver for Futaba MDM166A Graphic(96x16) vf-displays by Andreas Brachold
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1158 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Wed, 27 Jul 2011 05:58:08 +0000  (05:58  +0000)] 
driver for Newhaven's NHD‐0420D3Z‐FL‐GBW. 4x20 LCD by Rusty Clarkson
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1157 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Wed, 27 Jul 2011 05:41:42 +0000  (05:41  +0000)] 
indentation :-(
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1156 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Wed, 27 Jul 2011 05:41:22 +0000  (05:41  +0000)] 
magic bold escape char by Andrew Thompson
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1155 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Wed, 27 Jul 2011 05:39:37 +0000  (05:39  +0000)] 
picoLCDGraphics needs keypad linked
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1154 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Wed, 27 Jul 2011 05:12:30 +0000  (05:12  +0000)] 
various compiler warnings fixed
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1153 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Wed, 27 Jul 2011 04:21:44 +0000  (04:21  +0000)] 
Autoconf 2.68
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1152 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Wed, 27 Jul 2011 04:19:37 +0000  (04:19  +0000)] 
run smoketest on all of my 8 cores
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1151 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Wed, 27 Jul 2011 02:53:04 +0000  (02:53  +0000)] 
indentation
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1150 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Wed, 27 Jul 2011 02:36:25 +0000  (02:36  +0000)] 
patch to replace outdate library libmpd with recent library libmpdclient from Andreas Brachold
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1149 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Wed, 27 Jul 2011 02:21:48 +0000  (02:21  +0000)] 
lcd4linux-wireless.patch from Hans de Goede
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1148 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Wed, 27 Jul 2011 02:20:51 +0000  (02:20  +0000)] 
st2205-width-height-swap.patch from Hans de Goede
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1147 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Wed, 27 Jul 2011 02:19:58 +0000  (02:19  +0000)] 
hwmon patch from Hans de Goede
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1146 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Wed, 27 Jul 2011 02:14:11 +0000  (02:14  +0000)] 
patch to support SureElectronicsDE-LD023 from Matt Joice
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1145 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
harbaum  [Fri, 6 May 2011 18:21:47 +0000  (18:21 +0000)] 
Fixed keypad widget in GLCD2USB
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1144 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mzuther  [Sat, 12 Feb 2011 22:46:19 +0000  (22:46 +0000)] 
timer.c: fixed detection of positive clock skew (and some typos)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1143 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mzuther  [Sun, 23 Jan 2011 22:45:46 +0000  (22:45 +0000)] 
timer.c: fixed clock skew detection
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1142 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mzuther  [Sun, 23 Jan 2011 17:01:08 +0000  (17:01 +0000)] 
timer.c: skip intermediate timer intervals
"timer_inc()" now checks how many trigger intervals have passed since
a given timer has been updated.  This might be due to "negative clock
skew" (think of summer time) or the fact that some processing took too
long (i.e. fetching of a web site).  These missed trigger intervals
are then skipped and the user is notified so that he may adapt his
timer settings.  This handling is essential, otherwise unprocessed
timers might stack up and would trigger continuously while at the same
time becoming notoriously late and unreliable.
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1141 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Wed, 5 Jan 2011 03:49:07 +0000  (03:49  +0000)] 
fix for a bug introduced in the DE-LD021 driver
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1140 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Tue, 4 Jan 2011 01:58:59 +0000  (01:58  +0000)] 
indentation
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1139 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Tue, 4 Jan 2011 01:58:25 +0000  (01:58  +0000)] 
support for Sure Electronics DE-LD021 by Natanael Olaiz
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1138 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Sun, 2 Jan 2011 00:39:10 +0000  (00:39  +0000)] 
driver for EFN LED modules by Tilman Glötzner
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1137 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mzuther  [Sun, 28 Nov 2010 16:07:16 +0000  (16:07 +0000)] 
commented, corrected and beautified both timer and timer group code
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1136 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mzuther  [Sat, 27 Nov 2010 14:35:10 +0000  (14:35 +0000)] 
finished commenting the timer code
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1135 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mzuther  [Sat, 20 Nov 2010 20:22:05 +0000  (20:22 +0000)] 
started commenting the timer code
I'm not done yet, but my system is currently very unstable, and I
don't want the changes to get lost... :(
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1134 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
harbaum  [Fri, 19 Nov 2010 09:02:34 +0000  (09:02 +0000)] 
Added brightness support for GLCD2USB
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1133 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
harbaum  [Thu, 18 Nov 2010 19:22:00 +0000  (19:22 +0000)] 
Added 128x64 sample graphic
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1132 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
harbaum  [Sun, 31 Oct 2010 19:23:40 +0000  (19:23 +0000)] 
Removed accidentially added file
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1131 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
harbaum  [Sun, 31 Oct 2010 19:21:45 +0000  (19:21 +0000)] 
Minor description fixes
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1130 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Sun, 19 Sep 2010 01:18:52 +0000  (01:18  +0000)] 
patch from Jar: typo fixed, documentation which is now in the wiki removed
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1129 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
volker  [Wed, 25 Aug 2010 11:38:18 +0000  (11:38 +0000)] 
added netmask_short in plugin_netinfo for CIDR notation
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1128 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Fri, 16 Jul 2010 04:58:05 +0000  (04:58  +0000)] 
compile error fixed (thanks to Tom)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1127 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Tue, 13 Jul 2010 03:25:44 +0000  (03:25  +0000)] 
support for Sure Electronics's 1602 LCD Display Board with USB from Mikhail
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1126 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mzuther  [Sun, 11 Jul 2010 11:17:41 +0000  (11:17 +0000)] 
X11 driver: possibility to ignore auto-repeated KeyPress events
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1125 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Fri, 25 Jun 2010 03:22:39 +0000  (03:22  +0000)] 
ooops... forgot to add drv_ASTUSB.c
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1124 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Mon, 21 Jun 2010 02:07:13 +0000  (02:07  +0000)] 
driver for Allnet FW8888 from Claas Hilbrecht
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1123 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Mon, 21 Jun 2010 01:49:28 +0000  (01:49  +0000)] 
ASTUSB driver from Henrik Schondorff
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1122 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Wed, 19 May 2010 02:26:47 +0000  (02:26  +0000)] 
Ticket #170 (picolcd graphic build error) fixed by matt
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1121 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Mon, 17 May 2010 07:02:10 +0000  (07:02 +0000)] 
Ticket #184 (LCD::contrast and LCD::backlight segfaulting) fixed
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1120 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mzuther  [Thu, 22 Apr 2010 22:35:19 +0000  (22:35 +0000)] 
drv_picoLCDGraphic.c: changed two annoying info messages to debugging messages
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1119 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mzuther  [Sun, 18 Apr 2010 17:22:41 +0000  (17:22 +0000)] 
drv_picoLCDGraphic.c: alternative use of keypad widgets (instead of GPIO)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1118 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mzuther  [Sun, 18 Apr 2010 11:47:58 +0000  (11:47 +0000)] 
X11 driver: correctly handle key releases
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1117 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
volker  [Fri, 12 Mar 2010 22:17:15 +0000  (22:17 +0000)] 
changed hardcoded pixel resolution to configuration; usb_*_np functions only if available; try to get USB vendor name
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1116 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Tue, 23 Feb 2010 03:27:16 +0000  (03:27  +0000)] 
'Fix the huawei e220 at commands' by Jar
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1115 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mzuther  [Mon, 15 Feb 2010 21:44:43 +0000  (21:44 +0000)] 
drv_picoLCDGraphic.c: minimum USB read timeout is now 1 ms
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1114 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mzuther  [Sun, 14 Feb 2010 12:05:58 +0000  (12:05 +0000)] 
drv_picoLCDGraphic.c: added configuration for USB read timeout
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1113 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Sun, 14 Feb 2010 02:47:49 +0000  (02:47  +0000)] 
indent.sh run
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1112 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
michael  [Sun, 14 Feb 2010 02:46:43 +0000  (02:46  +0000)] 
plugin_huawei-fix-interval-check_V2.patch from Jar
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1111 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mjona  [Fri, 12 Feb 2010 13:18:16 +0000  (13:18 +0000)] 
Improved config behavior.
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1110 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f 
mjona  [Fri, 12 Feb 2010 13:16:27 +0000  (13:16 +0000)] 
Fixed a segmentation fault bug in cfg_get().
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1109 
3ae390bd -cb1e-0410-b409-
cd5a39f66f1f