#include "mouse.h"
#include <usb/debug.h>
#include <usb/dev/poll.h>
#include <errno.h>
#include <str_error.h>
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| Main entry point. | |
| static int | usbmouse_add_device (usb_device_t *dev) |
| Callback when new mouse device is attached and recognised by DDF. | |
Variables | |
| static usb_endpoint_description_t * | endpoints [] |
| static usb_driver_t | mouse_driver |
| USB mouse driver. | |
| static usb_driver_ops_t | mouse_driver_ops |
| USB mouse driver ops. | |
Definition in file main.c.
1.4.7