diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/ipod-device.c | 3 |
2 files changed, 6 insertions, 2 deletions
@@ -1,10 +1,13 @@ -2005-02-14 Jorg Schuler <jcsjcs at users.sourceforge.net> +2005-02-19 Jorg Schuler <jcsjcs at users.sourceforge.net> * libgpod-1.0.pc: added gobject-2.0 to 'Requires:' list * src/db-itunes-parser.h: add '#pragma pack(4)' to fix 64bit issue with padding (at least as a temporary fix). + * src/ipod-device.c: added HP type color photo ipod 'S492'. Thanks + to David Desrosiers. + 2005-02-14 Jorg Schuler <jcsjcs at users.sourceforge.net> * po/ja.po: updated Japanese catalog -- thanks to Kentaro Fukuchi 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} }; |