Changeset 4166fb1 in mainline for uspace/drv/usbhid/generic/hiddev.c
- Timestamp:
- 2011-05-28T19:33:52Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5c1a65e
- Parents:
- 151293d (diff), a066122c (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/generic/hiddev.c
r151293d r4166fb1 99 99 usb_hid_dev_t *hid_dev = (usb_hid_dev_t *)fun->driver_data; 100 100 101 usb_log_debug2("hid_dev: %p, Max input report size (% d).\n",101 usb_log_debug2("hid_dev: %p, Max input report size (%zu).\n", 102 102 hid_dev, hid_dev->max_input_report_size); 103 103 … … 226 226 } 227 227 228 usb_log_debug("HID function created. Handle: % d\n", fun->handle);228 usb_log_debug("HID function created. Handle: %" PRIun "\n", fun->handle); 229 229 230 230 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.