#include "mouse.h"
#include <usb/debug.h>
#include <usb/classes/classes.h>
#include <usb/hid/hid.h>
#include <usb/dev/request.h>
#include <usb/hid/request.h>
#include <errno.h>
Go to the source code of this file.
Functions | |
static void | default_connection_handler (ddf_fun_t *fun, ipc_callid_t icallid, ipc_call_t *icall) |
Default handler for IPC methods not handled by DDF. | |
int | usb_mouse_create (usb_device_t *dev) |
Create USB mouse device. | |
Variables | |
static ddf_dev_ops_t | mouse_ops |
Device ops for USB mouse. | |
usb_endpoint_description_t | poll_endpoint_description |
Mouse polling endpoint description for boot protocol subclass. |
Definition in file init.c.