Changeset 6e8ed225 in mainline for uspace/drv/bus/usb/usbmast/scsi_ms.c
- Timestamp:
- 2013-05-20T18:43:13Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4a5a18be
- Parents:
- d242cb6 (diff), acdb5bac (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/drv/bus/usb/usbmast/scsi_ms.c
rd242cb6 r6e8ed225 167 167 */ 168 168 169 bzero(inq_res, sizeof(*inq_res));169 memset(inq_res, 0, sizeof(*inq_res)); 170 170 171 171 inq_res->device_type = BIT_RANGE_EXTRACT(uint8_t,
Note:
See TracChangeset
for help on using the changeset viewer.