Revert "fix wrong position of rc-key on help" (9135f38a2f112ee139d494b41d47284ce8133d5d)
[vuplus_dvbapp] / lib / gdi / bcm.cpp
index 1021994..b215b10 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())