Changeset d5e7668 in mainline for uspace/app/virtusbkbd/virtusbkbd.c
- Timestamp:
- 2010-12-13T14:56:16Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update
- Children:
- 266d0871
- Parents:
- 76daaf9f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/virtusbkbd/virtusbkbd.c
r76daaf9f rd5e7668 138 138 USBVIRT_REQUEST_RECIPIENT_DEVICE), 139 139 .request = USB_DEVREQ_GET_DESCRIPTOR, 140 .name = "GetDescriptor", 140 141 .callback = stdreq_on_get_descriptor 141 142 }, … … 146 147 USBVIRT_REQUEST_RECIPIENT_DEVICE), 147 148 .request = USB_DEVREQ_GET_DESCRIPTOR, 149 .name = "GetDescriptor", 148 150 .callback = stdreq_on_get_descriptor 149 151 }, … … 268 270 269 271 printf("%s: Simulating keyboard events...\n", NAME); 272 fibril_sleep(10); 270 273 while (1) { 271 274 kb_process_events(&status, keyboard_events, keyboard_events_count,
Note:
See TracChangeset
for help on using the changeset viewer.