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:
Stefan Seyfried
2013-11-07 08:34:58 +01:00
parent 446ce560d1
commit 13ee98685a

View File

@@ -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);