Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbmouse/mouse.h

    ra6add7a r21bb58d  
    4343#define NAME "usbmouse"
    4444
    45 /** Container for USB mouse device. */
    4645typedef struct {
    47         /** Generic device container. */
    4846        ddf_dev_t *device;
    49         /** Function representing the device. */
    5047        ddf_fun_t *mouse_fun;
    51         /** Representation of connection to the device. */
    5248        usb_device_connection_t wire;
    53         /** Default (zero) control pipe. */
    5449        usb_endpoint_pipe_t ctrl_pipe;
    55         /** Polling (in) pipe. */
    5650        usb_endpoint_pipe_t poll_pipe;
    57         /** Polling interval in microseconds. */
    5851        suseconds_t poll_interval_us;
    59         /** IPC phone to console (consumer). */
    6052        int console_phone;
    6153} usb_mouse_t;
Note: See TracChangeset for help on using the changeset viewer.