diff options
-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 |