From cd475b26a4eda2ac97c171d8bfb939833c47d5f3 Mon Sep 17 00:00:00 2001 From: GRiker Date: Thu, 16 Dec 2010 05:06:28 -0700 Subject: [PATCH] GwR update to get_device_information --- src/calibre/devices/apple/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/apple/driver.py b/src/calibre/devices/apple/driver.py index 0f281ecc92..6e236d9226 100644 --- a/src/calibre/devices/apple/driver.py +++ b/src/calibre/devices/apple/driver.py @@ -688,7 +688,7 @@ class ITUNES(DriverBase): if DEBUG: self.log.info("ITUNES:get_device_information()") - return ('iDevice','hw v1.0','sw v1.0', 'mime type normally goes here') + return (self.sources['iPod'],'hw v1.0','sw v1.0', 'mime type normally goes here') def get_file(self, path, outfile, end_session=True): '''