Changeset 5f6e25e in mainline for uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.c
- Timestamp:
- 2011-08-29T23:00:12Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 58cbb0c8
- Parents:
- c5be39b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.c
rc5be39b r5f6e25e 80 80 if (!usb_kbd_is_initialized(kbd)) { 81 81 if (usb_kbd_is_ready_to_destroy(kbd)) { 82 usb_kbd_free(&kbd); 83 assert(kbd == NULL); 82 usb_kbd_destroy(kbd); 84 83 } 85 84 return;
Note:
See TracChangeset
for help on using the changeset viewer.