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.
This commit is contained in:
Stefan Seyfried
2013-11-07 08:34:58 +01:00
parent 756080ba19
commit 4599172b0e

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