Re: [PATCH] libata: Register for dock events when the drive is inside a dock station

2008-02-26 Thread Holger Macht
On Fri 22. Feb - 10:34:24, Tejun Heo wrote: > > If a device/bay is inside a docking station, we need to register for dock > > events additionally to bay events. If a dock event occurs, the dock driver > > will call the appropriate handler (ata_acpi_ap_notify() or > > ata_acpi_dev_notify()) for us.

Re: [PATCH] libata: Register for dock events when the drive is inside a dock station

2008-02-26 Thread Holger Macht
On Fri 22. Feb - 10:34:24, Tejun Heo wrote: If a device/bay is inside a docking station, we need to register for dock events additionally to bay events. If a dock event occurs, the dock driver will call the appropriate handler (ata_acpi_ap_notify() or ata_acpi_dev_notify()) for us.

Re: [PATCH] libata: Register for dock events when the drive is inside a dock station

2008-02-21 Thread Tejun Heo
> If a device/bay is inside a docking station, we need to register for dock > events additionally to bay events. If a dock event occurs, the dock driver > will call the appropriate handler (ata_acpi_ap_notify() or > ata_acpi_dev_notify()) for us. > > Signed-off-by: Holger Macht <[EMAIL

Re: [PATCH] libata: Register for dock events when the drive is inside a dock station

2008-02-21 Thread Holger Macht
On Wed 20. Feb - 12:11:32, Jeff Garzik wrote: > Holger Macht wrote: >> On Thu 14. Feb - 13:40:48, Holger Macht wrote: >>> If a device/bay is inside a docking station, we need to register for dock >>> events additionally to bay events. If a dock event occurs, the dock driver >>> will call the

Re: [PATCH] libata: Register for dock events when the drive is inside a dock station

2008-02-21 Thread Holger Macht
On Wed 20. Feb - 12:11:32, Jeff Garzik wrote: Holger Macht wrote: On Thu 14. Feb - 13:40:48, Holger Macht wrote: If a device/bay is inside a docking station, we need to register for dock events additionally to bay events. If a dock event occurs, the dock driver will call the appropriate

Re: [PATCH] libata: Register for dock events when the drive is inside a dock station

2008-02-21 Thread Tejun Heo
If a device/bay is inside a docking station, we need to register for dock events additionally to bay events. If a dock event occurs, the dock driver will call the appropriate handler (ata_acpi_ap_notify() or ata_acpi_dev_notify()) for us. Signed-off-by: Holger Macht [EMAIL PROTECTED] ---

Re: [PATCH] libata: Register for dock events when the drive is inside a dock station

2008-02-20 Thread Jeff Garzik
Holger Macht wrote: On Thu 14. Feb - 13:40:48, Holger Macht wrote: If a device/bay is inside a docking station, we need to register for dock events additionally to bay events. If a dock event occurs, the dock driver will call the appropriate handler (ata_acpi_ap_notify() or

Re: [PATCH] libata: Register for dock events when the drive is inside a dock station

2008-02-20 Thread Jeff Garzik
Holger Macht wrote: On Thu 14. Feb - 13:40:48, Holger Macht wrote: If a device/bay is inside a docking station, we need to register for dock events additionally to bay events. If a dock event occurs, the dock driver will call the appropriate handler (ata_acpi_ap_notify() or

Re: [PATCH] libata: Register for dock events when the drive is inside a dock station

2008-02-14 Thread Holger Macht
On Thu 14. Feb - 13:40:48, Holger Macht wrote: > If a device/bay is inside a docking station, we need to register for dock > events additionally to bay events. If a dock event occurs, the dock driver > will call the appropriate handler (ata_acpi_ap_notify() or > ata_acpi_dev_notify()) for us. > >

[PATCH] libata: Register for dock events when the drive is inside a dock station

2008-02-14 Thread Holger Macht
If a device/bay is inside a docking station, we need to register for dock events additionally to bay events. If a dock event occurs, the dock driver will call the appropriate handler (ata_acpi_ap_notify() or ata_acpi_dev_notify()) for us. Signed-off-by: Holger Macht <[EMAIL PROTECTED]> --- diff

[PATCH] libata: Register for dock events when the drive is inside a dock station

2008-02-14 Thread Holger Macht
If a device/bay is inside a docking station, we need to register for dock events additionally to bay events. If a dock event occurs, the dock driver will call the appropriate handler (ata_acpi_ap_notify() or ata_acpi_dev_notify()) for us. Signed-off-by: Holger Macht [EMAIL PROTECTED] --- diff

Re: [PATCH] libata: Register for dock events when the drive is inside a dock station

2008-02-14 Thread Holger Macht
On Thu 14. Feb - 13:40:48, Holger Macht wrote: If a device/bay is inside a docking station, we need to register for dock events additionally to bay events. If a dock event occurs, the dock driver will call the appropriate handler (ata_acpi_ap_notify() or ata_acpi_dev_notify()) for us.