Changeset 7c3fb9b in mainline for uspace/drv/hid/usbhid/kbd/kbddev.c
- Timestamp:
- 2018-05-17T08:29:01Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6ff23ff
- Parents:
- fac0ac7
- git-author:
- Jiri Svoboda <jiri@…> (2018-05-16 17:28:17)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-05-17 08:29:01)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/hid/usbhid/kbd/kbddev.c
rfac0ac7 r7c3fb9b 174 174 async_answer_0(icall_handle, EOK); 175 175 break; 176 /* This might be ugly but async_callback_receive_start makes no 177 * difference for incorrect call and malloc failure. */ 176 /* 177 * This might be ugly but async_callback_receive_start makes no 178 * difference for incorrect call and malloc failure. 179 */ 178 180 case IPC_M_CONNECT_TO_ME: 179 181 sess = async_callback_receive_start(EXCHANGE_SERIALIZE, icall); … … 579 581 } 580 582 581 /* Set LEDs according to initial setup. 582 * Set Idle rate */ 583 /* 584 * Set LEDs according to initial setup. 585 * Set Idle rate 586 */ 583 587 usb_kbd_set_led(hid_dev, kbd_dev); 584 588 … … 649 653 } 650 654 651 /* Store the initialized HID device and HID ops 652 * to the DDF function. */ 655 /* 656 * Store the initialized HID device and HID ops 657 * to the DDF function. 658 */ 653 659 ddf_fun_set_ops(fun, &kbdops); 654 660
Note:
See TracChangeset
for help on using the changeset viewer.