X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fdriver%2Frcconsole.cpp;h=77f432273551f7e7c7ecd68dce6f999615da519e;hb=e9f6e4e8facac1243a8bbc93c704e4f2d1a28cc7;hp=97a6e7c7c22354fcc9c0ac308541b0954caf67bc;hpb=ab7b9a84ff8be233c79088a4f3ac3583f5e79dca;p=vuplus_dvbapp diff --git a/lib/driver/rcconsole.cpp b/lib/driver/rcconsole.cpp index 97a6e7c..77f4322 100644 --- a/lib/driver/rcconsole.cpp +++ b/lib/driver/rcconsole.cpp @@ -103,7 +103,7 @@ class eRCConsoleInit eRCConsoleDriver driver; eRCConsole device; public: - eRCConsoleInit(): driver("/dev/vc/0"), device(&driver) + eRCConsoleInit(): driver("/dev/tty0"), device(&driver) { } };