Hi Kay, Kay Sievers wrote:
Ah, great, thanks for the test. We might just be able to skip optical drives if cdrom_id did not find a valid media. Does adding this rule (ID_CDROM_MEDIA_TRACK_COUNT) fix the unwanted tray closing? Thanks, Kay --- a/rules/rules.d/60-persistent-storage.rules +++ b/rules/rules.d/60-persistent-storage.rules @@ -52,6 +52,8 # skip unpartitioned removable media devices from drivers which do not send "change" events ENV{DEVTYPE}=="disk", KERNEL!="sd*|sr*", ATTR{removable}=="1", GOTO="persistent_storage_end" +# skip optical drives without media +ENV{DEVTYPE}=="disk", KERNEL=="sr*", ENV{ID_CDROM_MEDIA_TRACK_COUNT}!="?*", GOTO="persistent_storage_end"
Sorry for the late answer. I've tried out the patch and it solves the problem for me. Thanks!
Best regards, Christian -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html