diff options
author | Holger Schurig <schurig@mn-solutions.de> | 2004-09-22 05:59:22 +0000 |
---|---|---|
committer | Holger Schurig <schurig@mn-solutions.de> | 2004-09-22 05:59:22 +0000 |
commit | 2b23dc187d381e5b763ba2b719e1f454d82ea981 (patch) | |
tree | fc619e6abe544589769e4821b5443dda32ddcb22 | |
parent | c44825cd4dc8172243d35c36aec04149bdc2ecfd (diff) |
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
-rw-r--r-- | tslib/tslib/devfs.patch | 18 | ||||
-rw-r--r-- | tslib/tslib/ramses/ts.conf | 5 |
2 files changed, 23 insertions, 0 deletions
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 |