author | mickeyl <mickeyl> | 2003-05-15 22:42:11 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-05-15 22:42:11 (UTC) |
commit | a098d190fed94b731c9f91538147ad0f9873758a (patch) (side-by-side diff) | |
tree | bc7bcb7ccc36465ddccaed78b528bbf235e929f9 /libopie/odevice.h | |
parent | 80e9fd1b08a3a7173ecf443b2830df4ca6e83ce6 (diff) | |
download | opie-a098d190fed94b731c9f91538147ad0f9873758a.zip opie-a098d190fed94b731c9f91538147ad0f9873758a.tar.gz opie-a098d190fed94b731c9f91538147ad0f9873758a.tar.bz2 |
first shot at integrating SIMpad device specifica
-rw-r--r-- | libopie/odevice.h | 11 |
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 @@ -55,8 +55,16 @@ enum OModel { Model_Zaurus_SL5500 = ( Model_Zaurus | 0x000002 ), Model_Zaurus_SLA300 = ( Model_Zaurus | 0x000003 ), Model_Zaurus_SLB600 = ( Model_Zaurus | 0x000004 ), 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 ), }; /** * The vendor of the device @@ -64,9 +72,10 @@ enum OModel { enum OVendor { Vendor_Unknown, Vendor_HP, - Vendor_Sharp + Vendor_Sharp, + Vendor_SIEMENS, }; /** * The System used |