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