Revision: 1764
          http://gtkpod.svn.sourceforge.net/gtkpod/?rev=1764&view=rev
Author:   teuf
Date:     2007-11-08 01:16:25 -0800 (Thu, 08 Nov 2007)

Log Message:
-----------
* src/itdb_device.c: (itdb_device_requires_checksum): the iPod Touch
needs a firewire id as well

Modified Paths:
--------------
    libgpod/trunk/ChangeLog
    libgpod/trunk/src/itdb_device.c

Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog     2007-11-08 08:52:39 UTC (rev 1763)
+++ libgpod/trunk/ChangeLog     2007-11-08 09:16:25 UTC (rev 1764)
@@ -1,3 +1,8 @@
+2007-11-08  Christophe Fergeau  <[EMAIL PROTECTED]>
+
+       * src/itdb_device.c: (itdb_device_requires_checksum): the iPod Touch
+       needs a firewire id as well
+
 2007-11-08  Christophe Fergeau  <[EMAIL PROTECTED]>
 
        * tools/hal-callout.c: (mount_ipod): use g_get_tmp_dir instead of

Modified: libgpod/trunk/src/itdb_device.c
===================================================================
--- libgpod/trunk/src/itdb_device.c     2007-11-08 08:52:39 UTC (rev 1763)
+++ libgpod/trunk/src/itdb_device.c     2007-11-08 09:16:25 UTC (rev 1764)
@@ -1074,6 +1074,7 @@
     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 @@
     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;


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to