summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/linux/opcmciasystem.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-06-29add restart() method (FIXME included ;)mickeyl1-0/+7
2005-06-25- fix logic in isEmpty() and isSuspended()mickeyl1-3/+10
- 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...mickeyl1-0/+2
2005-06-21- repair broken headers (tss...)mickeyl1-2/+0
- 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()mickeyl1-6/+18
Did I mention Qt2 sucks? We don't even have a QPair :/
2005-05-31misc. opcmciasystem improvementsmickeyl1-49/+76
start implementing recursve dirlocks in ODirNotification
2005-05-25be nice to gcc 3.3mickeyl1-1/+1
2005-05-22start talking directly to pcmcia card servicesmickeyl1-4/+138
2005-05-21add more methods to OPcmciaSocketmickeyl1-1/+14
2005-05-21change OPcmciaCard to OPcmciaSocket, it now resembles a socket rather than a ↵mickeyl1-15/+77
card
2005-05-19ignore empty socketsmickeyl1-2/+3
2005-05-19- add linux pcmcia subsystem wrapper: OPcmciaSystem and OPcmciaCardmickeyl1-0/+142
- move linux-only subsystems in subdirectory linux - minor header cleanups