mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
src/driver/fb_generic.h: use unified define for fb device name
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7c555a7d3a
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-07-29 (Sun, 29 Jul 2018)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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