Changes in uspace/drv/usbhid/kbd/kbddev.c [0d59d0e9:4939490] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhid/kbd/kbddev.c
r0d59d0e9 r4939490 798 798 } 799 799 800 usb_log_debug("%s function created. Handle: % " PRIun "\n",801 HID_KBD_FUN_NAME,fun->handle);800 usb_log_debug("%s function created. Handle: %d\n", HID_KBD_FUN_NAME, 801 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.