Changes between Initial Version and Version 1 of Ticket #1299, comment 3
- Timestamp:
- Oct 29, 2020, 9:14:37 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1299, comment 3
initial v1 10 10 + 11 11 + // skip ses devices 12 + if (dev_result->inq_data.device != T_ENCLOSURE)12 + if (dev_result->inq_data.device == T_ENCLOSURE) 13 13 + skip_device = 1; 14 14