commit d71cfef3902c8d75fb1d9f6c0d60ca713d8ee076
Author: Christophe Fergeau <[email protected]>
Date: Thu Oct 22 23:14:52 2009 +0200
added Bastien's 8GB second gen iTouch
src/itdb_device.c | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/src/itdb_device.c b/src/itdb_device.c
index 0b8f64e..01e5757 100644
--- a/src/itdb_device.c
+++ b/src/itdb_device.c
@@ -259,10 +259,12 @@ static const Itdb_IpodInfo ipod_info_table [] = {
{"C074", 16, ITDB_IPOD_MODEL_NANO_RED, ITDB_IPOD_GENERATION_NANO_5,
14},
{"C075", 16, ITDB_IPOD_MODEL_NANO_PINK, ITDB_IPOD_GENERATION_NANO_5,
14},
- /* iPod Touch */
+ /* iPod Touch 1st gen */
{"A623", 8, ITDB_IPOD_MODEL_TOUCH_SILVER,
ITDB_IPOD_GENERATION_TOUCH_1, 50},
{"A627", 16, ITDB_IPOD_MODEL_TOUCH_SILVER,
ITDB_IPOD_GENERATION_TOUCH_1, 50},
+ {"B528", 8, ITDB_IPOD_MODEL_TOUCH_SILVER,
ITDB_IPOD_GENERATION_TOUCH_2, 50},
+
/* iPod Touch 3rd gen */
/* The 8GB model is marked as 2nd gen because it's actually what the
* hardware is even if Apple markets it the same as the 2 bigger models
@@ -732,7 +734,8 @@ static const ItdbSerialToModel serial_to_model_mapping[] = {
{ "4NZ", "B867" }, /* 4GB Silver Shuffle 4g */
{ "891", "C164" }, /* 4GB Black Shuffle 4g */
- { "W4T", "A627" }, /* 16GB Silver iPod Touch */
+ { "W4T", "A627" }, /* 16GB Silver iPod Touch (1st gen) */
+ { "201", "B528" }, /* 8GB Silver iPod Touch (2nd gen) */
{ "7SJ", "C086" }, /* 8GB Silver iPod Touch (3rd gen) */
{ "6K4", "C011" }, /* 64GB Silver iPod Touch (3rd gen) */
------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2