Changeset 2838486 in mainline
- Timestamp:
- 2013-07-26T15:32:52Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 423c749
- Parents:
- 059d507
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/include/usb/dev/usb_device_connection.h
r059d507 r2838486 65 65 if (hc_connection == NULL) 66 66 return EBADMEM; 67 if ( (address < 0) || (address >= USB11_ADDRESS_MAX))67 if (!usb_address_is_valid(address)) 68 68 return EINVAL; 69 69
Note:
See TracChangeset
for help on using the changeset viewer.