aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/tslib/tslib/devfs.patch
blob: d7ef0a958998d59d12342b00e002521f193f8ae4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;