Hei,
I bought a Fuji Finepix F601zoom yesterday.
using the usb-storage module from the 2.4.18 kernel, I get no problem accessing the
SmartMedia card.
Two things I don't manage to do:
1- automatically recognize the camera (so that I don't need to do an insmod
usb-storage every time).
2- try to support the WebCam mode of this camera.
Some notes:
1- I tried to add an entry in usb-storage. I added the following
Given the values read by the system, the entry should be something like
UNUSUAL_DEV( 0x04cb, 0x0108, ??, ??,
"Fujifilm",
"FinePix F601Zoom",
??, ??, ??, ??),
If I keep the Fuji Finepix 2600 zoom values, it then should be:
UNUSUAL_DEV( 0x04cb, 0x0108, 0x0000, 0x2210,
"Fujifilm",
"FinePix F601Zoom",
US_SC_8070, US_PR_CBI, NULL, US_FL_FIX_INQUIRY),
But I am not sure about it and wether wrong values can damage the camera. Can someone
help me defining those values?
2- appart sending an email to Fuji for questions, I have absolutely no idea where to
start for that one...
Any help appreciated.
Cheers,
jerome