backends: A few fixes for linux fb.
commit92cadf14e3dddf0bc97848999152f3ae2e8d53a5
authorCyril Hrubis <metan@ucw.cz>
Sat, 12 May 2012 19:17:02 +0000 (12 21:17 +0200)
committerCyril Hrubis <metan@ucw.cz>
Sat, 12 May 2012 19:26:17 +0000 (12 21:26 +0200)
treea8cce6326d6872e3a2d751df87aaa54a208abdc9
parente6ffc65a598d5e457fab45f6f968642e3036be08
backends: A few fixes for linux fb.

* Back at tty1 (tty0 has root root permissions while tty1 is root tty)

* Added O_NONBLOCK for console open() (so that poll wouldn't block)

* Added more debug messages
libs/backends/GP_LinuxFB.c