mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 03:19:41 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
19 lines
456 B
Diff
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;
|
|
|