The firmware now generates an interrupt after it booted.
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
" ~`!1@2#3$4%%5^6&7*8(9)0_-+={[}]|\\:;\"'<,>.?/");
#endif /* CONFIG_CARL9170FW_DEBUG */
+ /*
+ * Tell the host, that the firmware has booted and is
+ * now ready to process requests.
+ */
+ send_cmd_to_host(0, CARL9170_RSP_BOOT, 0x00, NULL);
main_loop();
}
CARL9170_RSP_HEXDUMP = 0xcc,
CARL9170_RSP_RADAR = 0xcd,
CARL9170_RSP_GPIO = 0xce,
+ CARL9170_RSP_BOOT = 0xcf,
};
struct carl9170_set_key_cmd {