Harald Schreiber wrote:
> 
> Peter Biechele <[EMAIL PROTECTED]> writes:
> 
> > I am trying to get my digital camera Fuji Finepix 1400 Zoom with the USB port
> > to work on Linux:
> >
> >
> >
> > Thanks to a hint from this list, I tried the kernel 2.4.2-ac15 and this is
> > the ONLY kernel which recognizes the Fuji Finepix !!!!
> >
> > Why does the 2.4.4 kernel and the 2.4.3 kernels not work ????
> >
> > The messages I get are appended. (The 2.4.3 and the 2.4.4 messages are almost
> > the same)
> >
> >
> > Thank you for any tips !!!
> >
> > Peter Biechele
> >
> 
> The Fuji Finepix 1400 Zoom is supported by every kernel of
> Alan Cox's ac-series since 2.4.2-ac15 and not by any official
> kernel because the usb mass storage driver in the official
> kernel is not kept in sync with the the mass storage driver
> in the ac-kernels.
> 
> If you want to run your camera with kernel 2.4.4 you can do
> the following:
> 
> Get the patch
> 
> http://www.harald-schreiber.de/linux-2.4.2-Casio-QV.diff
> 
> apply this patch to kernel 2.4.4 and then add the following
> entry to the file /usr/src/linux/drivers/usb/storage/unusual_devs.h:
> 
> UNUSUAL_DEV(  0x04cb, 0x0100, 0x0000, 0x2210,
>                 "Fujifilm",
>                 "FinePix 1400Zoom",
>                 US_SC_8070, US_PR_CBI, NULL, US_FL_FIX_INQUIRY),
> 

Is there some really good reason why these changes aren't migrating
to Linus' tree?  I don't thinks that changes such as these would
significantly destabilize the stable tree.

        Miles

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
http://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to