Changeset 7a7bfeb3 in mainline for uspace/lib/usb/usb.h


Ignore:
Timestamp:
2010-10-24T16:43:40Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
355f7c2
Parents:
b8a3cda
Message:

Virtual USB overhaul almost complete

The virtual HC, hub and keyboard are rewritten after changes to HCD API.
Comments will be added later.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/usb.h

    rb8a3cda r7a7bfeb3  
    6464typedef int usb_endpoint_t;
    6565
     66/** Maximum endpoint number in USB 1.1.
     67 */
     68#define USB11_ENDPOINT_MAX 16
     69
     70
    6671/** USB complete address type.
    6772 * Pair address + endpoint is identification of transaction recipient.
Note: See TracChangeset for help on using the changeset viewer.