Changeset 44bb20b in mainline for uspace/lib/usb/src/addrkeep.c


Ignore:
Timestamp:
2011-01-07T15:02:43Z (13 years ago)
Author:
Matus Dekanek <smekideki@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
72fea5a, 8048c648
Parents:
5097bed4 (diff), 2c98e78 (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.
Message:

merge with development

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/src/addrkeep.c

    r5097bed4 r44bb20b  
    187187                new_address_position = addresses->used_addresses.next;
    188188        } else {
     189                usb_address_keeping_used_t *first
     190                    = used_address_get_instance(addresses->used_addresses.next);
     191                previous_address = first->address;
     192               
    189193                for_all_used_addresses(new_address_position, addresses) {
    190194                        usb_address_keeping_used_t *info
     
    194198                                break;
    195199                        }
     200                        previous_address = info->address;
    196201                }
    197202
Note: See TracChangeset for help on using the changeset viewer.