Changeset 27736cf in mainline for uspace/drv/bus/usb/vhc/connhost.c


Ignore:
Timestamp:
2011-10-31T16:50:31Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
07a7a97d
Parents:
f37eb84
Message:

usb: Don't pass speed info when registering endpoint.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/vhc/connhost.c

    rf37eb84 r27736cf  
    128128 */
    129129static int register_endpoint(ddf_fun_t *fun,
    130     usb_address_t address, usb_speed_t speed, usb_endpoint_t endpoint,
     130    usb_address_t address, usb_endpoint_t endpoint,
    131131    usb_transfer_type_t transfer_type, usb_direction_t direction,
    132132    size_t max_packet_size, unsigned int interval)
Note: See TracChangeset for help on using the changeset viewer.