Changeset 25971d2 in mainline for uspace/drv/usbhid/main.c


Ignore:
Timestamp:
2011-02-06T22:55:30Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
79d2987
Parents:
cd50486
Message:

Endpoint pipes has maximum packet size

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbhid/main.c

    rcd50486 r25971d2  
    426426         */
    427427        rc = usb_endpoint_pipe_initialize(&kbd_dev->poll_pipe, &kbd_dev->wire,
    428             GUESSED_POLL_ENDPOINT, USB_TRANSFER_INTERRUPT, USB_DIRECTION_IN);
     428            GUESSED_POLL_ENDPOINT, USB_TRANSFER_INTERRUPT, 8, USB_DIRECTION_IN);
    429429        if (rc != EOK) {
    430430                printf("Failed to initialize interrupt in pipe: %s.\n",
Note: See TracChangeset for help on using the changeset viewer.