summaryrefslogtreecommitdiff
path: root/libopie
authorharlekin <harlekin>2003-04-10 21:19:45 (UTC)
committer harlekin <harlekin>2003-04-10 21:19:45 (UTC)
commitb44d3aff66e7f520f6e0c08cb201cfe00994dbc5 (patch) (unidiff)
tree3356fc83d1feb2e577fc26d58f2fd9804523fa40 /libopie
parent6f7b120de8f4b883e709386882f3fe8ed925d0da (diff)
downloadopie-b44d3aff66e7f520f6e0c08cb201cfe00994dbc5.zip
opie-b44d3aff66e7f520f6e0c08cb201cfe00994dbc5.tar.gz
opie-b44d3aff66e7f520f6e0c08cb201cfe00994dbc5.tar.bz2
openembedded/ipaq name
Diffstat (limited to 'libopie') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/odevice.cpp232
1 files changed, 124 insertions, 108 deletions
diff --git a/libopie/odevice.cpp b/libopie/odevice.cpp
index cea4f35..9b2a954 100644
--- a/libopie/odevice.cpp
+++ b/libopie/odevice.cpp
@@ -58,5 +58,5 @@ public:
58 QString m_vendorstr; 58 QString m_vendorstr;
59 OVendor m_vendor; 59 OVendor m_vendor;
60 60
61 QString m_modelstr; 61 QString m_modelstr;
62 OModel m_model; 62 OModel m_model;
@@ -64,9 +64,9 @@ public:
64 QString m_systemstr; 64 QString m_systemstr;
65 OSystem m_system; 65 OSystem m_system;
66 66
67 QString m_sysverstr; 67 QString m_sysverstr;
68 68
69 Transformation m_rotation; 69 Transformation m_rotation;
70 70
71 QValueList <ODeviceButton> *m_buttons; 71 QValueList <ODeviceButton> *m_buttons;
72 uint m_holdtime; 72 uint m_holdtime;
@@ -75,8 +75,8 @@ public:
75 75
76class iPAQ : public ODevice, public QWSServer::KeyboardFilter { 76class iPAQ : public ODevice, public QWSServer::KeyboardFilter {
77protected: 77protected:
78 virtual void init ( ); 78 virtual void init ( );
79 virtual void initButtons ( ); 79 virtual void initButtons ( );
80 80
81public: 81public:
82 virtual bool setSoftSuspend ( bool soft ); 82 virtual bool setSoftSuspend ( bool soft );
@@ -86,5 +86,5 @@ public:
86 86
87 virtual void alarmSound ( ); 87 virtual void alarmSound ( );
88 88
89 virtual QValueList <OLed> ledList ( ) const; 89 virtual QValueList <OLed> ledList ( ) const;
90 virtual QValueList <OLedState> ledStateList ( OLed led ) const; 90 virtual QValueList <OLedState> ledStateList ( OLed led ) const;
@@ -95,11 +95,11 @@ public:
95 virtual int readLightSensor ( ); 95 virtual int readLightSensor ( );
96 virtual int lightSensorResolution ( ) const; 96 virtual int lightSensorResolution ( ) const;
97 97
98protected: 98protected:
99 virtual bool filter ( int unicode, int keycode, int modifiers, bool isPress, bool autoRepeat ); 99 virtual bool filter ( int unicode, int keycode, int modifiers, bool isPress, bool autoRepeat );
100 virtual void timerEvent ( QTimerEvent *te ); 100 virtual void timerEvent ( QTimerEvent *te );
101 101
102 int m_power_timer; 102 int m_power_timer;
103 103
104 OLedState m_leds [2]; 104 OLedState m_leds [2];
105}; 105};
@@ -110,5 +110,5 @@ protected:
110 virtual void initButtons ( ); 110 virtual void initButtons ( );
111 111
112 public: 112public:
113 virtual bool setSoftSuspend ( bool soft ); 113 virtual bool setSoftSuspend ( bool soft );
114 114
@@ -118,5 +118,5 @@ public:
118 virtual void alarmSound ( ); 118 virtual void alarmSound ( );
119 virtual void keySound ( ); 119 virtual void keySound ( );
120 virtual void touchSound ( ); 120 virtual void touchSound ( );
121 121
122 virtual QValueList <OLed> ledList ( ) const; 122 virtual QValueList <OLed> ledList ( ) const;
@@ -124,8 +124,8 @@ public:
124 virtual OLedState ledState ( OLed led ) const; 124 virtual OLedState ledState ( OLed led ) const;
125 virtual bool setLedState ( OLed led, OLedState st ); 125 virtual bool setLedState ( OLed led, OLedState st );
126 126
127protected: 127protected:
128 virtual void buzzer ( int snd ); 128 virtual void buzzer ( int snd );
129 129
130 OLedState m_leds [1]; 130 OLedState m_leds [1];
131}; 131};
@@ -142,32 +142,32 @@ struct i_button {
142 char *fheldaction; 142 char *fheldaction;
143} ipaq_buttons [] = { 143} ipaq_buttons [] = {
144 { Model_iPAQ_H31xx | Model_iPAQ_H36xx | Model_iPAQ_H37xx | Model_iPAQ_H38xx | Model_iPAQ_H39xx, 144 { Model_iPAQ_H31xx | Model_iPAQ_H36xx | Model_iPAQ_H37xx | Model_iPAQ_H38xx | Model_iPAQ_H39xx,
145 Qt::Key_F9, QT_TRANSLATE_NOOP("Button", "Calendar Button"), 145 Qt::Key_F9, QT_TRANSLATE_NOOP("Button", "Calendar Button"),
146 "devicebuttons/ipaq_calendar", 146 "devicebuttons/ipaq_calendar",
147 "datebook", "nextView()", 147 "datebook", "nextView()",
148 "today", "raise()" }, 148 "today", "raise()" },
149 { Model_iPAQ_H31xx | Model_iPAQ_H36xx | Model_iPAQ_H37xx | Model_iPAQ_H38xx | Model_iPAQ_H39xx, 149 { Model_iPAQ_H31xx | Model_iPAQ_H36xx | Model_iPAQ_H37xx | Model_iPAQ_H38xx | Model_iPAQ_H39xx,
150 Qt::Key_F10, QT_TRANSLATE_NOOP("Button", "Contacts Button"), 150 Qt::Key_F10, QT_TRANSLATE_NOOP("Button", "Contacts Button"),
151 "devicebuttons/ipaq_contact", 151 "devicebuttons/ipaq_contact",
152 "addressbook", "raise()", 152 "addressbook", "raise()",
153 "addressbook", "beamBusinessCard()" }, 153 "addressbook", "beamBusinessCard()" },
154 { Model_iPAQ_H31xx | Model_iPAQ_H36xx | Model_iPAQ_H37xx, 154 { Model_iPAQ_H31xx | Model_iPAQ_H36xx | Model_iPAQ_H37xx,
155 Qt::Key_F11, QT_TRANSLATE_NOOP("Button", "Menu Button"), 155 Qt::Key_F11, QT_TRANSLATE_NOOP("Button", "Menu Button"),
156 "devicebuttons/ipaq_menu", 156 "devicebuttons/ipaq_menu",
157 "QPE/TaskBar", "toggleMenu()", 157 "QPE/TaskBar", "toggleMenu()",
158 "QPE/TaskBar", "toggleStartMenu()" }, 158 "QPE/TaskBar", "toggleStartMenu()" },
159 { Model_iPAQ_H38xx | Model_iPAQ_H39xx, 159 { Model_iPAQ_H38xx | Model_iPAQ_H39xx,
160 Qt::Key_F13, QT_TRANSLATE_NOOP("Button", "Mail Button"), 160 Qt::Key_F13, QT_TRANSLATE_NOOP("Button", "Mail Button"),
161 "devicebuttons/ipaq_mail", 161 "devicebuttons/ipaq_mail",
162 "mail", "raise()", 162 "mail", "raise()",
163 "mail", "newMail()" }, 163 "mail", "newMail()" },
164 { Model_iPAQ_H31xx | Model_iPAQ_H36xx | Model_iPAQ_H37xx | Model_iPAQ_H38xx | Model_iPAQ_H39xx, 164 { Model_iPAQ_H31xx | Model_iPAQ_H36xx | Model_iPAQ_H37xx | Model_iPAQ_H38xx | Model_iPAQ_H39xx,
165 Qt::Key_F12, QT_TRANSLATE_NOOP("Button", "Home Button"), 165 Qt::Key_F12, QT_TRANSLATE_NOOP("Button", "Home Button"),
166 "devicebuttons/ipaq_home", 166 "devicebuttons/ipaq_home",
167 "QPE/Launcher", "home()", 167 "QPE/Launcher", "home()",
168 "buttonsettings", "raise()" }, 168 "buttonsettings", "raise()" },
169 { Model_iPAQ_H31xx | Model_iPAQ_H36xx | Model_iPAQ_H37xx | Model_iPAQ_H38xx | Model_iPAQ_H39xx, 169 { Model_iPAQ_H31xx | Model_iPAQ_H36xx | Model_iPAQ_H37xx | Model_iPAQ_H38xx | Model_iPAQ_H39xx,
170 Qt::Key_F24, QT_TRANSLATE_NOOP("Button", "Record Button"), 170 Qt::Key_F24, QT_TRANSLATE_NOOP("Button", "Record Button"),
171 "devicebuttons/ipaq_record", 171 "devicebuttons/ipaq_record",
172 "QPE/VMemo", "toggleRecord()", 172 "QPE/VMemo", "toggleRecord()",
173 "sound", "raise()" }, 173 "sound", "raise()" },
@@ -219,5 +219,5 @@ ODevice *ODevice::inst ( )
219{ 219{
220 static ODevice *dev = 0; 220 static ODevice *dev = 0;
221 221
222 if ( !dev ) { 222 if ( !dev ) {
223 if ( QFile::exists ( "/proc/hal/model" )) 223 if ( QFile::exists ( "/proc/hal/model" ))
@@ -227,5 +227,5 @@ ODevice *ODevice::inst ( )
227 else 227 else
228 dev = new ODevice ( ); 228 dev = new ODevice ( );
229 229
230 dev-> init ( ); 230 dev-> init ( );
231 } 231 }
@@ -255,5 +255,5 @@ ODevice::ODevice ( )
255 d-> m_sysverstr = "0.0"; 255 d-> m_sysverstr = "0.0";
256 d-> m_rotation = Rot0; 256 d-> m_rotation = Rot0;
257 257
258 d-> m_holdtime = 1000; // 1000ms 258 d-> m_holdtime = 1000; // 1000ms
259 d-> m_buttons = 0; 259 d-> m_buttons = 0;
@@ -264,5 +264,5 @@ void ODevice::systemMessage ( const QCString &msg, const QByteArray & )
264 if ( msg == "deviceButtonMappingChanged()" ) { 264 if ( msg == "deviceButtonMappingChanged()" ) {
265 reloadButtonMapping ( ); 265 reloadButtonMapping ( );
266 } 266 }
267} 267}
268 268
@@ -282,8 +282,8 @@ void ODevice::initButtons ( )
282 282
283 for ( uint i = 0; i < ( sizeof( ipaq_buttons ) / sizeof( i_button )); i++ ) { 283 for ( uint i = 0; i < ( sizeof( ipaq_buttons ) / sizeof( i_button )); i++ ) {
284 i_button *ib = ipaq_buttons + i; 284 i_button *ib = ipaq_buttons + i;
285 ODeviceButton b; 285 ODeviceButton b;
286 286
287 if (( ib-> model & Model_iPAQ_H36xx ) == Model_iPAQ_H36xx ) { 287 if (( ib-> model & Model_iPAQ_H36xx ) == Model_iPAQ_H36xx ) {
288 b. setKeycode ( ib-> code ); 288 b. setKeycode ( ib-> code );
289 b. setUserText ( QObject::tr ( "Button", ib-> utext )); 289 b. setUserText ( QObject::tr ( "Button", ib-> utext ));
@@ -295,7 +295,7 @@ void ODevice::initButtons ( )
295 } 295 }
296 reloadButtonMapping ( ); 296 reloadButtonMapping ( );
297 297
298 QCopChannel *sysch = new QCopChannel ( "QPE/System", this ); 298 QCopChannel *sysch = new QCopChannel ( "QPE/System", this );
299 connect ( sysch, SIGNAL( received( const QCString &, const QByteArray & )), this, SLOT( systemMessage ( const QCString &, const QByteArray & ))); 299 connect ( sysch, SIGNAL( received( const QCString &, const QByteArray & )), this, SLOT( systemMessage ( const QCString &, const QByteArray & )));
300} 300}
301 301
@@ -324,8 +324,8 @@ bool ODevice::suspend ( )
324 324
325 bool res = false; 325 bool res = false;
326 326
327 struct timeval tvs, tvn; 327 struct timeval tvs, tvn;
328 ::gettimeofday ( &tvs, 0 ); 328 ::gettimeofday ( &tvs, 0 );
329 329
330 ::sync ( ); // flush fs caches 330 ::sync ( ); // flush fs caches
331 res = ( ::system ( "apm --suspend" ) == 0 ); 331 res = ( ::system ( "apm --suspend" ) == 0 );
@@ -335,11 +335,11 @@ bool ODevice::suspend ( )
335 // This can be deleted as soon as a stable familiar with a synchronous apm implementation exists. 335 // This can be deleted as soon as a stable familiar with a synchronous apm implementation exists.
336 336
337 if ( res ) { 337 if ( res ) {
338 do { // wait at most 1.5 sec: either suspend didn't work or the device resumed 338 do { // wait at most 1.5 sec: either suspend didn't work or the device resumed
339 ::usleep ( 200 * 1000 ); 339 ::usleep ( 200 * 1000 );
340 ::gettimeofday ( &tvn, 0 ); 340 ::gettimeofday ( &tvn, 0 );
341 } while ((( tvn. tv_sec - tvs. tv_sec ) * 1000 + ( tvn. tv_usec - tvs. tv_usec ) / 1000 ) < 1500 ); 341 } while ((( tvn. tv_sec - tvs. tv_sec ) * 1000 + ( tvn. tv_usec - tvs. tv_usec ) / 1000 ) < 1500 );
342 } 342 }
343 343
344 return res; 344 return res;
345} 345}
@@ -363,9 +363,9 @@ bool ODevice::setDisplayStatus ( bool on )
363 bool res = false; 363 bool res = false;
364 int fd; 364 int fd;
365 365
366 if (( fd = ::open ( "/dev/fb0", O_RDWR )) >= 0 ) { 366 if (( fd = ::open ( "/dev/fb0", O_RDWR )) >= 0 ) {
367 res = ( ::ioctl ( fd, FBIOBLANK, on ? VESA_NO_BLANKING : VESA_POWERDOWN ) == 0 ); 367 res = ( ::ioctl ( fd, FBIOBLANK, on ? VESA_NO_BLANKING : VESA_POWERDOWN ) == 0 );
368 ::close ( fd ); 368 ::close ( fd );
369 } 369 }
370 return res; 370 return res;
371} 371}
@@ -516,5 +516,5 @@ void ODevice::reloadButtonMapping ( )
516 516
517 Config cfg ( "ButtonSettings" ); 517 Config cfg ( "ButtonSettings" );
518 518
519 for ( uint i = 0; i < d-> m_buttons-> count ( ); i++ ) { 519 for ( uint i = 0; i < d-> m_buttons-> count ( ); i++ ) {
520 ODeviceButton &b = ( *d-> m_buttons ) [i]; 520 ODeviceButton &b = ( *d-> m_buttons ) [i];
@@ -524,5 +524,5 @@ void ODevice::reloadButtonMapping ( )
524 QCString pm, hm; 524 QCString pm, hm;
525 QByteArray pdata, hdata; 525 QByteArray pdata, hdata;
526 526
527 if ( cfg. hasGroup ( group )) { 527 if ( cfg. hasGroup ( group )) {
528 cfg. setGroup ( group ); 528 cfg. setGroup ( group );
@@ -535,7 +535,7 @@ void ODevice::reloadButtonMapping ( )
535 // hdata = decodeBase64 ( buttonFile. readEntry ( "HeldActionArgs" )); 535 // hdata = decodeBase64 ( buttonFile. readEntry ( "HeldActionArgs" ));
536 } 536 }
537 537
538 b. setPressedAction ( OQCopMessage ( pch, pm, pdata )); 538 b. setPressedAction ( OQCopMessage ( pch, pm, pdata ));
539 539
540 b. setHeldAction ( OQCopMessage ( hch, hm, hdata )); 540 b. setHeldAction ( OQCopMessage ( hch, hm, hdata ));
541 } 541 }
@@ -547,8 +547,8 @@ void ODevice::remapPressedAction ( int button, const OQCopMessage &action )
547 547
548 QString mb_chan; 548 QString mb_chan;
549 549
550 if ( button >= (int) d-> m_buttons-> count ( )) 550 if ( button >= (int) d-> m_buttons-> count ( ))
551 return; 551 return;
552 552
553 ODeviceButton &b = ( *d-> m_buttons ) [button]; 553 ODeviceButton &b = ( *d-> m_buttons ) [button];
554 b. setPressedAction ( action ); 554 b. setPressedAction ( action );
@@ -572,5 +572,5 @@ void ODevice::remapHeldAction ( int button, const OQCopMessage &action )
572 if ( button >= (int) d-> m_buttons-> count ( )) 572 if ( button >= (int) d-> m_buttons-> count ( ))
573 return; 573 return;
574 574
575 ODeviceButton &b = ( *d-> m_buttons ) [button]; 575 ODeviceButton &b = ( *d-> m_buttons ) [button];
576 b. setHeldAction ( action ); 576 b. setHeldAction ( action );
@@ -637,20 +637,36 @@ void iPAQ::init ( )
637 637
638 f. setName ( "/etc/familiar-version" ); 638 f. setName ( "/etc/familiar-version" );
639 if ( f. open ( IO_ReadOnly )) { 639 if ( f. open ( IO_ReadOnly )) {
640 d-> m_systemstr = "Familiar"; 640 d-> m_systemstr = "Familiar";
641 d-> m_system = System_Familiar; 641 d-> m_system = System_Familiar;
642 642
643 QTextStream ts ( &f ); 643 QTextStream ts ( &f );
644 d-> m_sysverstr = ts. readLine ( ). mid ( 10 ); 644 d-> m_sysverstr = ts. readLine ( ). mid ( 10 );
645 645
646 f. close ( ); 646 f. close ( );
647 } 647 } else {
648 f. setName ( "/etc/oz_version" );
649
650 if ( f. open ( IO_ReadOnly )) {
651 d-> m_systemstr = "OpenEmbedded/iPaq";
652 d-> m_system = System_Familiar;
653
654 QTextStream ts ( &f );
655 ts.setDevice ( &f );
656 d-> m_sysverstr = ts. readLine ( );
657 f. close ( );
658 }
659 }
660
661
662
663
648 664
649 m_leds [0] = m_leds [1] = Led_Off; 665 m_leds [0] = m_leds [1] = Led_Off;
650 666
651 m_power_timer = 0; 667 m_power_timer = 0;
652 668
653 if ( d-> m_qwsserver ) 669 if ( d-> m_qwsserver )
654 QWSServer::setKeyboardFilter ( this ); 670 QWSServer::setKeyboardFilter ( this );
655} 671}
656 672
@@ -663,8 +679,8 @@ void iPAQ::initButtons ( )
663 679
664 for ( uint i = 0; i < ( sizeof( ipaq_buttons ) / sizeof( i_button )); i++ ) { 680 for ( uint i = 0; i < ( sizeof( ipaq_buttons ) / sizeof( i_button )); i++ ) {
665 i_button *ib = ipaq_buttons + i; 681 i_button *ib = ipaq_buttons + i;
666 ODeviceButton b; 682 ODeviceButton b;
667 683
668 if (( ib-> model & d-> m_model ) == d-> m_model ) { 684 if (( ib-> model & d-> m_model ) == d-> m_model ) {
669 b. setKeycode ( ib-> code ); 685 b. setKeycode ( ib-> code );
670 b. setUserText ( QObject::tr ( "Button", ib-> utext )); 686 b. setUserText ( QObject::tr ( "Button", ib-> utext ));
@@ -672,10 +688,10 @@ void iPAQ::initButtons ( )
672 b. setFactoryPresetPressedAction ( OQCopMessage ( makeChannel ( ib-> fpressedservice ), ib-> fpressedaction )); 688 b. setFactoryPresetPressedAction ( OQCopMessage ( makeChannel ( ib-> fpressedservice ), ib-> fpressedaction ));
673 b. setFactoryPresetHeldAction ( OQCopMessage ( makeChannel ( ib-> fheldservice ), ib-> fheldaction )); 689 b. setFactoryPresetHeldAction ( OQCopMessage ( makeChannel ( ib-> fheldservice ), ib-> fheldaction ));
674 690
675 d-> m_buttons-> append ( b ); 691 d-> m_buttons-> append ( b );
676 } 692 }
677 } 693 }
678 reloadButtonMapping ( ); 694 reloadButtonMapping ( );
679 695
680 QCopChannel *sysch = new QCopChannel ( "QPE/System", this ); 696 QCopChannel *sysch = new QCopChannel ( "QPE/System", this );
681 connect ( sysch, SIGNAL( received( const QCString &, const QByteArray & )), this, SLOT( systemMessage ( const QCString &, const QByteArray & ))); 697 connect ( sysch, SIGNAL( received( const QCString &, const QByteArray & )), this, SLOT( systemMessage ( const QCString &, const QByteArray & )));
@@ -720,10 +736,10 @@ QValueList <OLedState> iPAQ::ledStateList ( OLed l ) const
720 else if ( l == Led_BlueTooth && d-> m_model == Model_iPAQ_H38xx ) 736 else if ( l == Led_BlueTooth && d-> m_model == Model_iPAQ_H38xx )
721 vl << Led_Off; // << Led_On << ??? 737 vl << Led_Off; // << Led_On << ???
722 738
723 return vl; 739 return vl;
724} 740}
725 741
726OLedState iPAQ::ledState ( OLed l ) const 742OLedState iPAQ::ledState ( OLed l ) const
727 { 743{
728 switch ( l ) { 744 switch ( l ) {
729 case Led_Power: 745 case Led_Power:
@@ -736,5 +752,5 @@ OLedState iPAQ::ledState ( OLed l ) const
736} 752}
737 753
738bool iPAQ::setLedState ( OLed l, OLedState st ) 754bool iPAQ::setLedState ( OLed l, OLedState st )
739{ 755{
740 static int fd = ::open ( "/dev/touchscreen/0", O_RDWR | O_NONBLOCK ); 756 static int fd = ::open ( "/dev/touchscreen/0", O_RDWR | O_NONBLOCK );
@@ -774,17 +790,17 @@ bool iPAQ::filter ( int /*unicode*/, int keycode, int modifiers, bool isPress, b
774 case HardKey_Menu: { 790 case HardKey_Menu: {
775 if (( d-> m_model == Model_iPAQ_H38xx ) || 791 if (( d-> m_model == Model_iPAQ_H38xx ) ||
776 ( d-> m_model == Model_iPAQ_H39xx )) { 792 ( d-> m_model == Model_iPAQ_H39xx )) {
777 newkeycode = HardKey_Mail; 793 newkeycode = HardKey_Mail;
778 } 794 }
779 break; 795 break;
780 } 796 }
781 797
782 // Rotate cursor keys 180° 798 // Rotate cursor keys 180°
783 case Key_Left : 799 case Key_Left :
784 case Key_Right: 800 case Key_Right:
785 case Key_Up : 801 case Key_Up :
786 case Key_Down : { 802 case Key_Down : {
787 if (( d-> m_model == Model_iPAQ_H31xx ) || 803 if (( d-> m_model == Model_iPAQ_H31xx ) ||
788 ( d-> m_model == Model_iPAQ_H38xx )) { 804 ( d-> m_model == Model_iPAQ_H38xx )) {
789 newkeycode = Key_Left + ( keycode - Key_Left + 2 ) % 4; 805 newkeycode = Key_Left + ( keycode - Key_Left + 2 ) % 4;
790 } 806 }
@@ -805,9 +821,9 @@ bool iPAQ::filter ( int /*unicode*/, int keycode, int modifiers, bool isPress, b
805 QWSServer::sendKeyEvent ( -1, HardKey_Suspend, 0, false, false ); 821 QWSServer::sendKeyEvent ( -1, HardKey_Suspend, 0, false, false );
806 } 822 }
807 newkeycode = Key_unknown; 823 newkeycode = Key_unknown;
808 break; 824 break;
809 } 825 }
810 } 826 }
811 827
812 if ( newkeycode != keycode ) { 828 if ( newkeycode != keycode ) {
813 if ( newkeycode != Key_unknown ) 829 if ( newkeycode != Key_unknown )
@@ -870,5 +886,5 @@ bool iPAQ::setSoftSuspend ( bool soft )
870 bool res = false; 886 bool res = false;
871 int fd; 887 int fd;
872 888
873 if (( fd = ::open ( "/proc/sys/ts/suspend_button_mode", O_WRONLY )) >= 0 ) { 889 if (( fd = ::open ( "/proc/sys/ts/suspend_button_mode", O_WRONLY )) >= 0 ) {
874 if ( ::write ( fd, soft ? "1" : "0", 1 ) == 1 ) 890 if ( ::write ( fd, soft ? "1" : "0", 1 ) == 1 )
@@ -876,10 +892,10 @@ bool iPAQ::setSoftSuspend ( bool soft )
876 else 892 else
877 ::perror ( "write to /proc/sys/ts/suspend_button_mode" ); 893 ::perror ( "write to /proc/sys/ts/suspend_button_mode" );
878 894
879 ::close ( fd ); 895 ::close ( fd );
880 } 896 }
881 else 897 else
882 ::perror ( "/proc/sys/ts/suspend_button_mode" ); 898 ::perror ( "/proc/sys/ts/suspend_button_mode" );
883 899
884 return res; 900 return res;
885} 901}
@@ -890,5 +906,5 @@ bool iPAQ::setDisplayBrightness ( int bright )
890 bool res = false; 906 bool res = false;
891 int fd; 907 int fd;
892 908
893 if ( bright > 255 ) 909 if ( bright > 255 )
894 bright = 255; 910 bright = 255;
@@ -914,12 +930,12 @@ int iPAQ::displayBrightnessResolution ( ) const
914 case Model_iPAQ_H37xx: 930 case Model_iPAQ_H37xx:
915 return 128; // really 256, but >128 could damage the LCD 931 return 128; // really 256, but >128 could damage the LCD
916 932
917 case Model_iPAQ_H38xx: 933 case Model_iPAQ_H38xx:
918 case Model_iPAQ_H39xx: 934 case Model_iPAQ_H39xx:
919 return 64; 935 return 64;
920 936
921 default: 937 default:
922 return 2; 938 return 2;
923 } 939 }
924} 940}
925 941
@@ -934,17 +950,17 @@ int iPAQ::readLightSensor ( )
934 int fd; 950 int fd;
935 int val = -1; 951 int val = -1;
936 952
937 if (( fd = ::open ( "/proc/hal/light_sensor", O_RDONLY )) >= 0 ) { 953 if (( fd = ::open ( "/proc/hal/light_sensor", O_RDONLY )) >= 0 ) {
938 char buffer [8]; 954 char buffer [8];
939 955
940 if ( ::read ( fd, buffer, 5 ) == 5 ) { 956 if ( ::read ( fd, buffer, 5 ) == 5 ) {
941 char *endptr; 957 char *endptr;
942 958
943 buffer [4] = 0; 959 buffer [4] = 0;
944 val = ::strtol ( buffer + 2, &endptr, 16 ); 960 val = ::strtol ( buffer + 2, &endptr, 16 );
945 961
946 if ( *endptr != 0 ) 962 if ( *endptr != 0 )
947 val = -1; 963 val = -1;
948 } 964 }
949 ::close ( fd ); 965 ::close ( fd );
950 } 966 }
@@ -981,5 +997,5 @@ void Zaurus::init ( )
981 997
982 f. setName ( "/etc/oz_version" ); 998 f. setName ( "/etc/oz_version" );
983 if ( f. open ( IO_ReadOnly )) { 999 if ( f. open ( IO_ReadOnly )) {
984 QTextStream ts ( &f ); 1000 QTextStream ts ( &f );
985 d-> m_sysverstr = ts. readLine ( );//. mid ( 10 ); 1001 d-> m_sysverstr = ts. readLine ( );//. mid ( 10 );
@@ -1037,11 +1053,11 @@ void Zaurus::initButtons ( )
1037 if ( d-> m_buttons ) 1053 if ( d-> m_buttons )
1038 return; 1054 return;
1039 1055
1040 d-> m_buttons = new QValueList <ODeviceButton>; 1056 d-> m_buttons = new QValueList <ODeviceButton>;
1041 1057
1042 for ( uint i = 0; i < ( sizeof( z_buttons ) / sizeof( z_button )); i++ ) { 1058 for ( uint i = 0; i < ( sizeof( z_buttons ) / sizeof( z_button )); i++ ) {
1043 z_button *zb = z_buttons + i; 1059 z_button *zb = z_buttons + i;
1044 ODeviceButton b; 1060 ODeviceButton b;
1045 1061
1046 b. setKeycode ( zb-> code ); 1062 b. setKeycode ( zb-> code );
1047 b. setUserText ( QObject::tr ( "Button", zb-> utext )); 1063 b. setUserText ( QObject::tr ( "Button", zb-> utext ));
@@ -1049,10 +1065,10 @@ void Zaurus::initButtons ( )
1049 b. setFactoryPresetPressedAction ( OQCopMessage ( makeChannel ( zb-> fpressedservice ), zb-> fpressedaction )); 1065 b. setFactoryPresetPressedAction ( OQCopMessage ( makeChannel ( zb-> fpressedservice ), zb-> fpressedaction ));
1050 b. setFactoryPresetHeldAction ( OQCopMessage ( makeChannel ( zb-> fheldservice ), zb-> fheldaction )); 1066 b. setFactoryPresetHeldAction ( OQCopMessage ( makeChannel ( zb-> fheldservice ), zb-> fheldaction ));
1051 1067
1052 d-> m_buttons-> append ( b ); 1068 d-> m_buttons-> append ( b );
1053 } 1069 }
1054 1070
1055 reloadButtonMapping ( ); 1071 reloadButtonMapping ( );
1056 1072
1057 QCopChannel *sysch = new QCopChannel ( "QPE/System", this ); 1073 QCopChannel *sysch = new QCopChannel ( "QPE/System", this );
1058 connect ( sysch, SIGNAL( received( const QCString &, const QByteArray & )), this, SLOT( systemMessage ( const QCString &, const QByteArray & ))); 1074 connect ( sysch, SIGNAL( received( const QCString &, const QByteArray & )), this, SLOT( systemMessage ( const QCString &, const QByteArray & )));
@@ -1129,5 +1145,5 @@ void Zaurus::buzzer ( int sound )
1129{ 1145{
1130 static int fd = ::open ( "/dev/sharp_buz", O_WRONLY|O_NONBLOCK ); 1146 static int fd = ::open ( "/dev/sharp_buz", O_WRONLY|O_NONBLOCK );
1131 1147
1132 if ( fd >= 0 ) { 1148 if ( fd >= 0 ) {
1133 ::ioctl ( fd, SHARP_BUZZER_MAKESOUND, sound ); 1149 ::ioctl ( fd, SHARP_BUZZER_MAKESOUND, sound );
@@ -1137,15 +1153,15 @@ void Zaurus::buzzer ( int sound )
1137 1153
1138 1154
1139void Zaurus::alarmSound ( ) 1155void Zaurus::alarmSound ( )
1140{ 1156{
1141 buzzer ( SHARP_BUZ_SCHEDULE_ALARM ); 1157 buzzer ( SHARP_BUZ_SCHEDULE_ALARM );
1142} 1158}
1143 1159
1144void Zaurus::touchSound ( ) 1160void Zaurus::touchSound ( )
1145{ 1161{
1146 buzzer ( SHARP_BUZ_TOUCHSOUND ); 1162 buzzer ( SHARP_BUZ_TOUCHSOUND );
1147} 1163}
1148 1164
1149void Zaurus::keySound ( ) 1165void Zaurus::keySound ( )
1150{ 1166{
1151 buzzer ( SHARP_BUZ_KEYSOUND ); 1167 buzzer ( SHARP_BUZ_KEYSOUND );
@@ -1163,5 +1179,5 @@ QValueList <OLedState> Zaurus::ledStateList ( OLed l ) const
1163{ 1179{
1164 QValueList <OLedState> vl; 1180 QValueList <OLedState> vl;
1165 1181
1166 if ( l == Led_Mail ) 1182 if ( l == Led_Mail )
1167 vl << Led_Off << Led_On << Led_BlinkSlow; 1183 vl << Led_Off << Led_On << Led_BlinkSlow;
@@ -1173,5 +1189,5 @@ OLedState Zaurus::ledState ( OLed which ) const
1173 if ( which == Led_Mail ) 1189 if ( which == Led_Mail )
1174 return m_leds [0]; 1190 return m_leds [0];
1175 else 1191 else
1176 return Led_Off; 1192 return Led_Off;
1177} 1193}
@@ -1179,5 +1195,5 @@ OLedState Zaurus::ledState ( OLed which ) const
1179bool Zaurus::setLedState ( OLed which, OLedState st ) 1195bool Zaurus::setLedState ( OLed which, OLedState st )
1180{ 1196{
1181 static int fd = ::open ( "/dev/sharp_led", O_RDWR|O_NONBLOCK ); 1197 static int fd = ::open ( "/dev/sharp_led", O_RDWR|O_NONBLOCK );
1182 1198
1183 if ( which == Led_Mail ) { 1199 if ( which == Led_Mail ) {
@@ -1187,5 +1203,5 @@ bool Zaurus::setLedState ( OLed which, OLedState st )
1187 leds. which = SHARP_LED_MAIL_EXISTS; 1203 leds. which = SHARP_LED_MAIL_EXISTS;
1188 bool ok = true; 1204 bool ok = true;
1189 1205
1190 switch ( st ) { 1206 switch ( st ) {
1191 case Led_Off : leds. status = LED_MAIL_NO_UNREAD_MAIL; break; 1207 case Led_Off : leds. status = LED_MAIL_NO_UNREAD_MAIL; break;
@@ -1194,10 +1210,10 @@ bool Zaurus::setLedState ( OLed which, OLedState st )
1194 default : ok = false; 1210 default : ok = false;
1195 } 1211 }
1196 1212
1197 if ( ok && ( ::ioctl ( fd, SHARP_LED_SETSTATUS, &leds ) >= 0 )) { 1213 if ( ok && ( ::ioctl ( fd, SHARP_LED_SETSTATUS, &leds ) >= 0 )) {
1198 m_leds [0] = st; 1214 m_leds [0] = st;
1199 return true; 1215 return true;
1200 } 1216 }
1201 } 1217 }
1202 } 1218 }
1203 return false; 1219 return false;
@@ -1227,10 +1243,10 @@ bool Zaurus::setSoftSuspend ( bool soft )
1227 else 1243 else
1228 perror ( "APM_IOCGEVTSRC" ); 1244 perror ( "APM_IOCGEVTSRC" );
1229 1245
1230 ::close ( fd ); 1246 ::close ( fd );
1231 } 1247 }
1232 else 1248 else
1233 perror ( "/dev/apm_bios or /dev/misc/apm_bios" ); 1249 perror ( "/dev/apm_bios or /dev/misc/apm_bios" );
1234 1250
1235 return res; 1251 return res;
1236} 1252}
@@ -1241,10 +1257,10 @@ bool Zaurus::setDisplayBrightness ( int bright )
1241 bool res = false; 1257 bool res = false;
1242 int fd; 1258 int fd;
1243 1259
1244 if ( bright > 255 ) 1260 if ( bright > 255 )
1245 bright = 255; 1261 bright = 255;
1246 if ( bright < 0 ) 1262 if ( bright < 0 )
1247 bright = 0; 1263 bright = 0;
1248 1264
1249 if (( fd = ::open ( "/dev/fl", O_WRONLY )) >= 0 ) { 1265 if (( fd = ::open ( "/dev/fl", O_WRONLY )) >= 0 ) {
1250 int bl = ( bright * 4 + 127 ) / 255; // only 4 steps on zaurus 1266 int bl = ( bright * 4 + 127 ) / 255; // only 4 steps on zaurus
@@ -1258,5 +1274,5 @@ bool Zaurus::setDisplayBrightness ( int bright )
1258 1274
1259 1275
1260int Zaurus::displayBrightnessResolution ( ) const 1276int Zaurus::displayBrightnessResolution ( ) const
1261{ 1277{
1262 return 5; 1278 return 5;