Changeset 7ed5b576 in mainline for uspace/lib/usb/include/usb/usbdrv.h


Ignore:
Timestamp:
2010-12-12T13:28:16Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0c05496, a66225f3
Parents:
03e02248
Message:

USB child device registration

Wrapper for adding child device (i.e. registration with devman) is ready. It takes care
of correct match id creation.

File:
1 edited

Legend:

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

    r03e02248 r7ed5b576  
    9595
    9696int usb_drv_create_device_match_ids(int, match_id_list_t *, usb_address_t);
     97int usb_drv_register_child_in_devman(int, device_t *, usb_address_t,
     98    devman_handle_t *);
     99
    97100
    98101#endif
Note: See TracChangeset for help on using the changeset viewer.