summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/linux/opcmciasystem.h
authormickeyl <mickeyl>2005-05-21 20:23:05 (UTC)
committer mickeyl <mickeyl>2005-05-21 20:23:05 (UTC)
commitdb6b46788db3653812f07c3018abc5bfaaa821c3 (patch) (side-by-side diff)
treee159683e96eed09bbc9a886c39c6fd7776fe5f42 /libopie2/opiecore/linux/opcmciasystem.h
parentafb929e7fd04ecdfec2799a5cf9cf298d1af77c6 (diff)
downloadopie-db6b46788db3653812f07c3018abc5bfaaa821c3.zip
opie-db6b46788db3653812f07c3018abc5bfaaa821c3.tar.gz
opie-db6b46788db3653812f07c3018abc5bfaaa821c3.tar.bz2
add more methods to OPcmciaSocket
Diffstat (limited to 'libopie2/opiecore/linux/opcmciasystem.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiecore/linux/opcmciasystem.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/libopie2/opiecore/linux/opcmciasystem.h b/libopie2/opiecore/linux/opcmciasystem.h
index 4b445aa..630a434 100644
--- a/libopie2/opiecore/linux/opcmciasystem.h
+++ b/libopie2/opiecore/linux/opcmciasystem.h
@@ -124,6 +124,10 @@ class OPcmciaSocket : public QObject
*/
QString identity() const;
/**
+ * @returns true, if the card is unsupported by the cardmgr
+ */
+ bool isUnsupported() const;
+ /**
* @returns true, if the socket is empty
*/
bool isEmpty() const;
@@ -151,6 +155,11 @@ class OPcmciaSocket : public QObject
* @note: This operation needs root privileges
*/
bool resume();
+ /**
+ * Reset card. @returns true, if operation succeeded
+ * @note: This operation needs root privileges
+ */
+ bool reset();
protected: