Index: output/eeprom.dat
===================================================================
--- /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/Only_24G_LR_Pair_139/output/eeprom.dat	(revision 1630)
+++ /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/Only_24G_LR_Pair_139/output/eeprom.dat	(working copy)
@@ -2658,16 +2658,16 @@
 ab
 c3
 17
-82
-a0
+c8
+39
 6f
 e0
 cb
 b4
 c0
 00
-82
-a0
+c8
+39
 20
 20
 48
@@ -2678,16 +2678,16 @@
 ab
 c3
 17
-82
-a0
+c8
+39
 c2
 89
-82
-a0
+c8
+39
 c2
 89
-02
-a0
+48
+39
 20
 20
 48
@@ -5884,8 +5884,8 @@
 20
 26
 f6
-07
-d5
+eb
+16
 aa
 55
 40
Index: output/program.lis
===================================================================
--- /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/Only_24G_LR_Pair_139/output/program.lis	(revision 1629)
+++ /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/Only_24G_LR_Pair_139/output/program.lis	(working copy)
@@ -857,16 +857,16 @@
 
 p_mouse_24g_auto_pair_attempt_fail:
 0296 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
-0297 c31782a0 bbit0 mouse_enable_24g_first_auto_pairing ,p_mouse_24g_attempt_fail_enter_hibernate 
+0297 c317c839 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
 0298 6fe0cbb4 fetch 1 ,mem_device_number 
-0299 c00082a0 beq 1 ,p_mouse_24g_attempt_fail_enter_hibernate 
+0299 c000c839 beq 1 ,mouse_24g_attempt_fail_enter_hibernate 
 029a 2020481a branch mouse_24g_first_bluetooth_reconnect 
 
 p_mouse_reconn_dongle_attempt_fail:
 029b 6fe44bab fetch mouse_flag_len ,mem_mouse_flag 
-029c c31782a0 bbit0 mouse_enable_24g_first_auto_pairing ,p_mouse_24g_attempt_fail_enter_hibernate 
-029d c28982a0 bbit1 mouse_enable_eeprom ,p_mouse_24g_attempt_fail_enter_hibernate 
-029e c28902a0 bbit1 mouse_enable_flash ,p_mouse_24g_attempt_fail_enter_hibernate 
+029c c317c839 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
+029d c289c839 bbit1 mouse_enable_eeprom ,mouse_24g_attempt_fail_enter_hibernate 
+029e c2894839 bbit1 mouse_enable_flash ,mouse_24g_attempt_fail_enter_hibernate 
 029f 20204812 branch mouse_24g_start_auto_pair + 1 
 
 p_mouse_24g_attempt_fail_enter_hibernate:
Index: program/patch.prog
===================================================================
--- /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/Only_24G_LR_Pair_139/program/patch.prog	(revision 1629)
+++ /YC1308AC/branch/mouse_project/XZR/mouse_public_xzr_branch/Only_24G_LR_Pair_139/program/patch.prog	(working copy)
@@ -899,16 +899,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
+	beq 1,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:
