Changes in uspace/drv/hid/usbhid/usbhid.c [3bacee1:7c3fb9b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/hid/usbhid/usbhid.c
r3bacee1 r7c3fb9b 511 511 512 512 if (ok) { 513 /* Save max input report size and 514 * allocate space for the report */ 513 /* 514 * Save max input report size and 515 * allocate space for the report 516 */ 515 517 rc = usb_hid_init_report(hid_dev); 516 518 if (rc != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.