• O
    nodedev_udev: Enumerate scsi generic device · 92fd4c09
    Osier Yang 提交于
    Since scsi generic device doesn't have DEVTYPE property set, the
    only way to know if it's a  scsi generic device or not is to read
    the "SUBSYSTEM" property.
    
    The XML of the scsi generic device will be like:
    
    <device>
      <name>scsi_generic_sg0</name>
      <path>/sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/scsi_generic/sg0</path>
      <parent>scsi_0_0_0_0</parent>
      <capability type='scsi_generic'>
        <char>/dev/sg0</char>
      </capability>
    </device>
    92fd4c09
node_device_conf.c 52.6 KB