Changeset bbfa425 in mainline for uspace/drv/usbhid/mouse/mousedev.h
- Timestamp:
- 2011-06-01T16:12:03Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 662da50
- Parents:
- 083adbc (diff), 49ba19d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhid/mouse/mousedev.h
r083adbc rbbfa425 65 65 int usb_mouse_init(struct usb_hid_dev *hid_dev, void **data); 66 66 67 bool usb_mouse_polling_callback(struct usb_hid_dev *hid_dev, void *data ,68 uint8_t *buffer, size_t buffer_size );67 bool usb_mouse_polling_callback(struct usb_hid_dev *hid_dev, void *data/*, 68 uint8_t *buffer, size_t buffer_size*/); 69 69 70 70 void usb_mouse_deinit(struct usb_hid_dev *hid_dev, void *data);
Note:
See TracChangeset
for help on using the changeset viewer.