-rw-r--r-- | libopie/odevice.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libopie/odevice.h b/libopie/odevice.h index dcdd4a8..5829440 100644 --- a/libopie/odevice.h +++ b/libopie/odevice.h | |||
@@ -64,6 +64,11 @@ enum OModel { | |||
64 | Model_SIMpad_SL4 = ( Model_SIMpad | 0x000002 ), | 64 | Model_SIMpad_SL4 = ( Model_SIMpad | 0x000002 ), |
65 | Model_SIMpad_SLC = ( Model_SIMpad | 0x000004 ), | 65 | Model_SIMpad_SLC = ( Model_SIMpad | 0x000004 ), |
66 | Model_SIMpad_TSinus = ( Model_SIMpad | 0x000008 ), | 66 | Model_SIMpad_TSinus = ( Model_SIMpad | 0x000008 ), |
67 | |||
68 | Model_Ramses = ( 4 << 24 ), | ||
69 | |||
70 | Model_Ramses_All = ( Model_Ramses | 0xffffff ), | ||
71 | Model_Ramses_MNCI = ( Model_Ramses | 0x000001 ), | ||
67 | }; | 72 | }; |
68 | 73 | ||
69 | /** | 74 | /** |
@@ -75,6 +80,7 @@ enum OVendor { | |||
75 | Vendor_HP, | 80 | Vendor_HP, |
76 | Vendor_Sharp, | 81 | Vendor_Sharp, |
77 | Vendor_SIEMENS, | 82 | Vendor_SIEMENS, |
83 | Vendor_MundN, | ||
78 | }; | 84 | }; |
79 | 85 | ||
80 | /** | 86 | /** |