Changeset b9e3aa3 in mainline for uspace/drv/usbhid/kbd/kbddev.c
- Timestamp:
- 2011-05-30T14:13:53Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f3f9733
- Parents:
- 2002595 (diff), 8357fc9 (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/kbd/kbddev.c
r2002595 rb9e3aa3 798 798 } 799 799 800 usb_log_debug("%s function created. Handle: % d\n", HID_KBD_FUN_NAME,801 fun->handle);800 usb_log_debug("%s function created. Handle: %" PRIun "\n", 801 HID_KBD_FUN_NAME, fun->handle); 802 802 803 803 usb_log_debug("Adding DDF function to class %s...\n",
Note:
See TracChangeset
for help on using the changeset viewer.