Searched hist:"6 c7f1e2f12f6f37ddda01180c9e5c407eccce616" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/scsi/ |
H A D | sr.c | diff 6c7f1e2f12f6f37ddda01180c9e5c407eccce616 Wed Jan 23 08:09:31 CET 2013 Aaron Lu <aaron.lu@intel.com> [SCSI] sr: support runtime pm
This patch adds runtime pm support for sr.
It did this by increasing the runtime usage_count of the device when its block device is accessed. And decreasing the runtime usage_count of the device when the access is done.
If there is media inside, runtime suspend is not allowed as we don't always know if the ODD is being used or not.
The idea is discussed here: http://thread.gmane.org/gmane.linux.acpi.devel/55243/focus=52703 and the restriction to check media inside is discussed here: http://thread.gmane.org/gmane.linux.ide/53665/focus=58836
Signed-off-by: Aaron Lu <aaron.lu@intel.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Acked-by: James Bottomley <James.Bottomley@HansenPartnership.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
|