Index: trunk/apps/misc.c =================================================================== --- trunk/apps/misc.c (revision 15235) +++ trunk/apps/misc.c (working copy) @@ -34,6 +34,7 @@ #include "mpeg.h" #include "audio.h" #include "mp3_playback.h" +#include "pcmbuf.h" #include "settings.h" #include "ata.h" #include "ata_idle_notify.h" @@ -888,10 +889,14 @@ #if CONFIG_CHARGING case SYS_CHARGER_CONNECTED: car_adapter_mode_processing(true); + if(global_settings.beep_notification) + pcmbuf_beep(5000, 150, 1500); return SYS_CHARGER_CONNECTED; case SYS_CHARGER_DISCONNECTED: car_adapter_mode_processing(false); + if(global_settings.beep_notification) + pcmbuf_beep(5000, 150, 1500); return SYS_CHARGER_DISCONNECTED; case SYS_CAR_ADAPTER_RESUME: