Index: program/patch.prog
===================================================================
--- /Branch/keyboard/C51SDK/btkb/program/patch.prog	(revision 4301)
+++ /Branch/keyboard/C51SDK/btkb/program/patch.prog	(working copy)
@@ -1550,6 +1550,7 @@
 	rtn
 
 p_check_51cmd_start_discovery:
+	call app_clear_reconnect_flag
 	jam 6,mem_connection_options
 	branch check_51cmd_start_discovery
 p_check_51cmd_reconnect:
@@ -1751,6 +1752,7 @@
 	beq hid_type_data,p_hid_rx_process_data
 	beq HID_TYPE_SET_REPORT,p_hid_rx_process_set_report
 	beq HID_TYPE_CONTROL,hid_rx_process_hid_control
+	beq HID_TYPE_GET_REPORT,hid_rx_process_handshake
 	rtn
 p_hid_rx_process_set_report:
 	call p_hid_rx_process_data
