From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753805AbYERRfb (ORCPT ); Sun, 18 May 2008 13:35:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751719AbYERRfW (ORCPT ); Sun, 18 May 2008 13:35:22 -0400 Received: from eazy.amigager.de ([213.239.192.238]:44956 "EHLO eazy.amigager.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751013AbYERRfV (ORCPT ); Sun, 18 May 2008 13:35:21 -0400 Date: Sun, 18 May 2008 19:35:11 +0200 From: Tino Keitel To: Stefan Richter Cc: linux1394-devel@lists.sourceforge.net, James Bottomley , linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org Subject: Re: [PATCH 0/5] SCSI and FireWire: fix/add START STOP UNIT for SBP-2 disks Message-ID: <20080518173511.GA14742@dose.home.local> Mail-Followup-To: Stefan Richter , linux1394-devel@lists.sourceforge.net, James Bottomley , linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org References: <20080429232606.GA14261@dose.home.local> <481874BD.5010807@s5r6.in-berlin.de> <20080507180042.GA32629@dose.home.local> <20080516062315.GA4350@dose.home.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 16, 2008 at 19:43:43 +0200, Stefan Richter wrote: > Tino Keitel wrote: > > I applied all patches, and tried it on my system with a SATA, USB and > > Firewire disk. All disks spun down at suspend, and spun up again at > > resume. > > So can I add "Tested-by: Tino Keitel " to the > changelog of patches 1/5, 2/5, 4/5 (the patches affecting sd and > fw-sbp2)? Yes. Now I need to figure out how to get the Firewire disk to spin down using HAL. It looks like HAL just uses /usr/bin/eject, which just sends a START STOP UNIT command without power conditions set, so the kernel can't do anything here. Regards, Tino