Comment 2 for bug 357700

Revision history for this message
Loïc Minier (lool) wrote :

Actually a casper bug:
is_nice_device() {
    sysfs_path="${1#/sys}"
    if /lib/udev/path_id "${sysfs_path}" | grep -E -q "ID_PATH=(usb|pci-[^-]*-(ide|scsi|usb))"; then
        return 0
    fi
    return 1
}

=> should also allow platform-mmc*