Changeset 1824609b in mainline for uspace/drv/usbhid
- Timestamp:
- 2011-02-11T18:16:03Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 345ea18
- Parents:
- 8f198c9 (diff), d321cd7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
uspace/drv/usbhid/main.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhid/main.c
r8f198c9 r1824609b 401 401 402 402 rc = usb_endpoint_pipe_initialize(&kbd_dev->poll_pipe, &kbd_dev->wire, 403 GUESSED_POLL_ENDPOINT, USB_TRANSFER_INTERRUPT, USB_DIRECTION_IN);403 GUESSED_POLL_ENDPOINT, USB_TRANSFER_INTERRUPT, 8, USB_DIRECTION_IN); 404 404 if (rc != EOK) { 405 405 printf("Failed to initialize interrupt in pipe: %s.\n",
Note:
See TracChangeset
for help on using the changeset viewer.
