diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2011-03-03 16:09:07 +0100 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2011-03-03 16:09:07 +0100 |
| commit | d0380b44396cbcd497f42eb0047b58b309596007 (patch) | |
| tree | 151ef6eac784a3fb26b1090daa93cd84d330917c /lib/gdi/bcm.cpp | |
| parent | 4a3df90cd255278dc238f6bf15040f02e0fec8f3 (diff) | |
| parent | ebc557a0311087e573d497fb454e3a94d24cdbe0 (diff) | |
| download | enigma2-d0380b44396cbcd497f42eb0047b58b309596007.tar.gz enigma2-d0380b44396cbcd497f42eb0047b58b309596007.zip | |
Merge branch 'obi/master'
Diffstat (limited to 'lib/gdi/bcm.cpp')
| -rw-r--r-- | lib/gdi/bcm.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gdi/bcm.cpp b/lib/gdi/bcm.cpp index 12b5f22a..ccf16f41 100644 --- a/lib/gdi/bcm.cpp +++ b/lib/gdi/bcm.cpp @@ -23,10 +23,10 @@ static int exec_list(void); int bcm_accel_init(void) { - fb_fd = open("/dev/fb/0", O_RDWR); + fb_fd = open("/dev/fb0", O_RDWR); if (fb_fd < 0) { - perror("/dev/fb/0"); + perror("/dev/fb0"); return 1; } if (exec_list()) |
