summaryrefslogtreecommitdiff
path: root/libopie
Unidiff
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 {
70 Model_Ramses = ( 4 << 24 ), 70 Model_Ramses = ( 4 << 24 ),
71 71
72 Model_Ramses_All = ( Model_Ramses | 0xffffff ), 72 Model_Ramses_All = ( Model_Ramses | 0xffffff ),
73 Model_Ramses_MNCI = ( Model_Ramses | 0x000001 ), 73 Model_Ramses_MNCI = ( Model_Ramses | 0x000001 ),
74
75 Model_Yopy = ( 5 << 24 ),
76
77 Model_Yopy_All = ( Model_Yopy | 0xffffff ),
78 Model_Yopy_3000 = ( Model_Yopy | 0x000001 ),
79 Model_Yopy_3500 = ( Model_Yopy | 0x000002 ),
80 Model_Yopy_3700 = ( Model_Yopy | 0x000003 ),
81
74}; 82};
75 83
76/** 84/**
77 * The vendor of the device 85 * The vendor of the device
@@ -82,8 +90,9 @@ enum OVendor {
82 Vendor_HP, 90 Vendor_HP,
83 Vendor_Sharp, 91 Vendor_Sharp,
84 Vendor_SIEMENS, 92 Vendor_SIEMENS,
85 Vendor_MundN, 93 Vendor_MundN,
94 Vendor_GMate,
86}; 95};
87 96
88/** 97/**
89 * The System used 98 * The System used
@@ -92,9 +101,10 @@ enum OSystem {
92 System_Unknown, 101 System_Unknown,
93 102
94 System_Familiar, 103 System_Familiar,
95 System_Zaurus, 104 System_Zaurus,
96 System_OpenZaurus 105 System_OpenZaurus,
106 System_Linupy,
97}; 107};
98 108
99enum OLedState { 109enum OLedState {
100 Led_Off, 110 Led_Off,
@@ -117,8 +127,11 @@ enum OHardKey {
117 HardKey_Mail = Qt::Key_F13, 127 HardKey_Mail = Qt::Key_F13,
118 HardKey_Record = Qt::Key_F24, 128 HardKey_Record = Qt::Key_F24,
119 HardKey_Suspend = Qt::Key_F34, 129 HardKey_Suspend = Qt::Key_F34,
120 HardKey_Backlight = Qt::Key_F35, 130 HardKey_Backlight = Qt::Key_F35,
131 HardKey_Action = Qt::Key_F10,
132 HardKey_OK = Qt::Key_F11,
133 HardKey_End = Qt::Key_F12,
121}; 134};
122 135
123enum ODirection { 136enum ODirection {
124 CW = 0, 137 CW = 0,