Changes between Initial Version and Version 1 of Ticket #1299, comment 3


Ignore:
Timestamp:
Oct 29, 2020, 9:14:37 AM (4 years ago)
Author:
Alex Samorukov

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1299, comment 3

    initial v1  
    1010+
    1111+        // skip ses devices
    12 +        if (dev_result->inq_data.device != T_ENCLOSURE)
     12+        if (dev_result->inq_data.device == T_ENCLOSURE)
    1313+          skip_device = 1;
    1414