From 2b23dc187d381e5b763ba2b719e1f454d82ea981 Mon Sep 17 00:00:00 2001 From: Holger Schurig Date: Wed, 22 Sep 2004 05:59:22 +0000 Subject: Merge http://openembedded@openembedded.bkbits.net/packages into mnz66.mn-logistik.de:/usr/src/ramses/oe/packages 2004/09/22 07:59:09+02:00 mn-logistik.de!schurig more DEVFS and MNCI "Ramses" related patches BKrev: 415114baAXU3YLur-mM4yOFBoFeMQA --- tslib/tslib/devfs.patch | 18 ++++++++++++++++++ tslib/tslib/ramses/ts.conf | 5 +++++ 2 files changed, 23 insertions(+) diff --git a/tslib/tslib/devfs.patch b/tslib/tslib/devfs.patch index e69de29bb2..d7ef0a9589 100644 --- a/tslib/tslib/devfs.patch +++ b/tslib/tslib/devfs.patch @@ -0,0 +1,18 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- tslib/tests/fbutils.c~devfs.patch ++++ tslib/tests/fbutils.c +@@ -44,8 +44,8 @@ + static unsigned colormap [256]; + int xres, yres; + +-static char *defaultfbdevice = "/dev/fb0"; +-static char *defaultconsoledevice = "/dev/tty"; ++static char *defaultfbdevice = "/dev/fb/0"; ++static char *defaultconsoledevice = "/dev/vc/"; + static char *fbdevice = NULL; + static char *consoledevice = NULL; + diff --git a/tslib/tslib/ramses/ts.conf b/tslib/tslib/ramses/ts.conf index e69de29bb2..adff17717b 100644 --- a/tslib/tslib/ramses/ts.conf +++ b/tslib/tslib/ramses/ts.conf @@ -0,0 +1,5 @@ +module_raw input +module pthres pmin=600 +module variance delta=30 +module dejitter delta=100 +module linear -- cgit v1.2.3