summaryrefslogtreecommitdiff
path: root/libopie
Side-by-side diff
Diffstat (limited to 'libopie') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/odevice.h15
1 files changed, 14 insertions, 1 deletions
diff --git a/libopie/odevice.h b/libopie/odevice.h
index d8ad135..2a5e494 100644
--- a/libopie/odevice.h
+++ b/libopie/odevice.h
@@ -70,8 +70,16 @@ enum OModel {
Model_Ramses = ( 4 << 24 ),
Model_Ramses_All = ( Model_Ramses | 0xffffff ),
Model_Ramses_MNCI = ( Model_Ramses | 0x000001 ),
+
+ Model_Yopy = ( 5 << 24 ),
+
+ Model_Yopy_All = ( Model_Yopy | 0xffffff ),
+ Model_Yopy_3000 = ( Model_Yopy | 0x000001 ),
+ Model_Yopy_3500 = ( Model_Yopy | 0x000002 ),
+ Model_Yopy_3700 = ( Model_Yopy | 0x000003 ),
+
};
/**
* The vendor of the device
@@ -82,8 +90,9 @@ enum OVendor {
Vendor_HP,
Vendor_Sharp,
Vendor_SIEMENS,
Vendor_MundN,
+ Vendor_GMate,
};
/**
* The System used
@@ -92,9 +101,10 @@ enum OSystem {
System_Unknown,
System_Familiar,
System_Zaurus,
- System_OpenZaurus
+ System_OpenZaurus,
+ System_Linupy,
};
enum OLedState {
Led_Off,
@@ -117,8 +127,11 @@ enum OHardKey {
HardKey_Mail = Qt::Key_F13,
HardKey_Record = Qt::Key_F24,
HardKey_Suspend = Qt::Key_F34,
HardKey_Backlight = Qt::Key_F35,
+ HardKey_Action = Qt::Key_F10,
+ HardKey_OK = Qt::Key_F11,
+ HardKey_End = Qt::Key_F12,
};
enum ODirection {
CW = 0,