Changeset 8f198c9 in mainline for uspace/lib/usb/src/recognise.c
- Timestamp:
- 2011-02-11T18:03:34Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1824609b, d321cd7
- Parents:
- 608afb9 (diff), f6309b6 (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
r608afb9 r8f198c9 70 70 }; 71 71 72 staticdevice_ops_t child_ops = {72 device_ops_t child_ops = { 73 73 .interfaces[USB_DEV_IFACE] = &usb_iface 74 74 };
Note:
See TracChangeset
for help on using the changeset viewer.