Changeset f90c0d6 in mainline for uspace/drv/usbhid/mouse/mousedev.c
- Timestamp:
- 2011-05-07T09:50:39Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bc02b83
- Parents:
- 1c3fcf9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhid/mouse/mousedev.c
r1c3fcf9 rf90c0d6 309 309 * Wheel 310 310 */ 311 int wheel ;311 int wheel = 0; 312 312 313 313 path = usb_hid_report_path();
Note:
See TracChangeset
for help on using the changeset viewer.