mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
src/driver/fb_generic.h: use unified define for fb device name
This commit is contained in:
@@ -77,10 +77,10 @@ static int exec_list(void)
|
||||
CFbAccelARM::CFbAccelARM()
|
||||
{
|
||||
fb_name = "armbox framebuffer";
|
||||
fb_fd = open("/dev/fb0", O_RDWR);
|
||||
fb_fd = open(FB_DEVICE, O_RDWR);
|
||||
if (fb_fd < 0)
|
||||
{
|
||||
printf(LOGTAG "[bcm] /dev/fb0 %m");
|
||||
printf(LOGTAG "[bcm] %s %m", FB_DEVICE);
|
||||
}
|
||||
if (exec_list())
|
||||
{
|
||||
|
Reference in New Issue
Block a user