Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/input/mouse.h

    r593e023 ra35b458  
    4747        /** Link to mouse_devs list */
    4848        link_t link;
    49        
     49
    5050        /** Service ID (only for mousedev devices) */
    5151        service_id_t svc_id;
    52        
     52
    5353        /** Device service name (only for mousedev devices) */
    5454        char *svc_name;
    55        
     55
    5656        /** Port ops */
    5757        struct mouse_port_ops *port_ops;
    58        
     58
    5959        /** Protocol ops */
    6060        struct mouse_proto_ops *proto_ops;
Note: See TracChangeset for help on using the changeset viewer.