summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--libopie/odevice.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/libopie/odevice.cpp b/libopie/odevice.cpp
index 921a94e..103104f 100644
--- a/libopie/odevice.cpp
+++ b/libopie/odevice.cpp
@@ -301,3 +301,3 @@ ODevice *ODevice::inst ( )
dev = new Zaurus ( );
- else if ( QFile::exists ( "/proc/ucb1x00" ) && QFile::exists ( "/proc/CS3" ))
+ else if ( QFile::exists ( "/proc/ucb1x00" ) && QFile::exists ( "/proc/cs3" ))
dev = new SIMpad ( );
@@ -1577,3 +1577,3 @@ void SIMpad::initButtons ( )
// SIMpad boardcontrol register CS3
-#define SIMPAD_BOARDCONTROL "/proc/CS3"
+#define SIMPAD_BOARDCONTROL "/proc/cs3"
#define SIMPAD_VCC_5V_EN 0x0001 // For 5V PCMCIA
@@ -1652,5 +1652,5 @@ bool SIMpad::setLedState ( OLed l, OLedState st )
/*TODO Implement this like that:
- read from CS3
+ read from cs3
&& with SIMPAD_LED2_ON
- write to CS3 */
+ write to cs3 */
m_leds [0] = st;