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