Changeset f2962621 in mainline for uspace/lib/usb/include


Ignore:
Timestamp:
2010-12-17T10:14:01Z (15 years ago)
Author:
Matus Dekanek <smekideki@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
Children:
6e5dc07
Parents:
9223dc5c (diff), 11658b64 (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.
Message:

merge with usb/development

Location:
uspace/lib/usb/include/usb
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/include/usb/classes/hid.h

    r9223dc5c rf2962621  
    100100        device_t *device;
    101101        usb_address_t address;
    102         usb_endpoint_t default_ep;
     102        usb_endpoint_t poll_endpoint;
    103103        usb_hid_report_parser_t *parser;
    104104} usb_hid_dev_kbd_t;
  • uspace/lib/usb/include/usb/usb.h

    r9223dc5c rf2962621  
    101101 * Used by various USB functions as opaque handle.
    102102 */
    103 typedef ipcarg_t usb_handle_t;
     103typedef sysarg_t usb_handle_t;
    104104
    105105/** USB packet identifier. */
Note: See TracChangeset for help on using the changeset viewer.