Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762186AbYG3OQF (ORCPT ); Wed, 30 Jul 2008 10:16:05 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753602AbYG3OPw (ORCPT ); Wed, 30 Jul 2008 10:15:52 -0400 Received: from iolanthe.rowland.org ([192.131.102.54]:54813 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752107AbYG3OPv (ORCPT ); Wed, 30 Jul 2008 10:15:51 -0400 Date: Wed, 30 Jul 2008 10:15:51 -0400 (EDT) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: James Bottomley cc: Matthew Frost , , Matt Frost , linux-scsi , USB Storage list Subject: Re: BUG: SCSI: usb storage SDHC card doesn't work in 2.6.27-rc1 In-Reply-To: <1217390922.6103.79.camel@localhost.localdomain> 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: 1716 Lines: 39 On Tue, 29 Jul 2008, James Bottomley wrote: > > Summary: > > Between 2.6.26-rc9-git10 and rc9-git11, the kernel stopped properly > > recognizing my USB-card-reader-mounted SDHC 4GB card. The problem seems to > > come up between usb-storage recognizing the device, and the handoff to scsi > > to read the disk properties. The bug remains in 2.6.26 and 2.6.27-rc1; > > kernels before 2.6.26-rc9-git10 are unaffected. On the same EHCI controller, > > an old-spec SD 1GB card and its reader are unaffected by this bug. > > After the bug, initialization looks the same until the device scan finishes. > > Handoff to scsi produces the following (taken from rc9-git12): > > sd 5:0:0:0: [sdf] Sector size 0 reported, assuming 512. > > sd 5:0:0:0: [sdf] 1 512-byte hardware sectors (0 MB) > > sd 5:0:0:0: [sdf] Write Protect is off > > sd 5:0:0:0: [sdf] Mode Sense: 4b 00 00 08 > > sd 5:0:0:0: [sdf] Assuming drive cache: write through > > sd 5:0:0:0: [sdf] Sector size 0 reported, assuming 512. > > sd 5:0:0:0: [sdf] 1 512-byte hardware sectors (0 MB) > > sd 5:0:0:0: [sdf] Write Protect is off > > sd 5:0:0:0: [sdf] Mode Sense: 4b 00 00 08 > > sd 5:0:0:0: [sdf] Assuming drive cache: write through > > sdf: sdf1 > > sdf: p1 exceeds device capacity > > sd 5:0:0:0: [sdf] Attached SCSI removable disk > > sd 5:0:0:0: Attached scsi generic sg7 type 0 The problem will most likely be fixed by this patch: http://marc.info/?l=linux-usb&m=121734710306509&w=2 Alan Stern -- 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/