Merge remote branch 'origin/acid-burn/networking_changes'
[enigma2.git] / lib / gdi / bcm.cpp
index 10219947a728349856a5678163069446a54e26dd..b215b108385e1c75973064ecdf5d11961f74af37 100644 (file)
@@ -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())