All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nathan Straz <nstraz@sgi.com>
To: John August <johna@babel.apana.org.au>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.4.18 Fuji 1300 usb-storage problem
Date: Thu, 25 Jul 2002 11:25:21 -0500	[thread overview]
Message-ID: <20020725162521.GA10675@sgi.com> (raw)
In-Reply-To: <20020725102955.A700@babel.apana.org.au>

On Thu, Jul 25, 2002 at 10:29:55AM +1000, John August wrote:
> Note that it does not get as far as identifying the partition table,
> and the Model is indicated as FinePix 1400Zoom, when its in fact a 1300,
> and previously it was "USB-DRIVEUNIT" as the model.

Maybe the 1300 doesn't have as broken a USB implementation as the 1400
does.  In linux/drivers/usb/storage/unusual_devs.h there is an entry for
the 1400.

UNUSUAL_DEV(  0x04cb, 0x0100, 0x0000, 0x2210,
                "Fujifilm",
                "FinePix 1400Zoom",
                US_SC_8070, US_PR_CBI, NULL, US_FL_FIX_INQUIRY),

The third and fourth numbers are the range of product identifiers to
consider unusual.  0x0000 - 0x2210 is probably a little broad.  Try
changing that to 0x2210 - 0x2210 and see if your 1300 works again.

-- 
Nate Straz                                              nstraz@sgi.com
sgi, inc                                           http://www.sgi.com/
Linux Test Project                                  http://ltp.sf.net/

  reply	other threads:[~2002-07-25 16:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-25  0:29 2.4.18 Fuji 1300 usb-storage problem John August
2002-07-25 16:25 ` Nathan Straz [this message]
2002-07-26  6:59   ` John August
2002-07-26 19:13     ` Nathan Straz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020725162521.GA10675@sgi.com \
    --to=nstraz@sgi.com \
    --cc=johna@babel.apana.org.au \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.