#include "libfreenect.h"#include "freenect_internal.h"#include "loader.h"#include <string.h>#include <errno.h>#include <stdio.h>#include <stdlib.h>
Go to the source code of this file.
Functions | |
| static int | check_version_string (fnusb_dev *dev) |
| static void | dump_bl_cmd (freenect_context *ctx, bootloader_command cmd) |
| static void | dump_cemd_cmd (freenect_context *ctx, cemdloader_command cmd) |
| static int | get_reply (fnusb_dev *dev) |
| FN_INTERNAL int | upload_cemd_data (fnusb_dev *dev) |
| FN_INTERNAL int | upload_firmware (fnusb_dev *dev, char *filename) |
| FN_INTERNAL int | upload_firmware_from_memory (fnusb_dev *dev, unsigned char *fw_from_mem, unsigned int fw_size_in_btyes) |
|
static |
|
static |
| FN_INTERNAL int upload_cemd_data | ( | fnusb_dev * | dev | ) |
| FN_INTERNAL int upload_firmware | ( | fnusb_dev * | dev, |
| char * | filename | ||
| ) |
| FN_INTERNAL int upload_firmware_from_memory | ( | fnusb_dev * | dev, |
| unsigned char * | fw_from_mem, | ||
| unsigned int | fw_size_in_btyes | ||
| ) |