Files
poky/openembedded/packages/tslib/tslib/devfs.patch
Richard Purdie 4b46c1f6e8 Initial population
git-svn-id: https://svn.o-hand.com/repos/poky@1 311d38ba-8fff-0310-9ca6-ca027cbcb966
2005-08-31 10:45:47 +00:00

19 lines
456 B
Diff

#
# 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;