Index: apps/main.c =================================================================== --- apps/main.c (revision 13721) +++ apps/main.c (working copy) @@ -421,7 +421,9 @@ static void init(void) eeprom_settings_init(); #endif +#ifndef IPOD_VIDEO usb_start_monitoring(); +#endif while (usb_detect()) { #ifdef HAVE_EEPROM_SETTINGS @@ -557,6 +559,9 @@ static void init(void) #if CONFIG_CHARGING car_adapter_mode_init(); #endif +#ifdef IPOD_VIDEO + usb_start_monitoring(); +#endif } #ifdef CPU_PP