mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
framebuffer_ng: use new-style fb device
devfs is gone since kernel 2.6.18, so everybody should have at least a
compat symlink today.
Origin commit data
------------------
Commit: 4599172b0e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-11-07 (Thu, 07 Nov 2013)
This commit is contained in:
@@ -174,7 +174,7 @@ class CFrameBuffer
|
||||
void setupGXA(void);
|
||||
#endif
|
||||
|
||||
void init(const char * const fbDevice = "/dev/fb/0");
|
||||
void init(const char * const fbDevice = "/dev/fb0");
|
||||
int setMode(unsigned int xRes, unsigned int yRes, unsigned int bpp);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user