Index: output/eeprom.dat
===================================================================
--- /1121s/branch/mouse/mouse_public_1M/output/eeprom.dat	(revision 2622)
+++ /1121s/branch/mouse/mouse_public_1M/output/eeprom.dat	(working copy)
@@ -2574,8 +2574,8 @@
 0a
 ce
 c5
-89
-60
+db
+bf
 07
 fc
 96
@@ -5492,8 +5492,8 @@
 49
 99
 4a
-1f
-5b
+12
+fc
 ce
 ba
 cb
Index: output/otp.dat
===================================================================
--- /1121s/branch/mouse/mouse_public_1M/output/otp.dat	(revision 2622)
+++ /1121s/branch/mouse/mouse_public_1M/output/otp.dat	(working copy)
@@ -2583,8 +2583,8 @@
 0a
 ce
 c5
-89
-60
+db
+bf
 07
 fc
 96
@@ -5501,8 +5501,8 @@
 49
 99
 4a
-1f
-5b
+12
+fc
 ce
 ba
 cb
Index: output/program.lis
===================================================================
--- /1121s/branch/mouse/mouse_public_1M/output/program.lis	(revision 2622)
+++ /1121s/branch/mouse/mouse_public_1M/output/program.lis	(working copy)
@@ -806,7 +806,7 @@
 
 p_g24_reconn_mode_judge:
 027d 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
-027e c2983291 bbit1 mouse_enable_auto_24g_paring ,g24_pair_start 
+027e c298604e bbit1 mouse_enable_auto_24g_paring ,mouse_24g_pair_mode_check 
 027f 20203549 branch g24_reconn_receiver_addr 
 
 p_g24_reconn_device_fail:
@@ -23879,6 +23879,8 @@
 604b 58000000 setarg 0 
 604c 67e145de store 2 ,mem_24g_reconn_timeout 
 604d 20405c39 call mouse_stop_discovery 
+
+mouse_24g_pair_mode_check:
 604e 70458901 jam type_ms ,mem_24g_data_type 
 604f 6fe44713 fetch mouse_flag_len ,mem_mouse_flag 
 6050 c30b3291 bbit0 mouse_enable_keyboard ,g24_pair_start 
Index: program/app_mouse.prog
===================================================================
--- /1121s/branch/mouse/mouse_public_1M/program/app_mouse.prog	(revision 2621)
+++ /1121s/branch/mouse/mouse_public_1M/program/app_mouse.prog	(working copy)
@@ -4450,6 +4450,7 @@
 	setarg 0
 	store 2,mem_24g_reconn_timeout	
 	call mouse_stop_discovery
+mouse_24g_pair_mode_check:
 	jam TYPE_MS,mem_24g_data_type
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag
 	bbit0 MOUSE_ENABLE_KEYBOARD,g24_pair_start
Index: program/patch.prog
===================================================================
--- /1121s/branch/mouse/mouse_public_1M/program/patch.prog	(revision 2622)
+++ /1121s/branch/mouse/mouse_public_1M/program/patch.prog	(working copy)
@@ -880,7 +880,7 @@
 
 p_g24_reconn_mode_judge:
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-	bbit1 MOUSE_ENABLE_AUTO_24G_PARING,g24_pair_start
+	bbit1 MOUSE_ENABLE_AUTO_24G_PARING,mouse_24g_pair_mode_check
 	branch g24_reconn_receiver_addr
 
 p_g24_reconn_device_fail:
