-rw-r--r-- | libopie2/opiecore/device/odevice_zaurus.cpp | 64 |
1 files changed, 33 insertions, 31 deletions
diff --git a/libopie2/opiecore/device/odevice_zaurus.cpp b/libopie2/opiecore/device/odevice_zaurus.cpp index cbc7a24..2128d46 100644 --- a/libopie2/opiecore/device/odevice_zaurus.cpp +++ b/libopie2/opiecore/device/odevice_zaurus.cpp | |||
@@ -1,587 +1,589 @@ | |||
1 | /* | 1 | /* |
2 | � � � � � � � � This file is part of the Opie Project | 2 | This file is part of the Opie Project |
3 | � � � � � � � Copyright (C) The Opie Team <opie-devel@handhelds.org> | 3 | Copyright (C) The Opie Team <opie-devel@handhelds.org> |
4 | =. Copyright (C) 2003-2005 Michael 'Mickey' Lauer <mickey@Vanille.de> | 4 | =. Copyright (C) 2003-2005 Michael 'Mickey' Lauer <mickey@Vanille.de> |
5 | .=l. | 5 | .=l. |
6 | � � � � � �.>+-= | 6 | .>+-= |
7 | �_;:, � � .> � �:=|. This program is free software; you can | 7 | _;:, .> :=|. This program is free software; you can |
8 | .> <`_, � > �. � <= redistribute it and/or modify it under | 8 | .> <`_, > . <= redistribute it and/or modify it under |
9 | :`=1 )Y*s>-.-- � : the terms of the GNU Library General Public | 9 | :`=1 )Y*s>-.-- : the terms of the GNU Library General Public |
10 | .="- .-=="i, � � .._ License as published by the Free Software | 10 | .="- .-=="i, .._ License as published by the Free Software |
11 | �- . � .-<_> � � .<> Foundation; either version 2 of the License, | 11 | - . .-<_> .<> Foundation; either version 2 of the License, |
12 | � � �._= =} � � � : or (at your option) any later version. | 12 | ._= =} : or (at your option) any later version. |
13 | � � .%`+i> � � � _;_. | 13 | .%`+i> _;_. |
14 | � � .i_,=:_. � � �-<s. This program is distributed in the hope that | 14 | .i_,=:_. -<s. This program is distributed in the hope that |
15 | � � �+ �. �-:. � � � = it will be useful, but WITHOUT ANY WARRANTY; | 15 | + . -:. = it will be useful, but WITHOUT ANY WARRANTY; |
16 | � � : .. � �.:, � � . . . without even the implied warranty of | 16 | : .. .:, . . . without even the implied warranty of |
17 | � � =_ � � � �+ � � =;=|` MERCHANTABILITY or FITNESS FOR A | 17 | =_ + =;=|` MERCHANTABILITY or FITNESS FOR A |
18 | � _.=:. � � � : � �:=>`: PARTICULAR PURPOSE. See the GNU | 18 | _.=:. : :=>`: PARTICULAR PURPOSE. See the GNU |
19 | ..}^=.= � � � = � � � ; Library General Public License for more | 19 | ..}^=.= = ; Library General Public License for more |
20 | ++= � -. � � .` � � .: details. | 20 | ++= -. .` .: details. |
21 | �: � � = �...= . :.=- | 21 | : = ...= . :.=- |
22 | �-. � .:....=;==+<; You should have received a copy of the GNU | 22 | -. .:....=;==+<; You should have received a copy of the GNU |
23 | � -_. . . � )=. �= Library General Public License along with | 23 | -_. . . )=. = Library General Public License along with |
24 | � � -- � � � �:-=` this library; see the file COPYING.LIB. | 24 | -- :-=` this library; see the file COPYING.LIB. |
25 | If not, write to the Free Software Foundation, | 25 | If not, write to the Free Software Foundation, |
26 | Inc., 59 Temple Place - Suite 330, | 26 | Inc., 59 Temple Place - Suite 330, |
27 | Boston, MA 02111-1307, USA. | 27 | Boston, MA 02111-1307, USA. |
28 | */ | 28 | */ |
29 | 29 | ||
30 | #include "odevice_zaurus.h" | 30 | #include "odevice_zaurus.h" |
31 | 31 | ||
32 | /* QT */ | 32 | /* QT */ |
33 | #include <qapplication.h> | 33 | #include <qapplication.h> |
34 | #include <qfile.h> | 34 | #include <qfile.h> |
35 | #include <qtextstream.h> | 35 | #include <qtextstream.h> |
36 | #include <qwindowsystem_qws.h> | 36 | #include <qwindowsystem_qws.h> |
37 | 37 | ||
38 | /* OPIE */ | 38 | /* OPIE */ |
39 | #include <qpe/config.h> | 39 | #include <qpe/config.h> |
40 | #include <qpe/resource.h> | 40 | #include <qpe/resource.h> |
41 | #include <qpe/sound.h> | 41 | #include <qpe/sound.h> |
42 | #include <qpe/qcopenvelope_qws.h> | 42 | #include <qpe/qcopenvelope_qws.h> |
43 | 43 | ||
44 | /* STD */ | 44 | /* STD */ |
45 | #include <fcntl.h> | 45 | #include <fcntl.h> |
46 | #include <math.h> | 46 | #include <math.h> |
47 | #include <stdlib.h> | 47 | #include <stdlib.h> |
48 | #include <signal.h> | 48 | #include <signal.h> |
49 | #include <sys/ioctl.h> | 49 | #include <sys/ioctl.h> |
50 | #include <sys/time.h> | 50 | #include <sys/time.h> |
51 | #include <unistd.h> | 51 | #include <unistd.h> |
52 | #ifndef QT_NO_SOUND | 52 | #ifndef QT_NO_SOUND |
53 | #include <linux/soundcard.h> | 53 | #include <linux/soundcard.h> |
54 | #endif | 54 | #endif |
55 | 55 | ||
56 | using namespace Opie::Core; | 56 | using namespace Opie::Core; |
57 | using namespace Opie::Core::Internal; | 57 | using namespace Opie::Core::Internal; |
58 | 58 | ||
59 | struct z_button z_buttons [] = { | 59 | struct z_button z_buttons [] = { |
60 | { Qt::Key_F9, QT_TRANSLATE_NOOP("Button", "Calendar Button"), | 60 | { Qt::Key_F9, QT_TRANSLATE_NOOP("Button", "Calendar Button"), |
61 | "devicebuttons/z_calendar", | 61 | "devicebuttons/z_calendar", |
62 | "datebook", "nextView()", | 62 | "datebook", "nextView()", |
63 | "today", "raise()" }, | 63 | "today", "raise()" }, |
64 | { Qt::Key_F10, QT_TRANSLATE_NOOP("Button", "Contacts Button"), | 64 | { Qt::Key_F10, QT_TRANSLATE_NOOP("Button", "Contacts Button"), |
65 | "devicebuttons/z_contact", | 65 | "devicebuttons/z_contact", |
66 | "addressbook", "raise()", | 66 | "addressbook", "raise()", |
67 | "addressbook", "beamBusinessCard()" }, | 67 | "addressbook", "beamBusinessCard()" }, |
68 | { Qt::Key_F12, QT_TRANSLATE_NOOP("Button", "Home Button"), | 68 | { Qt::Key_F12, QT_TRANSLATE_NOOP("Button", "Home Button"), |
69 | "devicebuttons/z_home", | 69 | "devicebuttons/z_home", |
70 | "QPE/Launcher", "home()", | 70 | "QPE/Launcher", "home()", |
71 | "buttonsettings", "raise()" }, | 71 | "buttonsettings", "raise()" }, |
72 | { Qt::Key_F11, QT_TRANSLATE_NOOP("Button", "Menu Button"), | 72 | { Qt::Key_F11, QT_TRANSLATE_NOOP("Button", "Menu Button"), |
73 | "devicebuttons/z_menu", | 73 | "devicebuttons/z_menu", |
74 | "QPE/TaskBar", "toggleMenu()", | 74 | "QPE/TaskBar", "toggleMenu()", |
75 | "QPE/TaskBar", "toggleStartMenu()" }, | 75 | "QPE/TaskBar", "toggleStartMenu()" }, |
76 | { Qt::Key_F13, QT_TRANSLATE_NOOP("Button", "Mail Button"), | 76 | { Qt::Key_F13, QT_TRANSLATE_NOOP("Button", "Mail Button"), |
77 | "devicebuttons/z_mail", | 77 | "devicebuttons/z_mail", |
78 | "opiemail", "raise()", | 78 | "opiemail", "raise()", |
79 | "opiemail", "newMail()" }, | 79 | "opiemail", "newMail()" }, |
80 | }; | 80 | }; |
81 | 81 | ||
82 | struct z_button z_buttons_c700 [] = { | 82 | struct z_button z_buttons_c700 [] = { |
83 | { Qt::Key_F9, QT_TRANSLATE_NOOP("Button", "Calendar Button"), | 83 | { Qt::Key_F9, QT_TRANSLATE_NOOP("Button", "Calendar Button"), |
84 | "devicebuttons/z_calendar", | 84 | "devicebuttons/z_calendar", |
85 | "datebook", "nextView()", | 85 | "datebook", "nextView()", |
86 | "today", "raise()" }, | 86 | "today", "raise()" }, |
87 | { Qt::Key_F10, QT_TRANSLATE_NOOP("Button", "Contacts Button"), | 87 | { Qt::Key_F10, QT_TRANSLATE_NOOP("Button", "Contacts Button"), |
88 | "devicebuttons/z_contact", | 88 | "devicebuttons/z_contact", |
89 | "addressbook", "raise()", | 89 | "addressbook", "raise()", |
90 | "addressbook", "beamBusinessCard()" }, | 90 | "addressbook", "beamBusinessCard()" }, |
91 | { Qt::Key_F12, QT_TRANSLATE_NOOP("Button", "Home Button"), | 91 | { Qt::Key_F12, QT_TRANSLATE_NOOP("Button", "Home Button"), |
92 | "devicebuttons/z_home", | 92 | "devicebuttons/z_home", |
93 | "QPE/Launcher", "home()", | 93 | "QPE/Launcher", "home()", |
94 | "buttonsettings", "raise()" }, | 94 | "buttonsettings", "raise()" }, |
95 | { Qt::Key_F11, QT_TRANSLATE_NOOP("Button", "Menu Button"), | 95 | { Qt::Key_F11, QT_TRANSLATE_NOOP("Button", "Menu Button"), |
96 | "devicebuttons/z_menu", | 96 | "devicebuttons/z_menu", |
97 | "QPE/TaskBar", "toggleMenu()", | 97 | "QPE/TaskBar", "toggleMenu()", |
98 | "QPE/TaskBar", "toggleStartMenu()" }, | 98 | "QPE/TaskBar", "toggleStartMenu()" }, |
99 | { Qt::Key_F14, QT_TRANSLATE_NOOP("Button", "Display Rotate"), | 99 | { Qt::Key_F14, QT_TRANSLATE_NOOP("Button", "Display Rotate"), |
100 | "devicebuttons/z_hinge", | 100 | "devicebuttons/z_hinge", |
101 | "QPE/Rotation", "rotateDefault()", | 101 | "QPE/Rotation", "rotateDefault()", |
102 | "QPE/Dummy", "doNothing()" }, | 102 | "QPE/Dummy", "doNothing()" }, |
103 | }; | 103 | }; |
104 | 104 | ||
105 | // FIXME This gets unnecessary complicated. We should think about splitting the Zaurus | 105 | // FIXME This gets unnecessary complicated. We should think about splitting the Zaurus |
106 | // class up into individual classes. We need three classes | 106 | // class up into individual classes. We need three classes |
107 | // | 107 | // |
108 | // Zaurus-Collie (SA-model w/ 320x240 lcd, for SL5500 and SL5000) | 108 | // Zaurus-Collie (SA-model w/ 320x240 lcd, for SL5500 and SL5000) |
109 | // Zaurus-Poodle (PXA-model w/ 320x240 lcd, for SL5600) | 109 | // Zaurus-Poodle (PXA-model w/ 320x240 lcd, for SL5600) |
110 | // Zaurus-Corgi (PXA-model w/ 640x480 lcd, for C700, C750, C760, C860, C3000) | 110 | // Zaurus-Corgi (PXA-model w/ 640x480 lcd, for C700, C750, C760, C860, C3000) |
111 | // Zaurus-Tosa (PXA-model w/ 480x640 lcd, for SL6000) | 111 | // Zaurus-Tosa (PXA-model w/ 480x640 lcd, for SL6000) |
112 | // | 112 | // |
113 | // Only question right now is: Do we really need to do it? Because as soon | 113 | // Only question right now is: Do we really need to do it? Because as soon |
114 | // as the OpenZaurus kernel is ready, there will be a unified interface for all | 114 | // as the OpenZaurus kernel is ready, there will be a unified interface for all |
115 | // Zaurus models (concerning apm, backlight, buttons, etc.) | 115 | // Zaurus models (concerning apm, backlight, buttons, etc.) |
116 | // | 116 | // |
117 | // Comments? - mickeyl. | 117 | // Comments? - mickeyl. |
118 | 118 | ||
119 | void Zaurus::init(const QString& cpu_info) | 119 | void Zaurus::init(const QString& cpu_info) |
120 | { | 120 | { |
121 | // generic distribution code already scanned /etc/issue at that point - | 121 | // generic distribution code already scanned /etc/issue at that point - |
122 | // embedix releases contain "Embedix <version> | Linux for Embedded Devices" | 122 | // embedix releases contain "Embedix <version> | Linux for Embedded Devices" |
123 | if ( d->m_sysverstr.contains( "embedix", false ) ) | 123 | if ( d->m_sysverstr.contains( "embedix", false ) ) |
124 | { | 124 | { |
125 | d->m_vendorstr = "Sharp"; | 125 | d->m_vendorstr = "Sharp"; |
126 | d->m_vendor = Vendor_Sharp; | 126 | d->m_vendor = Vendor_Sharp; |
127 | d->m_systemstr = "Zaurus"; | 127 | d->m_systemstr = "Zaurus"; |
128 | d->m_system = System_Zaurus; | 128 | d->m_system = System_Zaurus; |
129 | m_embedix = true; | 129 | m_embedix = true; |
130 | } | 130 | } |
131 | else | 131 | else |
132 | { | 132 | { |
133 | d->m_vendorstr = "OpenZaurus Team"; | 133 | d->m_vendorstr = "OpenZaurus Team"; |
134 | d->m_systemstr = "OpenZaurus"; | 134 | d->m_systemstr = "OpenZaurus"; |
135 | d->m_system = System_OpenZaurus; | 135 | d->m_system = System_OpenZaurus; |
136 | // sysver already gathered | 136 | // sysver already gathered |
137 | 137 | ||
138 | // OpenZaurus sometimes uses the embedix kernel, check if this is one | 138 | // OpenZaurus sometimes uses the embedix kernel, check if this is one |
139 | FILE *uname = popen("uname -r", "r"); | 139 | FILE *uname = popen("uname -r", "r"); |
140 | QFile f; | 140 | QFile f; |
141 | QString line; | 141 | QString line; |
142 | if ( f.open(IO_ReadOnly, uname) ) { | 142 | if ( f.open(IO_ReadOnly, uname) ) { |
143 | QTextStream ts ( &f ); | 143 | QTextStream ts ( &f ); |
144 | line = ts. readLine(); | 144 | line = ts. readLine(); |
145 | int loc = line. find ( "embedix" ); | 145 | int loc = line. find ( "embedix" ); |
146 | if ( loc != -1 ) | 146 | if ( loc != -1 ) |
147 | m_embedix = true; | 147 | m_embedix = true; |
148 | else | 148 | else |
149 | m_embedix = false; | 149 | m_embedix = false; |
150 | f.close(); | 150 | f.close(); |
151 | } | 151 | } |
152 | pclose(uname); | 152 | pclose(uname); |
153 | } | 153 | } |
154 | 154 | ||
155 | // check the Zaurus model | 155 | // check the Zaurus model |
156 | QString model; | 156 | QString model; |
157 | int loc = cpu_info.find( ":" ); | 157 | int loc = cpu_info.find( ":" ); |
158 | if ( loc != -1 ) | 158 | if ( loc != -1 ) |
159 | model = cpu_info.mid( loc+2 ).simplifyWhiteSpace(); | 159 | model = cpu_info.mid( loc+2 ).simplifyWhiteSpace(); |
160 | else | 160 | else |
161 | model = cpu_info; | 161 | model = cpu_info; |
162 | 162 | ||
163 | if ( model == "SHARP Corgi" ) { | 163 | if ( model == "SHARP Corgi" ) { |
164 | d->m_model = Model_Zaurus_SLC7x0; | 164 | d->m_model = Model_Zaurus_SLC7x0; |
165 | d->m_modelstr = "Zaurus SL-C700"; | 165 | d->m_modelstr = "Zaurus SL-C700"; |
166 | } else if ( model == "SHARP Shepherd" ) { | 166 | } else if ( model == "SHARP Shepherd" ) { |
167 | d->m_model = Model_Zaurus_SLC7x0; | 167 | d->m_model = Model_Zaurus_SLC7x0; |
168 | d->m_modelstr = "Zaurus SL-C750"; | 168 | d->m_modelstr = "Zaurus SL-C750"; |
169 | } else if ( model == "SHARP Husky" ) { | 169 | } else if ( model == "SHARP Husky" ) { |
170 | d->m_model = Model_Zaurus_SLC7x0; | 170 | d->m_model = Model_Zaurus_SLC7x0; |
171 | d->m_modelstr = "Zaurus SL-C760 or SL-C860"; | 171 | d->m_modelstr = "Zaurus SL-C760 or SL-C860"; |
172 | } else if ( model == "SHARP Boxer" ) { | 172 | } else if ( model == "SHARP Boxer" ) { |
173 | d->m_model = Model_Zaurus_SLC7x0; | 173 | d->m_model = Model_Zaurus_SLC7x0; |
174 | d->m_modelstr = "Zaurus SL-C760 or SL-C860"; | 174 | d->m_modelstr = "Zaurus SL-C760 or SL-C860"; |
175 | } else if ( model == "SHARP Poodle" ) { | 175 | } else if ( model == "SHARP Poodle" ) { |
176 | d->m_model = Model_Zaurus_SLB600; | 176 | d->m_model = Model_Zaurus_SLB600; |
177 | d->m_modelstr = "Zaurus SL-B500 or SL-5600"; | 177 | d->m_modelstr = "Zaurus SL-B500 or SL-5600"; |
178 | } else if ( model == "Sharp-Collie" || model == "Collie" ) { | 178 | } else if ( model == "Sharp-Collie" || model == "Collie" ) { |
179 | d->m_model = Model_Zaurus_SL5500; | 179 | d->m_model = Model_Zaurus_SL5500; |
180 | d->m_modelstr = "Zaurus SL-5500 or SL-5000d"; | 180 | d->m_modelstr = "Zaurus SL-5500 or SL-5000d"; |
181 | } else if ( model == "SHARP Tosa" ) { | 181 | } else if ( model == "SHARP Tosa" ) { |
182 | d->m_model = Model_Zaurus_SL6000; | 182 | d->m_model = Model_Zaurus_SL6000; |
183 | d->m_modelstr = "Zaurus SL-6000"; | 183 | d->m_modelstr = "Zaurus SL-6000"; |
184 | } else if ( model == "SHARP Spitz" ) { | 184 | } else if ( model == "SHARP Spitz" ) { |
185 | d->m_model = Model_Zaurus_SLC3000; | 185 | d->m_model = Model_Zaurus_SLC3000; |
186 | d->m_modelstr = "Zaurus SL-C3000"; | 186 | d->m_modelstr = "Zaurus SL-C3000"; |
187 | } else { | 187 | } else { |
188 | d->m_model = Model_Zaurus_SL5500; | 188 | d->m_model = Model_Zaurus_SL5500; |
189 | d->m_modelstr = "Unknown Zaurus"; | 189 | d->m_modelstr = "Unknown Zaurus"; |
190 | } | 190 | } |
191 | 191 | ||
192 | // set initial rotation | 192 | // set initial rotation |
193 | switch( d->m_model ) { | 193 | switch( d->m_model ) { |
194 | case Model_Zaurus_SL6000: // fallthrough | 194 | case Model_Zaurus_SL6000: // fallthrough |
195 | case Model_Zaurus_SLA300: | 195 | case Model_Zaurus_SLA300: |
196 | d->m_rotation = Rot0; | 196 | d->m_rotation = Rot0; |
197 | break; | 197 | break; |
198 | case Model_Zaurus_SLC3000: // fallthrough | 198 | case Model_Zaurus_SLC3000: // fallthrough |
199 | case Model_Zaurus_SLC7x0: | 199 | case Model_Zaurus_SLC7x0: |
200 | d->m_rotation = rotation(); | 200 | d->m_rotation = rotation(); |
201 | d->m_direction = direction(); | 201 | d->m_direction = direction(); |
202 | break; | 202 | break; |
203 | case Model_Zaurus_SLB600: // fallthrough | 203 | case Model_Zaurus_SLB600: // fallthrough |
204 | case Model_Zaurus_SL5000: // fallthrough | 204 | case Model_Zaurus_SL5000: // fallthrough |
205 | case Model_Zaurus_SL5500: // fallthrough | 205 | case Model_Zaurus_SL5500: // fallthrough |
206 | default: | 206 | default: |
207 | d->m_rotation = Rot270; | 207 | d->m_rotation = Rot270; |
208 | break; | 208 | break; |
209 | } | 209 | } |
210 | m_leds[0] = Led_Off; | 210 | m_leds[0] = Led_Off; |
211 | 211 | ||
212 | if ( m_embedix ) | 212 | if ( m_embedix ) |
213 | qDebug( "Zaurus::init() - Using the Embedix HAL on a %s", (const char*) d->m_modelstr ); | 213 | qDebug( "Zaurus::init() - Using the Embedix HAL on a %s", (const char*) d->m_modelstr ); |
214 | else | 214 | else |
215 | qDebug( "Zaurus::init() - Using the OpenZaurus HAL on a %s", (const char*) d->m_modelstr ); | 215 | qDebug( "Zaurus::init() - Using the OpenZaurus HAL on a %s", (const char*) d->m_modelstr ); |
216 | } | 216 | } |
217 | 217 | ||
218 | void Zaurus::initButtons() | 218 | void Zaurus::initButtons() |
219 | { | 219 | { |
220 | if ( d->m_buttons ) | 220 | if ( d->m_buttons ) |
221 | return; | 221 | return; |
222 | 222 | ||
223 | d->m_buttons = new QValueList <ODeviceButton>; | 223 | d->m_buttons = new QValueList <ODeviceButton>; |
224 | 224 | ||
225 | struct z_button * pz_buttons; | 225 | struct z_button * pz_buttons; |
226 | int buttoncount; | 226 | int buttoncount; |
227 | switch ( d->m_model ) { | 227 | switch ( d->m_model ) { |
228 | case Model_Zaurus_SLC3000: // fallthrough | 228 | case Model_Zaurus_SLC3000: // fallthrough |
229 | case Model_Zaurus_SLC7x0: | 229 | case Model_Zaurus_SLC7x0: |
230 | pz_buttons = z_buttons_c700; | 230 | pz_buttons = z_buttons_c700; |
231 | buttoncount = ARRAY_SIZE(z_buttons_c700); | 231 | buttoncount = ARRAY_SIZE(z_buttons_c700); |
232 | break; | 232 | break; |
233 | default: | 233 | default: |
234 | pz_buttons = z_buttons; | 234 | pz_buttons = z_buttons; |
235 | buttoncount = ARRAY_SIZE(z_buttons); | 235 | buttoncount = ARRAY_SIZE(z_buttons); |
236 | break; | 236 | break; |
237 | } | 237 | } |
238 | 238 | ||
239 | for ( int i = 0; i < buttoncount; i++ ) { | 239 | for ( int i = 0; i < buttoncount; i++ ) { |
240 | struct z_button *zb = pz_buttons + i; | 240 | struct z_button *zb = pz_buttons + i; |
241 | ODeviceButton b; | 241 | ODeviceButton b; |
242 | 242 | ||
243 | b.setKeycode( zb->code ); | 243 | b.setKeycode( zb->code ); |
244 | b.setUserText( QObject::tr( "Button", zb->utext )); | 244 | b.setUserText( QObject::tr( "Button", zb->utext )); |
245 | b.setPixmap( Resource::loadPixmap( zb->pix )); | 245 | b.setPixmap( Resource::loadPixmap( zb->pix )); |
246 | b.setFactoryPresetPressedAction( OQCopMessage( makeChannel ( zb->fpressedservice ), zb->fpressedaction )); | 246 | b.setFactoryPresetPressedAction( OQCopMessage( makeChannel ( zb->fpressedservice ), zb->fpressedaction )); |
247 | b.setFactoryPresetHeldAction( OQCopMessage( makeChannel ( zb->fheldservice ), zb->fheldaction )); | 247 | b.setFactoryPresetHeldAction( OQCopMessage( makeChannel ( zb->fheldservice ), zb->fheldaction )); |
248 | d->m_buttons->append( b ); | 248 | d->m_buttons->append( b ); |
249 | } | 249 | } |
250 | 250 | ||
251 | reloadButtonMapping(); | 251 | reloadButtonMapping(); |
252 | } | 252 | } |
253 | 253 | ||
254 | 254 | ||
255 | 255 | ||
256 | typedef struct sharp_led_status { | 256 | typedef struct sharp_led_status { |
257 | int which; /* select which LED status is wanted. */ | 257 | int which; /* select which LED status is wanted. */ |
258 | int status; /* set new led status if you call SHARP_LED_SETSTATUS */ | 258 | int status; /* set new led status if you call SHARP_LED_SETSTATUS */ |
259 | } sharp_led_status; | 259 | } sharp_led_status; |
260 | 260 | ||
261 | void Zaurus::buzzer( int sound ) | 261 | void Zaurus::buzzer( int sound ) |
262 | { | 262 | { |
263 | #ifndef QT_NO_SOUND | 263 | #ifndef QT_NO_SOUND |
264 | Sound *snd = 0; | 264 | Sound *snd = 0; |
265 | 265 | ||
266 | // All devices except SL5500 have a DSP device | 266 | // All devices except SL5500 have a DSP device |
267 | if ( d->m_model != Model_Zaurus_SL5000 | 267 | if ( d->m_model != Model_Zaurus_SL5000 |
268 | && d->m_model != Model_Zaurus_SL5500 ) { | 268 | && d->m_model != Model_Zaurus_SL5500 ) { |
269 | 269 | ||
270 | switch ( sound ){ | 270 | switch ( sound ){ |
271 | case SHARP_BUZ_TOUCHSOUND: { | 271 | case SHARP_BUZ_TOUCHSOUND: { |
272 | static Sound touch_sound("touchsound"); | 272 | static Sound touch_sound("touchsound"); |
273 | snd = &touch_sound; | 273 | snd = &touch_sound; |
274 | } | 274 | } |
275 | break; | 275 | break; |
276 | case SHARP_BUZ_KEYSOUND: { | 276 | case SHARP_BUZ_KEYSOUND: { |
277 | static Sound key_sound( "keysound" ); | 277 | static Sound key_sound( "keysound" ); |
278 | snd = &key_sound; | 278 | snd = &key_sound; |
279 | } | 279 | } |
280 | break; | 280 | break; |
281 | case SHARP_BUZ_SCHEDULE_ALARM: | 281 | case SHARP_BUZ_SCHEDULE_ALARM: |
282 | default: { | 282 | default: { |
283 | static Sound alarm_sound("alarm"); | 283 | static Sound alarm_sound("alarm"); |
284 | snd = &alarm_sound; | 284 | snd = &alarm_sound; |
285 | } | 285 | } |
286 | break; | 286 | break; |
287 | } | 287 | } |
288 | } | 288 | } |
289 | 289 | ||
290 | // If a soundname is defined, we expect that this device has | 290 | // If a soundname is defined, we expect that this device has |
291 | // sound capabilities.. Otherwise we expect to have the buzzer | 291 | // sound capabilities.. Otherwise we expect to have the buzzer |
292 | // device.. | 292 | // device.. |
293 | if ( snd && snd->isFinished() ){ | 293 | if ( snd && snd->isFinished() ){ |
294 | changeMixerForAlarm( 0, "/dev/sound/mixer", snd ); | 294 | changeMixerForAlarm( 0, "/dev/sound/mixer", snd ); |
295 | snd->play(); | 295 | snd->play(); |
296 | } else if( !snd ) { | 296 | } else if( !snd ) { |
297 | int fd = ::open ( "/dev/sharp_buz", O_WRONLY|O_NONBLOCK ); | 297 | int fd = ::open ( "/dev/sharp_buz", O_WRONLY|O_NONBLOCK ); |
298 | 298 | ||
299 | if ( fd >= 0 ) { | 299 | if ( fd >= 0 ) { |
300 | ::ioctl ( fd, SHARP_BUZZER_MAKESOUND, sound ); | 300 | ::ioctl ( fd, SHARP_BUZZER_MAKESOUND, sound ); |
301 | ::close ( fd ); | 301 | ::close ( fd ); |
302 | } | 302 | } |
303 | 303 | ||
304 | } | 304 | } |
305 | #endif | 305 | #endif |
306 | } | 306 | } |
307 | 307 | ||
308 | 308 | ||
309 | void Zaurus::playAlarmSound() | 309 | void Zaurus::playAlarmSound() |
310 | { | 310 | { |
311 | buzzer( SHARP_BUZ_SCHEDULE_ALARM ); | 311 | buzzer( SHARP_BUZ_SCHEDULE_ALARM ); |
312 | } | 312 | } |
313 | 313 | ||
314 | void Zaurus::playTouchSound() | 314 | void Zaurus::playTouchSound() |
315 | { | 315 | { |
316 | buzzer( SHARP_BUZ_TOUCHSOUND ); | 316 | buzzer( SHARP_BUZ_TOUCHSOUND ); |
317 | } | 317 | } |
318 | 318 | ||
319 | void Zaurus::playKeySound() | 319 | void Zaurus::playKeySound() |
320 | { | 320 | { |
321 | buzzer( SHARP_BUZ_KEYSOUND ); | 321 | buzzer( SHARP_BUZ_KEYSOUND ); |
322 | } | 322 | } |
323 | 323 | ||
324 | 324 | ||
325 | QValueList <OLed> Zaurus::ledList() const | 325 | QValueList <OLed> Zaurus::ledList() const |
326 | { | 326 | { |
327 | QValueList <OLed> vl; | 327 | QValueList <OLed> vl; |
328 | vl << Led_Mail; | 328 | vl << Led_Mail; |
329 | return vl; | 329 | return vl; |
330 | } | 330 | } |
331 | 331 | ||
332 | QValueList <OLedState> Zaurus::ledStateList( OLed l ) const | 332 | QValueList <OLedState> Zaurus::ledStateList( OLed l ) const |
333 | { | 333 | { |
334 | QValueList <OLedState> vl; | 334 | QValueList <OLedState> vl; |
335 | 335 | ||
336 | if ( l == Led_Mail ) | 336 | if ( l == Led_Mail ) |
337 | vl << Led_Off << Led_On << Led_BlinkSlow; | 337 | vl << Led_Off << Led_On << Led_BlinkSlow; |
338 | return vl; | 338 | return vl; |
339 | } | 339 | } |
340 | 340 | ||
341 | OLedState Zaurus::ledState( OLed which ) const | 341 | OLedState Zaurus::ledState( OLed which ) const |
342 | { | 342 | { |
343 | if ( which == Led_Mail ) | 343 | if ( which == Led_Mail ) |
344 | return m_leds [0]; | 344 | return m_leds [0]; |
345 | else | 345 | else |
346 | return Led_Off; | 346 | return Led_Off; |
347 | } | 347 | } |
348 | 348 | ||
349 | bool Zaurus::setLedState( OLed which, OLedState st ) | 349 | bool Zaurus::setLedState( OLed which, OLedState st ) |
350 | { | 350 | { |
351 | // Currently not supported on non_embedix kernels | 351 | // Currently not supported on non_embedix kernels |
352 | if (!m_embedix) | 352 | if (!m_embedix) |
353 | { | 353 | { |
354 | qDebug( "Zaurus::setLedState: ODevice handling for non-embedix kernels not yet implemented" ); | 354 | qDebug( "Zaurus::setLedState: ODevice handling for non-embedix kernels not yet implemented" ); |
355 | return false; | 355 | return false; |
356 | } | 356 | } |
357 | 357 | ||
358 | static int fd = ::open ( "/dev/sharp_led", O_RDWR|O_NONBLOCK ); | 358 | static int fd = ::open ( "/dev/sharp_led", O_RDWR|O_NONBLOCK ); |
359 | 359 | ||
360 | if ( which == Led_Mail ) { | 360 | if ( which == Led_Mail ) { |
361 | if ( fd >= 0 ) { | 361 | if ( fd >= 0 ) { |
362 | struct sharp_led_status leds; | 362 | struct sharp_led_status leds; |
363 | ::memset ( &leds, 0, sizeof( leds )); | 363 | ::memset ( &leds, 0, sizeof( leds )); |
364 | leds. which = SHARP_LED_MAIL_EXISTS; | 364 | leds. which = SHARP_LED_MAIL_EXISTS; |
365 | bool ok = true; | 365 | bool ok = true; |
366 | 366 | ||
367 | switch ( st ) { | 367 | switch ( st ) { |
368 | case Led_Off : leds. status = LED_MAIL_NO_UNREAD_MAIL; break; | 368 | case Led_Off : leds. status = LED_MAIL_NO_UNREAD_MAIL; break; |
369 | case Led_On : leds. status = LED_MAIL_NEWMAIL_EXISTS; break; | 369 | case Led_On : leds. status = LED_MAIL_NEWMAIL_EXISTS; break; |
370 | case Led_BlinkSlow: leds. status = LED_MAIL_UNREAD_MAIL_EX; break; | 370 | case Led_BlinkSlow: leds. status = LED_MAIL_UNREAD_MAIL_EX; break; |
371 | default : ok = false; | 371 | default : ok = false; |
372 | } | 372 | } |
373 | 373 | ||
374 | if ( ok && ( ::ioctl ( fd, SHARP_LED_SETSTATUS, &leds ) >= 0 )) { | 374 | if ( ok && ( ::ioctl ( fd, SHARP_LED_SETSTATUS, &leds ) >= 0 )) { |
375 | m_leds [0] = st; | 375 | m_leds [0] = st; |
376 | return true; | 376 | return true; |
377 | } | 377 | } |
378 | } | 378 | } |
379 | } | 379 | } |
380 | return false; | 380 | return false; |
381 | } | 381 | } |
382 | 382 | ||
383 | int Zaurus::displayBrightnessResolution() const | 383 | int Zaurus::displayBrightnessResolution() const |
384 | { | 384 | { |
385 | int res = 1; | 385 | int res = 1; |
386 | if (m_embedix) | 386 | if (m_embedix) |
387 | { | 387 | { |
388 | int fd = ::open( SHARP_FL_IOCTL_DEVICE, O_RDWR|O_NONBLOCK ); | 388 | int fd = ::open( SHARP_FL_IOCTL_DEVICE, O_RDWR|O_NONBLOCK ); |
389 | if ( fd ) | 389 | if ( fd ) |
390 | { | 390 | { |
391 | int value = ::ioctl( fd, SHARP_FL_IOCTL_GET_STEP, 0 ); | 391 | int value = ::ioctl( fd, SHARP_FL_IOCTL_GET_STEP, 0 ); |
392 | ::close( fd ); | 392 | ::close( fd ); |
393 | return value ? value : res; | 393 | return value ? value : res; |
394 | } | 394 | } |
395 | } | 395 | } |
396 | else | 396 | else |
397 | { | 397 | { |
398 | int fd = ::open( "/sys/class/backlight/corgi-bl/max_brightness", O_RDONLY|O_NONBLOCK ); | 398 | int fd = ::open( "/sys/class/backlight/corgi-bl/max_brightness", O_RDONLY|O_NONBLOCK ); |
399 | if ( fd ) | 399 | if ( fd ) |
400 | { | 400 | { |
401 | char buf[100]; | 401 | char buf[100]; |
402 | if ( ::read( fd, &buf[0], sizeof buf ) ) ::sscanf( &buf[0], "%d", &res ); | 402 | if ( ::read( fd, &buf[0], sizeof buf ) ) ::sscanf( &buf[0], "%d", &res ); |
403 | ::close( fd ); | 403 | ::close( fd ); |
404 | } | 404 | } |
405 | } | 405 | } |
406 | return res; | 406 | return res; |
407 | } | 407 | } |
408 | 408 | ||
409 | bool Zaurus::setDisplayBrightness( int bright ) | 409 | bool Zaurus::setDisplayBrightness( int bright ) |
410 | { | 410 | { |
411 | //qDebug( "Zaurus::setDisplayBrightness( %d )", bright ); | 411 | //qDebug( "Zaurus::setDisplayBrightness( %d )", bright ); |
412 | bool res = false; | 412 | bool res = false; |
413 | 413 | ||
414 | if ( bright > 255 ) bright = 255; | 414 | if ( bright > 255 ) bright = 255; |
415 | if ( bright < 0 ) bright = 0; | 415 | if ( bright < 0 ) bright = 0; |
416 | 416 | ||
417 | int numberOfSteps = displayBrightnessResolution(); | 417 | int numberOfSteps = displayBrightnessResolution(); |
418 | int val = ( bright == 1 ) ? 1 : ( bright * numberOfSteps ) / 255; | 418 | int val = ( bright == 1 ) ? 1 : ( bright * numberOfSteps ) / 255; |
419 | 419 | ||
420 | if ( m_embedix ) | 420 | if ( m_embedix ) |
421 | { | 421 | { |
422 | int fd = ::open( SHARP_FL_IOCTL_DEVICE, O_WRONLY|O_NONBLOCK ); | 422 | int fd = ::open( SHARP_FL_IOCTL_DEVICE, O_WRONLY|O_NONBLOCK ); |
423 | if ( fd ) | 423 | if ( fd ) |
424 | { | 424 | { |
425 | res = ( ::ioctl( fd, SHARP_FL_IOCTL_STEP_CONTRAST, val ) == 0 ); | 425 | res = ( ::ioctl( fd, SHARP_FL_IOCTL_STEP_CONTRAST, val ) == 0 ); |
426 | ::close( fd ); | 426 | ::close( fd ); |
427 | } | 427 | } |
428 | } | 428 | } |
429 | else | 429 | else |
430 | { | 430 | { |
431 | int fd = ::open( "/sys/class/backlight/corgi-bl/brightness", O_WRONLY|O_NONBLOCK ); | 431 | int fd = ::open( "/sys/class/backlight/corgi-bl/brightness", O_WRONLY|O_NONBLOCK ); |
432 | if ( fd ) | 432 | if ( fd ) |
433 | { | 433 | { |
434 | char buf[100]; | 434 | char buf[100]; |
435 | int len = ::snprintf( &buf[0], sizeof buf, "%d", val ); | 435 | int len = ::snprintf( &buf[0], sizeof buf, "%d", val ); |
436 | res = ( ::write( fd, &buf[0], len ) == 0 ); | 436 | res = ( ::write( fd, &buf[0], len ) == 0 ); |
437 | ::close( fd ); | 437 | ::close( fd ); |
438 | } | 438 | } |
439 | } | 439 | } |
440 | return res; | 440 | return res; |
441 | } | 441 | } |
442 | 442 | ||
443 | bool Zaurus::setDisplayStatus( bool on ) | 443 | bool Zaurus::setDisplayStatus( bool on ) |
444 | { | 444 | { |
445 | bool res = false; | 445 | bool res = false; |
446 | if ( m_embedix ) | 446 | if ( m_embedix ) |
447 | { | 447 | { |
448 | int fd = ::open( SHARP_FL_IOCTL_DEVICE, O_WRONLY|O_NONBLOCK ); | 448 | int fd = ::open( SHARP_FL_IOCTL_DEVICE, O_WRONLY|O_NONBLOCK ); |
449 | if ( fd ) | 449 | if ( fd ) |
450 | { | 450 | { |
451 | int ioctlnum = on ? SHARP_FL_IOCTL_ON : SHARP_FL_IOCTL_OFF; | 451 | int ioctlnum = on ? SHARP_FL_IOCTL_ON : SHARP_FL_IOCTL_OFF; |
452 | res = ( ::ioctl ( fd, ioctlnum, 0 ) == 0 ); | 452 | res = ( ::ioctl ( fd, ioctlnum, 0 ) == 0 ); |
453 | ::close ( fd ); | 453 | ::close ( fd ); |
454 | } | 454 | } |
455 | } | 455 | } |
456 | else | 456 | else |
457 | { | 457 | { |
458 | int fd = ::open( "/sys/class/backlight/corgi-bl/power", O_WRONLY|O_NONBLOCK ); | 458 | int fd = ::open( "/sys/class/backlight/corgi-bl/power", O_WRONLY|O_NONBLOCK ); |
459 | if ( fd ) | 459 | if ( fd ) |
460 | { | 460 | { |
461 | char buf[10]; | 461 | char buf[10]; |
462 | buf[0] = on ? '1' : '0'; | 462 | buf[0] = on ? '1' : '0'; |
463 | buf[1] = '\0'; | 463 | buf[1] = '\0'; |
464 | res = ( ::write( fd, &buf[0], 2 ) == 0 ); | 464 | res = ( ::write( fd, &buf[0], 2 ) == 0 ); |
465 | ::close( fd ); | 465 | ::close( fd ); |
466 | } | 466 | } |
467 | } | 467 | } |
468 | return res; | 468 | return res; |
469 | } | 469 | } |
470 | 470 | ||
471 | bool Zaurus::suspend() | 471 | bool Zaurus::suspend() |
472 | { | 472 | { |
473 | qDebug("ODevice::suspend"); | 473 | qDebug("ODevice::suspend"); |
474 | if ( !isQWS( ) ) // only qwsserver is allowed to suspend | 474 | if ( !isQWS( ) ) // only qwsserver is allowed to suspend |
475 | return false; | 475 | return false; |
476 | 476 | ||
477 | if ( d->m_model == Model_Unknown ) // better don't suspend in qvfb / on unkown devices | 477 | if ( d->m_model == Model_Unknown ) // better don't suspend in qvfb / on unkown devices |
478 | return false; | 478 | return false; |
479 | 479 | ||
480 | bool res = false; | 480 | bool res = false; |
481 | ODevice::sendSuspendmsg(); | 481 | ODevice::sendSuspendmsg(); |
482 | 482 | ||
483 | struct timeval tvs, tvn; | 483 | struct timeval tvs, tvn; |
484 | ::gettimeofday ( &tvs, 0 ); | 484 | ::gettimeofday ( &tvs, 0 ); |
485 | 485 | ||
486 | ::sync(); // flush fs caches | 486 | ::sync(); // flush fs caches |
487 | res = ( ::system ( "apm --suspend" ) == 0 ); | 487 | res = ( ::system ( "apm --suspend" ) == 0 ); |
488 | 488 | ||
489 | // This is needed because the apm implementation is asynchronous and we | 489 | // This is needed because the apm implementation is asynchronous and we |
490 | // can not be sure when exactly the device is really suspended | 490 | // can not be sure when exactly the device is really suspended |
491 | if ( res ) { | 491 | if ( res ) { |
492 | do { // Yes, wait 15 seconds. This APM sucks big time. | 492 | do { // Yes, wait 15 seconds. This APM sucks big time. |
493 | ::usleep ( 200 * 1000 ); | 493 | ::usleep ( 200 * 1000 ); |
494 | ::gettimeofday ( &tvn, 0 ); | 494 | ::gettimeofday ( &tvn, 0 ); |
495 | } while ((( tvn. tv_sec - tvs. tv_sec ) * 1000 + ( tvn. tv_usec - tvs. tv_usec ) / 1000 ) < 15000 ); | 495 | } while ((( tvn. tv_sec - tvs. tv_sec ) * 1000 + ( tvn. tv_usec - tvs. tv_usec ) / 1000 ) < 15000 ); |
496 | } | 496 | } |
497 | 497 | ||
498 | QCopEnvelope ( "QPE/Rotation", "rotateDefault()" ); | 498 | QCopEnvelope ( "QPE/Rotation", "rotateDefault()" ); |
499 | return res; | 499 | return res; |
500 | } | 500 | } |
501 | 501 | ||
502 | 502 | ||
503 | Transformation Zaurus::rotation() const | 503 | Transformation Zaurus::rotation() const |
504 | { | 504 | { |
505 | Transformation rot; | 505 | Transformation rot; |
506 | 506 | ||
507 | switch ( d->m_model ) { | 507 | switch ( d->m_model ) { |
508 | case Model_Zaurus_SLC3000: // fallthrough | 508 | case Model_Zaurus_SLC3000: // fallthrough |
509 | case Model_Zaurus_SLC7x0: | 509 | case Model_Zaurus_SLC7x0: { |
510 | OHingeStatus hs = readHingeSensor(); | 510 | OHingeStatus hs = readHingeSensor(); |
511 | if ( hs == CASE_PORTRAIT ) rot = Rot0; | 511 | if ( hs == CASE_PORTRAIT ) rot = Rot0; |
512 | else if ( hs == CASE_UNKNOWN ) rot = Rot0; | 512 | else if ( hs == CASE_UNKNOWN ) rot = Rot0; |
513 | else rot = Rot270; | 513 | else rot = Rot270; |
514 | } | ||
514 | break; | 515 | break; |
515 | case Model_Zaurus_SL6000: | 516 | case Model_Zaurus_SL6000: |
516 | case Model_Zaurus_SLB600: | 517 | case Model_Zaurus_SLB600: |
517 | case Model_Zaurus_SLA300: | 518 | case Model_Zaurus_SLA300: |
518 | case Model_Zaurus_SL5500: | 519 | case Model_Zaurus_SL5500: |
519 | case Model_Zaurus_SL5000: | 520 | case Model_Zaurus_SL5000: |
520 | default: | 521 | default: |
521 | rot = d->m_rotation; | 522 | rot = d->m_rotation; |
522 | break; | 523 | break; |
523 | } | 524 | } |
524 | 525 | ||
525 | return rot; | 526 | return rot; |
526 | } | 527 | } |
527 | ODirection Zaurus::direction() const | 528 | ODirection Zaurus::direction() const |
528 | { | 529 | { |
529 | ODirection dir; | 530 | ODirection dir; |
530 | 531 | ||
531 | switch ( d->m_model ) { | 532 | switch ( d->m_model ) { |
532 | case Model_Zaurus_SLC3000: // fallthrough | 533 | case Model_Zaurus_SLC3000: // fallthrough |
533 | case Model_Zaurus_SLC7x0: | 534 | case Model_Zaurus_SLC7x0: { |
534 | OHingeStatus hs = readHingeSensor(); | 535 | OHingeStatus hs = readHingeSensor(); |
535 | if ( hs == CASE_PORTRAIT ) dir = CCW; | 536 | if ( hs == CASE_PORTRAIT ) dir = CCW; |
536 | else if ( hs == CASE_UNKNOWN ) dir = CCW; | 537 | else if ( hs == CASE_UNKNOWN ) dir = CCW; |
537 | else dir = CW; | 538 | else dir = CW; |
539 | } | ||
538 | break; | 540 | break; |
539 | case Model_Zaurus_SL6000: | 541 | case Model_Zaurus_SL6000: |
540 | case Model_Zaurus_SLA300: | 542 | case Model_Zaurus_SLA300: |
541 | case Model_Zaurus_SLB600: | 543 | case Model_Zaurus_SLB600: |
542 | case Model_Zaurus_SL5500: | 544 | case Model_Zaurus_SL5500: |
543 | case Model_Zaurus_SL5000: | 545 | case Model_Zaurus_SL5000: |
544 | default: dir = d->m_direction; | 546 | default: dir = d->m_direction; |
545 | break; | 547 | break; |
546 | } | 548 | } |
547 | return dir; | 549 | return dir; |
548 | 550 | ||
549 | } | 551 | } |
550 | 552 | ||
551 | bool Zaurus::hasHingeSensor() const | 553 | bool Zaurus::hasHingeSensor() const |
552 | { | 554 | { |
553 | return d->m_model == Model_Zaurus_SLC7x0 || d->m_model == Model_Zaurus_SLC3000; | 555 | return d->m_model == Model_Zaurus_SLC7x0 || d->m_model == Model_Zaurus_SLC3000; |
554 | } | 556 | } |
555 | 557 | ||
556 | OHingeStatus Zaurus::readHingeSensor() const | 558 | OHingeStatus Zaurus::readHingeSensor() const |
557 | { | 559 | { |
558 | if (m_embedix) | 560 | if (m_embedix) |
559 | { | 561 | { |
560 | int handle = ::open("/dev/apm_bios", O_RDWR|O_NONBLOCK); | 562 | int handle = ::open("/dev/apm_bios", O_RDWR|O_NONBLOCK); |
561 | if (handle == -1) | 563 | if (handle == -1) |
562 | { | 564 | { |
563 | qWarning("Zaurus::readHingeSensor() - failed (%s)", "unknown reason" ); //FIXME: use strerror | 565 | qWarning("Zaurus::readHingeSensor() - failed (%s)", "unknown reason" ); //FIXME: use strerror |
564 | return CASE_UNKNOWN; | 566 | return CASE_UNKNOWN; |
565 | } | 567 | } |
566 | else | 568 | else |
567 | { | 569 | { |
568 | int retval = ::ioctl(handle, SHARP_IOCTL_GET_ROTATION); | 570 | int retval = ::ioctl(handle, SHARP_IOCTL_GET_ROTATION); |
569 | ::close (handle); | 571 | ::close (handle); |
570 | if ( retval == CASE_CLOSED || retval == CASE_PORTRAIT || retval == CASE_LANDSCAPE ) | 572 | if ( retval == CASE_CLOSED || retval == CASE_PORTRAIT || retval == CASE_LANDSCAPE ) |
571 | { | 573 | { |
572 | qDebug( "Zaurus::readHingeSensor() - result = %d", retval ); | 574 | qDebug( "Zaurus::readHingeSensor() - result = %d", retval ); |
573 | return static_cast<OHingeStatus>( retval ); | 575 | return static_cast<OHingeStatus>( retval ); |
574 | } | 576 | } |
575 | else | 577 | else |
576 | { | 578 | { |
577 | qWarning("Zaurus::readHingeSensor() - couldn't compute hinge status!" ); | 579 | qWarning("Zaurus::readHingeSensor() - couldn't compute hinge status!" ); |
578 | return CASE_UNKNOWN; | 580 | return CASE_UNKNOWN; |
579 | } | 581 | } |
580 | } | 582 | } |
581 | } | 583 | } |
582 | else | 584 | else |
583 | { | 585 | { |
584 | qDebug( "Zaurus::readHingeSensor: ODevice handling for non-embedix kernels not yet implemented" ); | 586 | qDebug( "Zaurus::readHingeSensor: ODevice handling for non-embedix kernels not yet implemented" ); |
585 | return CASE_UNKNOWN; | 587 | return CASE_UNKNOWN; |
586 | } | 588 | } |
587 | } | 589 | } |