Index: output/eeprom.dat
===================================================================
--- /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/SDK/SlideSwitch_3mode_Logo/output/eeprom.dat	(revision 4416)
+++ /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/SDK/SlideSwitch_3mode_Logo/output/eeprom.dat	(working copy)
@@ -2418,8 +2418,8 @@
 ab
 c3
 17
-82
-64
+c8
+39
 6f
 e0
 cb
@@ -2438,16 +2438,16 @@
 ab
 c3
 17
-82
-64
+c8
+39
 c2
 89
-82
-64
+c8
+39
 c2
 89
-02
-64
+48
+39
 20
 20
 48
@@ -4812,8 +4812,8 @@
 20
 04
 a0
-e0
-85
+d5
+76
 aa
 55
 40
Index: output/program.lis
===================================================================
--- /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/SDK/SlideSwitch_3mode_Logo/output/program.lis	(revision 4416)
+++ /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/SDK/SlideSwitch_3mode_Logo/output/program.lis	(working copy)
@@ -763,16 +763,16 @@
 
 p_mouse_24g_auto_pair_attempt_fail:
 025a 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
-025b c3178264 bbit0 mouse_enable_24g_first_auto_pairing ,p_mouse_24g_attempt_fail_enter_hibernate 
+025b c317c839 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
 025c 6fe0cbb4 fetch 1 ,mem_device_number 
 025d c0008264 beq 1 ,p_mouse_24g_attempt_fail_enter_hibernate 
 025e 2020481a branch mouse_24g_first_bluetooth_reconnect 
 
 p_mouse_reconn_dongle_attempt_fail:
 025f 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
-0260 c3178264 bbit0 mouse_enable_24g_first_auto_pairing ,p_mouse_24g_attempt_fail_enter_hibernate 
-0261 c2898264 bbit1 mouse_enable_eeprom ,p_mouse_24g_attempt_fail_enter_hibernate 
-0262 c2890264 bbit1 mouse_enable_flash ,p_mouse_24g_attempt_fail_enter_hibernate 
+0260 c317c839 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
+0261 c289c839 bbit1 mouse_enable_eeprom ,mouse_24g_attempt_fail_enter_hibernate 
+0262 c2894839 bbit1 mouse_enable_flash ,mouse_24g_attempt_fail_enter_hibernate 
 0263 20204812 branch mouse_24g_start_auto_pair + 1 
 
 p_mouse_24g_attempt_fail_enter_hibernate:
Index: program/patch.prog
===================================================================
--- /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/SDK/SlideSwitch_3mode_Logo/program/patch.prog	(revision 4416)
+++ /YC1308AC/branch/mouse_project/YJX_Project/1011-T_Project/SDK/SlideSwitch_3mode_Logo/program/patch.prog	(working copy)
@@ -790,16 +790,16 @@
 
 p_mouse_24g_auto_pair_attempt_fail:
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag 
-	bbit0 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,p_mouse_24g_attempt_fail_enter_hibernate
+	bbit0 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_attempt_fail_enter_hibernate
 	fetch 1,mem_device_number
 	beq 1,p_mouse_24g_attempt_fail_enter_hibernate		//24g first mode and only 2.4g device
 	branch mouse_24g_first_bluetooth_reconnect
 
 p_mouse_reconn_dongle_attempt_fail:
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-	bbit0 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,p_mouse_24g_attempt_fail_enter_hibernate
-	bbit1 MOUSE_ENABLE_EEPROM,p_mouse_24g_attempt_fail_enter_hibernate
-	bbit1 MOUSE_ENABLE_FLASH,p_mouse_24g_attempt_fail_enter_hibernate
+	bbit0 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_24g_attempt_fail_enter_hibernate
+	bbit1 MOUSE_ENABLE_EEPROM,mouse_24g_attempt_fail_enter_hibernate
+	bbit1 MOUSE_ENABLE_FLASH,mouse_24g_attempt_fail_enter_hibernate
 	branch mouse_24g_start_auto_pair+1
 
 p_mouse_24g_attempt_fail_enter_hibernate:
