Changes in uspace/srv/hid/input/include/mouse.h [cc574511:cce8a83] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/include/mouse.h
rcc574511 rcce8a83 49 49 50 50 /** Service ID (only for mousedev devices) */ 51 service_id_t service_id; 51 service_id_t svc_id; 52 53 /** Device service name (only for mousedev devices) */ 54 char *svc_name; 52 55 53 56 /** Port ops */
Note:
See TracChangeset
for help on using the changeset viewer.