summaryrefslogtreecommitdiff
path: root/libopie/odevice.h
authormickeyl <mickeyl>2003-05-15 22:42:11 (UTC)
committer mickeyl <mickeyl>2003-05-15 22:42:11 (UTC)
commita098d190fed94b731c9f91538147ad0f9873758a (patch) (side-by-side diff)
treebc7bcb7ccc36465ddccaed78b528bbf235e929f9 /libopie/odevice.h
parent80e9fd1b08a3a7173ecf443b2830df4ca6e83ce6 (diff)
downloadopie-a098d190fed94b731c9f91538147ad0f9873758a.zip
opie-a098d190fed94b731c9f91538147ad0f9873758a.tar.gz
opie-a098d190fed94b731c9f91538147ad0f9873758a.tar.bz2
first shot at integrating SIMpad device specifica
Diffstat (limited to 'libopie/odevice.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/odevice.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/libopie/odevice.h b/libopie/odevice.h
index 0c55ea0..dcdd4a8 100644
--- a/libopie/odevice.h
+++ b/libopie/odevice.h
@@ -58,2 +58,10 @@ enum OModel {
Model_Zaurus_SLC700 = ( Model_Zaurus | 0x000005 ),
+
+ Model_SIMpad = ( 3 << 24 ),
+
+ Model_SIMpad_All = ( Model_SIMpad | 0xffffff ),
+ Model_SIMpad_CL4 = ( Model_SIMpad | 0x000001 ),
+ Model_SIMpad_SL4 = ( Model_SIMpad | 0x000002 ),
+ Model_SIMpad_SLC = ( Model_SIMpad | 0x000004 ),
+ Model_SIMpad_TSinus = ( Model_SIMpad | 0x000008 ),
};
@@ -67,3 +75,4 @@ enum OVendor {
Vendor_HP,
- Vendor_Sharp
+ Vendor_Sharp,
+ Vendor_SIEMENS,
};