Changeset 58563585 in mainline for uspace/drv/bus/usb/usbhid/mouse/mousedev.c
- Timestamp:
- 2016-08-31T11:15:39Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 10cb47e
- Parents:
- 7a67416
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhid/mouse/mousedev.c
r7a67416 r58563585 254 254 "will not be destroyed.\n", ddf_fun_get_name(fun)); \ 255 255 } \ 256 } else (void) 0256 } else (void) 0 257 257 258 258 /** Get highest index of a button mentioned in given report. … … 325 325 326 326 if (hid_dev == NULL) { 327 usb_log_error("Failed to init keyboardstructure: no structure"327 usb_log_error("Failed to init mouse structure: no structure" 328 328 " given.\n"); 329 329 return EINVAL;
Note:
See TracChangeset
for help on using the changeset viewer.