From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755214AbYAANtj (ORCPT ); Tue, 1 Jan 2008 08:49:39 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754793AbYAANsu (ORCPT ); Tue, 1 Jan 2008 08:48:50 -0500 Received: from smtp6.pp.htv.fi ([213.243.153.40]:53812 "EHLO smtp6.pp.htv.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755147AbYAANsh (ORCPT ); Tue, 1 Jan 2008 08:48:37 -0500 Date: Tue, 1 Jan 2008 15:48:23 +0200 From: Adrian Bunk To: Matthew Dharm , Alan Stern , Nick Sillik , Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, linux-usb-devel@lists.sourceforge.net, Torsten Kaiser Subject: [2.6 patch] make USB_STORAGE_ONETOUCH available with PM Message-ID: <20080101134823.GL2360@does.not.exist> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org As Torsten Kaiser pointed out, it seems the dependency of USB_STORAGE_ONETOUCH on !PM should have been removed in commit 7931e1c6f8007d5fef8a0bb2dc71bd97315eeae9. Signed-off-by: Adrian Bunk --- 9c1aa5fae6c8a4d1a6a8f90062d473d63250a403 diff --git a/drivers/usb/storage/Kconfig b/drivers/usb/storage/Kconfig index 7e53333..05cfc84 100644 --- a/drivers/usb/storage/Kconfig +++ b/drivers/usb/storage/Kconfig @@ -123,7 +123,7 @@ config USB_STORAGE_ALAUDA config USB_STORAGE_ONETOUCH bool "Support OneTouch Button on Maxtor Hard Drives (EXPERIMENTAL)" - depends on USB_STORAGE && INPUT_EVDEV && EXPERIMENTAL && !PM + depends on USB_STORAGE && INPUT_EVDEV && EXPERIMENTAL help Say Y here to include additional code to support the Maxtor OneTouch USB hard drive's onetouch button.