From cf7d7a8fd9931df4ed3cb0bd7f6431dff23bf33e Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Thu, 8 Nov 2007 09:16:25 +0000 Subject: * src/itdb_device.c: (itdb_device_requires_checksum): the iPod Touch needs a firewire id as well git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1764 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- src/itdb_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/itdb_device.c b/src/itdb_device.c index caaea58..0f8c90a 100644 --- a/src/itdb_device.c +++ b/src/itdb_device.c @@ -1074,6 +1074,7 @@ G_GNUC_INTERNAL gboolean itdb_device_requires_checksum (Itdb_Device *device) switch (info->ipod_generation) { case ITDB_IPOD_GENERATION_CLASSIC_1: case ITDB_IPOD_GENERATION_NANO_3: + case ITDB_IPOD_GENERATION_TOUCH_1: return TRUE; case ITDB_IPOD_GENERATION_UNKNOWN: @@ -1092,7 +1093,6 @@ G_GNUC_INTERNAL gboolean itdb_device_requires_checksum (Itdb_Device *device) case ITDB_IPOD_GENERATION_NANO_2: case ITDB_IPOD_GENERATION_VIDEO_1: case ITDB_IPOD_GENERATION_VIDEO_2: - case ITDB_IPOD_GENERATION_TOUCH_1: case ITDB_IPOD_GENERATION_FIFTH: case ITDB_IPOD_GENERATION_SIXTH: return FALSE; -- cgit