Hi,

I don't follow the the lkml at all, and I don't know
much about the kernel internals. This patch may
or may not be already included in recent kernels, but
I'm currently behind a long-distance dialout connection...

>From what I've already googled this appears nowhere though 
you might be interested.

I've made the digital camera I've just bought
work fine with Linux, at least in one of its two supported
modes, here's the info :

Fujifilm FinePix S304 USB Digital Camera

This camera features a microphone and a speaker,
and can be used to record small movies or behave
like a normal webcam in 320x240 or 160x120 modes.

A manual selector on the camera itself allows one to
choose between picture taking or filming modes.

  Vendor : 0x4cb / Product : 0x11a ===>>> Mass Storage
  Vendor : 0x4cb / Product : 0x11b ===>>> Web Camera mode
  
To make the Mass Storage device work :  

  - edit kernel/drivers/usb/storage/unusual_devs.h and put
    this somewhere (e.g. just below the "FinePix 1400Zoom" lines)
  
  UNUSUAL_DEV (  0x04cb, 0x011a, 0x0000, 0x2210,
                   "Fujifilm",
                   "FinePix S304",
                   US_SC_8070, US_PR_CBI, NULL, US_FL_FIX_INQUIRY),
  
  Since I didn't know exactly what each value meant, I've just copied
  the FinePix 1400Zoom lines and modified the product Id, and strings.
  
  Recompile your kernel, install it, reboot, enjoy !
  
  This was tested successfully against a Debian 2.4.18 kernel sources. 
  
Please use this as you see fit. Thanks in advance.

Any information to make the webcam mode work under Linux is welcome,
I may not dedicate much coding time to this project, since I'm not
a kernel hacker, but I'd be glad to test if people have some code
they want to check.

bye,

Jerome Alet


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to