public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] isd200: limit to BLK_DEV_IDE
@ 2006-04-05 19:03 Randy.Dunlap
  2006-04-06 16:26 ` [stable] " Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Randy.Dunlap @ 2006-04-05 19:03 UTC (permalink / raw)
  To: stable, lkml


From: Randy Dunlap <rdunlap@xenotime.net>

Limit USB_STORAGE_ISD200 to whatever BLK_DEV_IDE and USB_STORAGE
are set to (y, m) since isd200 calls ide_fix_driveid() in the
BLK_DEV_IDE code.

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
---
 drivers/usb/storage/Kconfig |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)

--- linux-2616-z.orig/drivers/usb/storage/Kconfig
+++ linux-2616-z/drivers/usb/storage/Kconfig
@@ -48,7 +48,8 @@ config USB_STORAGE_FREECOM

 config USB_STORAGE_ISD200
 	bool "ISD-200 USB/ATA Bridge support"
-	depends on USB_STORAGE && BLK_DEV_IDE
+	depends on USB_STORAGE
+	depends on BLK_DEV_IDE=y || BLK_DEV_IDE=USB_STORAGE
 	---help---
 	  Say Y here if you want to use USB Mass Store devices based
 	  on the In-Systems Design ISD-200 USB/ATA bridge.


---

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [stable] [PATCH] isd200: limit to BLK_DEV_IDE
  2006-04-05 19:03 [PATCH] isd200: limit to BLK_DEV_IDE Randy.Dunlap
@ 2006-04-06 16:26 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2006-04-06 16:26 UTC (permalink / raw)
  To: Randy.Dunlap; +Cc: stable, lkml

On Wed, Apr 05, 2006 at 12:03:45PM -0700, Randy.Dunlap wrote:
> 
> From: Randy Dunlap <rdunlap@xenotime.net>
> 
> Limit USB_STORAGE_ISD200 to whatever BLK_DEV_IDE and USB_STORAGE
> are set to (y, m) since isd200 calls ide_fix_driveid() in the
> BLK_DEV_IDE code.
> 
> Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
> ---
>  drivers/usb/storage/Kconfig |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletion(-)

Queued to -stable, thanks.

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-04-06 16:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-05 19:03 [PATCH] isd200: limit to BLK_DEV_IDE Randy.Dunlap
2006-04-06 16:26 ` [stable] " Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox