-rw-r--r-- | libopie/odevice.cpp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/libopie/odevice.cpp b/libopie/odevice.cpp index 013f804..21070bf 100644 --- a/libopie/odevice.cpp +++ b/libopie/odevice.cpp | |||
@@ -1104,3 +1104,3 @@ bool Yopy::suspend() | |||
1104 | 1104 | ||
1105 | bool Yopy::setDisplayBrightness(int bright) | 1105 | bool Yopy::setDisplayBrightness(int /*bright*/) |
1106 | { | 1106 | { |
@@ -1670,3 +1670,2 @@ void Zaurus::init ( ) | |||
1670 | 1670 | ||
1671 | bool flipstate = false; | ||
1672 | switch ( d-> m_model ) { | 1671 | switch ( d-> m_model ) { |
@@ -2369,3 +2368,3 @@ bool SIMpad::setLedState ( OLed l, OLedState st ) | |||
2369 | 2368 | ||
2370 | bool SIMpad::filter ( int /*unicode*/, int keycode, int modifiers, bool isPress, bool autoRepeat ) | 2369 | bool SIMpad::filter ( int /*unicode*/, int /*keycode*/, int /*modifiers*/, bool /*isPress*/, bool /*autoRepeat*/ ) |
2371 | { | 2370 | { |
@@ -2430,3 +2429,3 @@ bool SIMpad::suspend ( ) // Must override because SIMpad does NOT have apm | |||
2430 | 2429 | ||
2431 | struct timeval tvs, tvn; | 2430 | struct timeval tvs; |
2432 | ::gettimeofday ( &tvs, 0 ); | 2431 | ::gettimeofday ( &tvs, 0 ); |
@@ -2452,3 +2451,2 @@ bool SIMpad::setDisplayStatus ( bool on ) | |||
2452 | bool res = false; | 2451 | bool res = false; |
2453 | int fd; | ||
2454 | 2452 | ||
@@ -2783,2 +2781,3 @@ int Jornada::displayBrightnessResolution ( ) const | |||
2783 | { | 2781 | { |
2782 | return 255; | ||
2784 | } | 2783 | } |