Index: format/app_module.format
===================================================================
--- /YC1308AC/branch/mouse_project/MingZhe_Project/mouse_pubulic/format/app_module.format	(revision 4229)
+++ /YC1308AC/branch/mouse_project/MingZhe_Project/mouse_pubulic/format/app_module.format	(working copy)
@@ -167,7 +167,7 @@
 0x36 HCI_CMD_LE_SEND_CONN_UPDATE_REQ
 0x37 HCI_CMD_LE_SET_ADV_PARM
 0x38 HCI_CMD_LE_START_PAIRING
-0x40 HCI_CMD_SET_WAKE_GPIO
+ HCI_CMD_SET_WAKE_GPIO
 0x42 HCI_CMD_SET_TX_POWER
 0x43 HCI_CMD_BOOT_VERSION_REQ
 0x48 HCI_CMD_LE_CONFIRM_GKEY
Index: output/eeprom.dat
===================================================================
--- /YC1308AC/branch/mouse_project/MingZhe_Project/mouse_pubulic/output/eeprom.dat	(revision 4229)
+++ /YC1308AC/branch/mouse_project/MingZhe_Project/mouse_pubulic/output/eeprom.dat	(working copy)
@@ -538,8 +538,8 @@
 12
 da
 60
-4c
-ab
+4a
+39
 20
 40
 42
@@ -6948,8 +6948,8 @@
 60
 00
 00
-6b
-a8
+98
+6c
 aa
 55
 40
Index: output/flash.dat
===================================================================
--- /YC1308AC/branch/mouse_project/MingZhe_Project/mouse_pubulic/output/flash.dat	(revision 4229)
+++ /YC1308AC/branch/mouse_project/MingZhe_Project/mouse_pubulic/output/flash.dat	(working copy)
@@ -538,8 +538,8 @@
 12
 da
 60
-4c
-ab
+4a
+39
 20
 40
 42
@@ -6948,8 +6948,8 @@
 60
 00
 00
-6b
-a8
+98
+6c
 aa
 55
 40
Index: output/program.lis
===================================================================
--- /YC1308AC/branch/mouse_project/MingZhe_Project/mouse_pubulic/output/program.lis	(revision 4229)
+++ /YC1308AC/branch/mouse_project/MingZhe_Project/mouse_pubulic/output/program.lis	(working copy)
@@ -165,7 +165,7 @@
 0082 70492705 jam mx8650 ,mem_config_sensor_type 
 0083 20404232 call mouse_sensor_reset 
 0084 20407d12 call delay_10ms 
-0085 da604cab arg mem_sensor_8650_init_new ,regc 
+0085 da604a39 arg mem_sensor_8650_init ,regc 
 0086 2040422b call mouse_sensor_wr_seq 
 0087 2020408e branch mouse_dpi_config 
 
@@ -18727,7 +18727,7 @@
 3859 c01b3a16 beq hci_cmd_le_send_conn_update_req ,module_hci_cmd_le_send_conn_update_req 
 385a c01bba1f beq hci_cmd_le_set_adv_parm ,module_hci_cmd_set_le_adv_parameter 
 385b c01c3a22 beq hci_cmd_le_start_pairing ,module_hci_cmd_le_start_pairing 
-385c c0203a2a beq hci_cmd_set_wake_gpio ,module_hci_cmd_set_wake_gpio 
+385c c01c3a2a beq hci_cmd_set_wake_gpio ,module_hci_cmd_set_wake_gpio 
 385d c0213a34 beq hci_cmd_set_tx_power ,module_hci_cmd_set_tx_power 
 385e c0243a39 beq hci_cmd_le_confirm_gkey ,module_hci_cmd_le_confirm_gkey 
 385f c024ba44 beq hci_cmd_reject_justwork ,module_hci_cmd_set_reject_justwork_flag 
Index: output/ramcode.rom
===================================================================
--- /YC1308AC/branch/mouse_project/MingZhe_Project/mouse_pubulic/output/ramcode.rom	(revision 4229)
+++ /YC1308AC/branch/mouse_project/MingZhe_Project/mouse_pubulic/output/ramcode.rom	(working copy)
@@ -131,7 +131,7 @@
 70492705
 20404232
 20407d12
-da604cab
+da604a39
 2040422b
 2020408e
 78547c00
Index: output/romcode.rom
===================================================================
--- /YC1308AC/branch/mouse_project/MingZhe_Project/mouse_pubulic/output/romcode.rom	(revision 4229)
+++ /YC1308AC/branch/mouse_project/MingZhe_Project/mouse_pubulic/output/romcode.rom	(working copy)
@@ -12378,7 +12378,7 @@
 c01b3a16
 c01bba1f
 c01c3a22
-c0203a2a
+c01c3a2a
 c0213a34
 c0243a39
 c024ba44
@@ -30717,4 +30717,4 @@
 00000000
 00000000
 00000000
-00000839
+00004e13
Index: program/patch.prog
===================================================================
--- /YC1308AC/branch/mouse_project/MingZhe_Project/mouse_pubulic/program/patch.prog	(revision 4229)
+++ /YC1308AC/branch/mouse_project/MingZhe_Project/mouse_pubulic/program/patch.prog	(working copy)
@@ -213,7 +213,7 @@
 	jam MX8650,mem_config_sensor_type
 	call mouse_sensor_reset
 	call delay_10ms
-	arg mem_sensor_8650_init_new,regc
+	arg mem_sensor_8650_init,regc
 	call mouse_sensor_wr_seq
 	branch mouse_dpi_config
 	
Index: program_patch/main_patch.prog
===================================================================
--- /YC1308AC/branch/mouse_project/MingZhe_Project/mouse_pubulic/program_patch/main_patch.prog	(revision 4229)
+++ /YC1308AC/branch/mouse_project/MingZhe_Project/mouse_pubulic/program_patch/main_patch.prog	(working copy)
@@ -213,7 +213,7 @@
 	jam MX8650,mem_config_sensor_type
 	call mouse_sensor_reset
 	call delay_10ms
-	arg mem_sensor_8650_init_new,regc
+	arg mem_sensor_8650_init,regc
 	call mouse_sensor_wr_seq
 	branch mouse_dpi_config
 	
Index: /YC1308AC/branch/mouse_project/MingZhe_Project/mouse_pubulic/sched/mouse.dat	(added)
===================================================================
--- /YC1308AC/branch/mouse_project/MingZhe_Project/mouse_pubulic/sched/mouse.dat	(revision 0)
+++ /YC1308AC/branch/mouse_project/MingZhe_Project/mouse_pubulic/sched/mouse.dat	(revision 0)
