Changeset d321cd7 in mainline for uspace/lib/usb/src/recognise.c
- Timestamp:
- 2011-02-11T18:12:59Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1824609b, edfed73
- Parents:
- 4e8e1f5 (diff), 8f198c9 (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/src/recognise.c
r4e8e1f5 rd321cd7 76 76 }; 77 77 78 staticdevice_ops_t child_ops = {78 device_ops_t child_ops = { 79 79 .interfaces[USB_DEV_IFACE] = &usb_iface 80 80 };
Note:
See TracChangeset
for help on using the changeset viewer.