Changeset e978ada in mainline for uspace/lib/usbdev/src/altiface.c
- Timestamp:
- 2011-10-30T14:11:40Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 45bf63c, b09096a
- Parents:
- 54d1ad9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/src/altiface.c
r54d1ad9 re978ada 98 98 assert(config_descr_size > 0); 99 99 100 alternates_ptr = NULL;100 *alternates_ptr = NULL; 101 101 if (interface_number < 0) { 102 102 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.