Index: firmware/target/arm/ipod/powermgmt-ipod-pcf.c =================================================================== --- firmware/target/arm/ipod/powermgmt-ipod-pcf.c (revision 19189) +++ firmware/target/arm/ipod/powermgmt-ipod-pcf.c (working copy) @@ -32,9 +32,12 @@ 3330 #elif defined IPOD_VIDEO 3300 +#elif defined IPOD_COLOR + 3300 #else - /* FIXME: calibrate value for other 3G+ ipods */ - 3380 + /* FIXME: calibrate value for other 1g, 2g, 3g, 4g(Grayscale), mini1g, mini2g ipods */ + /* Table is "Provisional" from iPod color/photo. */ + 3300 #endif }; @@ -44,9 +47,12 @@ 3230 #elif defined IPOD_VIDEO 3300 +#elif defined IPOD_COLOR + 3300 #else - /* FIXME: calibrate value for other 3G+ ipods */ - 3020 + /* FIXME: calibrate value for other 1g, 2g, 3g, 4g(Grayscale), mini1g, mini2g ipods */ + /* Table is "Provisional" from iPod color/photo. */ + 3300 #endif }; @@ -59,10 +65,12 @@ #elif defined IPOD_VIDEO /* iPOD Video 30GB Li-Ion 400mAh, first approach based upon measurements */ { 3450, 3670, 3710, 3750, 3790, 3830, 3870, 3930, 4010, 4100, 4180 }, +#elif defined IPOD_COLOR + { 3450, 3660, 3700, 3730, 3750, 3770, 3820, 3870, 3920, 4040, 4170 }, #else - /* FIXME: calibrate value for other 3G+ ipods */ - /* Table is "inherited" from iriver H100. */ - { 3370, 3650, 3700, 3740, 3780, 3820, 3870, 3930, 4000, 4080, 4160 } + /* FIXME: calibrate value for other 1g, 2g, 3g, 4g(Grayscale), mini1g, mini2g ipods */ + /* Table is "Provisional" from iPod color/photo. */ + { 3450, 3660, 3700, 3730, 3750, 3770, 3820, 3870, 3920, 4040, 4170 }, #endif }; @@ -76,10 +84,12 @@ #elif defined IPOD_VIDEO /* iPOD Video 30GB Li-Ion 400mAh, first approach based upon measurements */ 3450, 3670, 3710, 3750, 3790, 3830, 3870, 3930, 4010, 4100, 4180 +#elif defined IPOD_COLOR + 3450, 3660, 3700, 3730, 3750, 3770, 3820, 3870, 3920, 4040, 4170 #else - /* FIXME: calibrate value for other 3G+ ipods */ - /* Table is "inherited" from iriver H100. */ - 3540, 3860, 3930, 3980, 4000, 4020, 4040, 4080, 4130, 4180, 4230 + /* FIXME: calibrate value for other 1g, 2g, 3g, 4g(Grayscale), mini1g, mini2g ipods */ + /* Table is "Provisional" from iPod color/photo. */ + 3450, 3660, 3700, 3730, 3750, 3770, 3820, 3870, 3920, 4040, 4170 #endif }; #endif /* CONFIG_CHARGING */