#include <errno.h>
#include <str_error.h>
#include <usb/debug.h>
#include <usb/classes/classes.h>
#include <usb/dev/request.h>
#include <usb/descriptor.h>
#include <usb/dev/pipes.h>
#include "usbmid.h"
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| Main entry point. | |
| static int | usbmid_add_device (usb_device_t *dev) |
| Callback when new MID device is attached to the host. | |
Variables | |
| static usb_driver_t | mid_driver |
| USB MID driver. | |
| static usb_driver_ops_t | mid_driver_ops |
| USB MID driver ops. | |
Definition in file main.c.
1.4.7