Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753650AbYJ0UgV (ORCPT ); Mon, 27 Oct 2008 16:36:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752310AbYJ0UgG (ORCPT ); Mon, 27 Oct 2008 16:36:06 -0400 Received: from iolanthe.rowland.org ([192.131.102.54]:40151 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752147AbYJ0UgE (ORCPT ); Mon, 27 Oct 2008 16:36:04 -0400 Date: Mon, 27 Oct 2008 16:36:01 -0400 (EDT) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: Luciano Rocha cc: James Bottomley , "Rafael J. Wysocki" , Linux-Kernel , USB list , SCSI development list Subject: Re: usb hdd problems with 2.6.27.2 In-Reply-To: <20081027165306.GA3875@bit.office.eurotux.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1439 Lines: 41 On Mon, 27 Oct 2008, Luciano Rocha wrote: > On Mon, Oct 27, 2008 at 11:38:13AM -0400, Alan Stern wrote: > > On Mon, 27 Oct 2008, Luciano Rocha wrote: > > > > > Hm, where in the code can I change it to return less that what it thinks > > > is the last sector? > > > > I can write a patch to do that for you. However I'm more interested in > > solving the "infinite-retry" problem first. Here's the promised patch. Alan Stern Index: usb-2.6/drivers/usb/storage/unusual_devs.h =================================================================== --- usb-2.6.orig/drivers/usb/storage/unusual_devs.h +++ usb-2.6/drivers/usb/storage/unusual_devs.h @@ -1251,6 +1251,13 @@ UNUSUAL_DEV( 0x0839, 0x000a, 0x0001, 0x0 US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY), +/* Reported by Luciano Rocha */ +UNUSUAL_DEV( 0x0840, 0x0082, 0x0001, 0x0001, + "Argosy", + "Storage", + US_SC_DEVICE, US_PR_DEVICE, NULL, + US_FL_FIX_CAPACITY), + /* Entry and supporting patch by Theodore Kilgore . * Flag will support Bulk devices which use a standards-violating 32-byte * Command Block Wrapper. Here, the "DC2MEGA" cameras (several brands) with -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/