Changes in uspace/drv/bus/usb/usbhid/mouse/mousedev.h [5da7199:70172dc4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhid/mouse/mousedev.h
r5da7199 r70172dc4 48 48 /** IPC session to console (consumer). */ 49 49 async_sess_t *mouse_sess; 50 async_sess_t *wheel_sess; 51 50 51 /* Mouse buttons statuses. */ 52 52 int32_t *buttons; 53 53 size_t buttons_count; 54 54 55 ddf_dev_ops_t ops; 56 /* DDF mouse function */ 57 ddf_fun_t *mouse_fun; 55 58 } usb_mouse_t; 56 59 57 60 /*----------------------------------------------------------------------------*/ 58 61 59 usb_endpoint_description_t usb_hid_mouse_poll_endpoint_description;62 extern const usb_endpoint_description_t usb_hid_mouse_poll_endpoint_description; 60 63 61 64 const char *HID_MOUSE_FUN_NAME;
Note:
See TracChangeset
for help on using the changeset viewer.