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