Changeset b4b534ac in mainline for uspace/drv/bus/usb/usbhid/generic/hiddev.c
- Timestamp:
- 2016-07-22T08:24:47Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f76d2c2
- Parents:
- 5b18137 (diff), 8351f9a4 (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/bus/usb/usbhid/generic/hiddev.c
r5b18137 rb4b534ac 190 190 /* Create the exposed function. */ 191 191 usb_log_debug("Creating DDF function %s...\n", HID_GENERIC_FUN_NAME); 192 ddf_fun_t *fun = ddf_fun_create(hid_dev->usb_dev->ddf_dev, fun_exposed,193 HID_GENERIC_FUN_NAME);192 ddf_fun_t *fun = usb_device_ddf_fun_create(hid_dev->usb_dev, 193 fun_exposed, HID_GENERIC_FUN_NAME); 194 194 if (fun == NULL) { 195 195 usb_log_error("Could not create DDF function node.\n");
Note:
See TracChangeset
for help on using the changeset viewer.