Changeset deece2f in mainline for uspace/lib/usb/include/usb/recognise.h
- Timestamp:
- 2011-02-21T22:25:58Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 233e68d
- Parents:
- fb78ae72 (diff), dbe25f1 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/recognise.h
rfb78ae72 rdeece2f 41 41 #include <ipc/devman.h> 42 42 43 int usb_device_create_match_ids_from_device_descriptor( 44 const usb_standard_device_descriptor_t *, match_id_list_t *); 45 46 int usb_device_create_match_ids_from_interface( 47 const usb_standard_device_descriptor_t *, 48 const usb_standard_interface_descriptor_t *, match_id_list_t *); 49 43 50 int usb_device_create_match_ids(usb_endpoint_pipe_t *, match_id_list_t *); 44 51
Note:
See TracChangeset
for help on using the changeset viewer.