Re: 2.4.18 Fuji 1300 usb-storage problem

From: Nathan Straz (nstraz@sgi.com)
Date: Thu Jul 25 2002 - 11:25:21 EST


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/
-
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/



This archive was generated by hypermail 2b29 : Tue Jul 30 2002 - 14:00:21 EST