Re: [PATCH v7 2/6] scsi: sr: support runtime pm
From: Aaron Lu <hidden>
Date: 2012-09-30 15:40:12
Also in:
linux-scsi
From: Aaron Lu <hidden>
Date: 2012-09-30 15:40:12
Also in:
linux-scsi
On 09/30/2012 10:47 PM, Alan Stern wrote:
On Sun, 30 Sep 2012, Aaron Lu wrote:quoted
Makes sense to me, but there is a problem if I want to block events checking for the disk, as I do not have a pointer to the gendisk in ATA layer.quoted
The tray will be ejected by the ODD itself when it has power, I do not need to do that. Moreover, I don't think I need enable the GPE bit when it has power.It sounds like you need to add only two things to the sr layer: An interface to enable/disable event checking and an interface to request an eject. (And perhaps ejects can be carried out entirely within the ATAPI layer, with no need to involve sr.)
Thanks for the suggestion, I'll try to do this. -Aaron