diff options
author | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2006-02-19 10:44:47 +0000 |
---|---|---|
committer | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2006-02-19 10:44:47 +0000 |
commit | fe7799c6584beeea08e95a3274dbbc45a0ef077d (patch) | |
tree | d700530ef0201dfc5d16ff8831cb8feeb075df16 /src/ipod-device.c | |
parent | c88c7b8f003084c2e701a775553ba41e139d61ff (diff) | |
download | libgpod-fe7799c6584beeea08e95a3274dbbc45a0ef077d.tar.gz libgpod-fe7799c6584beeea08e95a3274dbbc45a0ef077d.tar.xz libgpod-fe7799c6584beeea08e95a3274dbbc45a0ef077d.zip |
* src/ipod-device.c: added HP type color photo ipod 'S492'. Thanks
to David Desrosiers.
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1207 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/ipod-device.c')
-rw-r--r-- | src/ipod-device.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ipod-device.c b/src/ipod-device.c index 3f16c3b..26c25bb 100644 --- a/src/ipod-device.c +++ b/src/ipod-device.c @@ -1,4 +1,4 @@ -/* Time-stamp: <2006-02-14 22:09:32 jcs> +/* Time-stamp: <2006-02-19 19:41:56 jcs> | | Copyright (C) 2005 Jorg Schuler <jcsjcs at users sourceforge net> | Part of the gtkpod project. @@ -169,6 +169,7 @@ static const IpodModel ipod_model_table [] = { /* HP iPods, need contributions for this table */ {"E436", 40 * GB, MODEL_TYPE_REGULAR, FOURTH_GENERATION}, + {"S492", 30 * GB, MODEL_TYPE_COLOR, FOURTH_GENERATION}, {NULL, 0, 0, 0} }; |