Changeset 954ea70 in mainline for uspace/lib/usbvirt/ids.h


Ignore:
Timestamp:
2010-10-22T14:55:33Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b8a3cda
Parents:
a498728
Message:

usbvirt: standard requests handled better

Also, SET_ADDRESS works according to specification.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbvirt/ids.h

    ra498728 r954ea70  
    4444int usbvirt_disconnect(void);
    4545
     46typedef enum {
     47        USBVIRT_TRANSACTION_SETUP,
     48        USBVIRT_TRANSACTION_IN,
     49        USBVIRT_TRANSACTION_OUT
     50} usbvirt_transaction_type_t;
     51
     52
    4653#endif
    4754/**
Note: See TracChangeset for help on using the changeset viewer.