#include <ddf/driver.h>
#include <usb/debug.h>
#include <errno.h>
#include <str_error.h>
#include <usb/dev/driver.h>
#include <usb/dev/poll.h>
#include "usbhid.h"
Go to the source code of this file.
Defines | |
| #define | NAME "usbhid" |
Functions | |
| int | main (int argc, char *argv[]) |
| Main entry point. | |
| static int | usb_hid_add_device (usb_device_t *dev) |
| Callback for passing a new device to the driver. | |
| static int | usb_hid_try_add_device (usb_device_t *dev) |
| Function for adding a new device of type USB/HID/keyboard. | |
Variables | |
| static usb_driver_t | usb_hid_driver |
| static usb_driver_ops_t | usb_hid_driver_ops |
Definition in file main.c.
1.4.7