Changeset 19e0560e in mainline for uspace/drv/usbhid/kbd/main.c
- Timestamp:
- 2011-05-30T19:06:57Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 173922f
- Parents:
- 1aba480
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhid/kbd/main.c
r1aba480 r19e0560e 131 131 "Could not add DDF function to class 'keyboard': %s.\n", 132 132 str_error(rc)); 133 // TODO: Can / should I destroy the DDF function?134 133 ddf_fun_destroy(kbd_fun); 135 134 usb_kbd_free(&kbd_dev); 136 135 return rc; 137 136 } 138 139 /*140 * Create new fibril for handling this keyboard141 */142 //fid_t fid = fibril_create(usb_kbd_fibril, kbd_dev);143 137 144 138 /* Start automated polling function. … … 164 158 return rc; 165 159 } 166 //fibril_add_ready(fid);167 160 168 161 /*
Note:
See TracChangeset
for help on using the changeset viewer.