author | eilers <eilers> | 2003-11-17 17:32:52 (UTC) |
---|---|---|
committer | eilers <eilers> | 2003-11-17 17:32:52 (UTC) |
commit | 8515000ba00ec666ee5e68fdd3c2786186093b93 (patch) (side-by-side diff) | |
tree | 927872bd5ee1dc48c54e8f38fa71a9603183d26e | |
parent | d46685864bb18ffa82d5dac4fcfb1ae96471e89a (diff) | |
download | opie-8515000ba00ec666ee5e68fdd3c2786186093b93.zip opie-8515000ba00ec666ee5e68fdd3c2786186093b93.tar.gz opie-8515000ba00ec666ee5e68fdd3c2786186093b93.tar.bz2 |
Changing Model_Zaurus_SLC700 to Model_Zaurus_SLC7x0 as it is in BRANCH_1_0..
-rw-r--r-- | libopie/odevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie/odevice.h b/libopie/odevice.h index 46f1614..25910b5 100644 --- a/libopie/odevice.h +++ b/libopie/odevice.h @@ -48,33 +48,33 @@ enum OModel { Model_iPAQ_H31xx = ( Model_iPAQ | 0x000001 ), Model_iPAQ_H36xx = ( Model_iPAQ | 0x000002 ), Model_iPAQ_H37xx = ( Model_iPAQ | 0x000004 ), Model_iPAQ_H38xx = ( Model_iPAQ | 0x000008 ), Model_iPAQ_H39xx = ( Model_iPAQ | 0x000010 ), Model_iPAQ_H5xxx = ( Model_iPAQ | 0x000011 ), Model_Jornada = ( 6 << 24 ), Model_Jornada_56x = ( Model_Jornada | 0x000001 ), Model_Zaurus = ( 2 << 24 ), Model_Zaurus_SL5000 = ( Model_Zaurus | 0x000001 ), 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_Zaurus_SLC7x0 = ( 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 ), Model_Ramses = ( 4 << 24 ), Model_Ramses_All = ( Model_Ramses | 0xffffff ), Model_Ramses_MNCI = ( Model_Ramses | 0x000001 ), Model_Yopy = ( 5 << 24 ), |