Changes in uspace/srv/hid/input/mouse.h [593e023:a35b458] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/mouse.h
r593e023 ra35b458 47 47 /** Link to mouse_devs list */ 48 48 link_t link; 49 49 50 50 /** Service ID (only for mousedev devices) */ 51 51 service_id_t svc_id; 52 52 53 53 /** Device service name (only for mousedev devices) */ 54 54 char *svc_name; 55 55 56 56 /** Port ops */ 57 57 struct mouse_port_ops *port_ops; 58 58 59 59 /** Protocol ops */ 60 60 struct mouse_proto_ops *proto_ops;
Note:
See TracChangeset
for help on using the changeset viewer.