summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/linux
AgeCommit message (Collapse)AuthorFilesLines
2005-08-31- add support for the new Switches type in the Linux Input System (coming ↵mickeyl3-406/+48
with 2.6.14) - use the new Switches support to rewrite the hinge sensor handling on Zaurus models w/ 2.6 - add Switches support to SysInfo, OInputSystem, oinputsystemdemo
2005-06-29add restart() method (FIXME included ;)mickeyl2-2/+13
2005-06-25- fix logic in isEmpty() and isSuspended()mickeyl2-5/+16
- add convenience API productIdentityVendor()
2005-06-22respect number of product strings in CIS datamickeyl1-1/+3
2005-06-22Note to self: Don't commit local changes...mickeyl2-1/+3
2005-06-21- repair broken headers (tss...)mickeyl2-2/+1
- fix logical error in ODevice::sendSuspendmsg() - send qcop signal returnFromSuspend() after resuming from suspend - remove debug macro from opcmciasystem; better do this from the .pro file with DEFINES +=
2005-06-19add note about why we don't use ioctls for gathering the cards initiallymickeyl1-1/+4
2005-06-17- disable DEBUG in opcmciasystemmickeyl1-6/+6
- fix suspend/resume logic
2005-06-14enable OPcmciaSocket::manufacturer()mickeyl2-10/+20
Did I mention Qt2 sucks? We don't even have a QPair :/
2005-06-02- move addLanguage.sh and mkipks to scripts/ directorymickeyl2-18/+25
- finish recursive directory locks and mention in ChangeLog beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: ChangeLog libopie2/opiecore/linux/ofilenotify.cpp CVS: libopie2/opiecore/linux/ofilenotify.h CVS: examples/opiecore/onotifytest/main.cpp CVS: examples/opiecore/onotifytest/main.h CVS: Added Files: CVS: scripts/addLanguage.sh scripts/mkipks CVS: ----------------------------------------------------------------------
2005-06-02more work on recursive watchesmickeyl2-26/+66
2005-05-31misc. opcmciasystem improvementsmickeyl3-82/+141
start implementing recursve dirlocks in ODirNotification
2005-05-25be nice to gcc 3.3mickeyl1-1/+1
2005-05-22start talking directly to pcmcia card servicesmickeyl2-7/+163
2005-05-21add more methods to OPcmciaSocketmickeyl2-1/+23
2005-05-21change OPcmciaCard to OPcmciaSocket, it now resembles a socket rather than a ↵mickeyl2-31/+135
card
2005-05-19ignore empty socketsmickeyl1-2/+3
2005-05-19- add linux pcmcia subsystem wrapper: OPcmciaSystem and OPcmciaCardmickeyl9-0/+1788
- move linux-only subsystems in subdirectory linux - minor header cleanups