Comment 43 for bug 280931

Revision history for this message
razor1394 (razor1394) wrote :

Jose what happens if you change this line of the patch

+ENV{DEVTYPE}=="disk", KERNEL=="sr*", ATTR{removable}=="1", GOTO="persistent_storage_end"

to this

+ENV{DEVTYPE}=="disk", KERNEL=="sr*|sc*", ATTR{removable}=="1", GOTO="persistent_storage_end"

?