[Bug 283316] Re: opening /dev/scdN causes tray to be closed

Livid g.livid at gmail.com
Sun Nov 2 21:30:29 UTC 2008


I should note, the fix is somewhat strange. It would be better to change
ENV{DEVTYPE}=="disk", KERNEL!="sd*|sr*", ATTR{removable}=="1", GOTO="persistent_storage_end"
to
ENV{DEVTYPE}=="disk", ATTR{removable}=="1", GOTO="persistent_storage_end"

This would be the same as adding
ENV{DEVTYPE}=="disk", KERNEL=="sd*|sr*", ATTR{removable}=="1", GOTO="persistent_storage_end"
but four comparison operations cheaper for your processor, meaning it is FASTER, MORE EFFICIENT, and LESS POWER CONSUMING.

Thanks for reading.

-- 
opening /dev/scdN causes tray to be closed
https://bugs.launchpad.net/bugs/283316
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to Linux.




More information about the kernel-bugs mailing list