#include <usb/dev/driver.h>
#include <usb/debug.h>
#include <errno.h>
#include <str_error.h>
Go to the source code of this file.
Defines | |
| #define | NAME "usbflbk" |
Functions | |
| int | main (int argc, char *argv[]) |
| Main entry point. | |
| static int | usbfallback_add_device (usb_device_t *dev) |
| Callback when new device is attached and recognized by DDF. | |
Variables | |
| static usb_driver_t | usbfallback_driver |
| USB fallback driver. | |
| static usb_driver_ops_t | usbfallback_driver_ops |
| USB fallback driver ops. | |
Definition in file main.c.
1.4.7