summaryrefslogtreecommitdiffstats
path: root/src/itdb.h
diff options
context:
space:
mode:
authorteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2008-10-01 18:54:38 +0000
committerteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2008-10-01 18:54:38 +0000
commit5a426ee7b1bd4404664970b965abd1e6f2e76361 (patch)
tree4bd007d1b1e7ae822e4555c1b69145e46bd2b8ec /src/itdb.h
parent9c81a9356bc8e0015af095f6df8ef9ff9434a623 (diff)
downloadlibgpod-5a426ee7b1bd4404664970b965abd1e6f2e76361.tar.gz
libgpod-5a426ee7b1bd4404664970b965abd1e6f2e76361.tar.xz
libgpod-5a426ee7b1bd4404664970b965abd1e6f2e76361.zip
* src/itdb.h: add enum entries for the new ipod classic and the new
nanos * src/itdb_device.c: add entries for the new nanos and the new ipod classic, add some serial numbers for older ipod models git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2127 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/itdb.h')
-rw-r--r--src/itdb.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/itdb.h b/src/itdb.h
index d53f588..1c0967f 100644
--- a/src/itdb.h
+++ b/src/itdb.h
@@ -93,9 +93,11 @@ typedef enum {
ITDB_IPOD_GENERATION_NANO_1,
ITDB_IPOD_GENERATION_NANO_2,
ITDB_IPOD_GENERATION_NANO_3,
+ ITDB_IPOD_GENERATION_NANO_4,
ITDB_IPOD_GENERATION_VIDEO_1,
ITDB_IPOD_GENERATION_VIDEO_2,
ITDB_IPOD_GENERATION_CLASSIC_1,
+ ITDB_IPOD_GENERATION_CLASSIC_2,
ITDB_IPOD_GENERATION_TOUCH_1,
ITDB_IPOD_GENERATION_IPHONE_1,
} Itdb_IpodGeneration;
@@ -124,6 +126,9 @@ typedef enum {
ITDB_IPOD_MODEL_NANO_GREEN,
ITDB_IPOD_MODEL_NANO_PINK,
ITDB_IPOD_MODEL_NANO_RED,
+ ITDB_IPOD_MODEL_NANO_YELLOW,
+ ITDB_IPOD_MODEL_NANO_PURPLE,
+ ITDB_IPOD_MODEL_NANO_ORANGE,
ITDB_IPOD_MODEL_IPHONE_1,
ITDB_IPOD_MODEL_SHUFFLE_SILVER,
ITDB_IPOD_MODEL_SHUFFLE_PINK,