-rw-r--r-- | libopie/odevice.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libopie/odevice.cpp b/libopie/odevice.cpp index 9871e80..3bc1e0c 100644 --- a/libopie/odevice.cpp +++ b/libopie/odevice.cpp @@ -551,2 +551,9 @@ void ODeviceZaurus::init ( ) f. close ( ); + + f. setName ( "/etc/oz_version" ); + if ( f. open ( IO_ReadOnly )) { + QTextStream ts ( &f ); + d-> m_sysverstr = ts. readLine ( ). mid ( 10 ); + f. close ( ); + } } @@ -557,2 +564,3 @@ void ODeviceZaurus::init ( ) + d-> m_leds [0] = OLED_Off; |