On Tue, 31 May 2005, Stephen J. Gowdy wrote:

> The /p/b/u/devices entry says it is a vendor specific protocol, so gphoto2
> is probably the best bet (but it isn't excluded completely that a
> unusual_devs.h entry wouldn't help) to get it to work. You might want to
> chek out their latest version and mailing lists.
> 
> On Mon, 21 Mar 2005, Roberto wrote:
> 
> > Hi Stephen,
> >
> > >Perhaps he picked that by mistake?
> > >
> > >
> > I'm shure he did :-(
> >
> >
> > >>Hi all,
> > >> I have a Fujifilm IX-30 Digital camera, which is very similar (almost
> > >>identical) to the IX-10 version. I am searching for a way to let that 
> > >>camera
> > >>work with Linux.
> > >>The need is for a working MSD driver at least.
> > >>
> > >>It seems there is no IX-30/10 Linux module around but there's a curious 
> > >>news
> > >>at http://www.qbik.ch/usb/devices/showdev.php?id=1879 that states that the
> > >>Linux acm driver could be used with the IX-10 camera. It seems very 
> > >>strange
> > >>to me because ACM is not related to digital cameras at all. Anyway, I'd 
> > >>like
> > >>to have feedback and maybe some hints.
> > >>
> > >>The Fuji IX-30 has USB id: 0461:0818
> > >>
> > >>
> > >What is in /proc/bus/usb/devices?
> > >
> > This is /proc/bus/usb/devices' last entry:
> >
> > T:  Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  9 Spd=12  MxCh= 0
> > D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
> > P:  Vendor=0461 ProdID=081a Rev= 1.10
> > S:  Manufacturer=PRIMAX
> > S:  Product=ix-30
> > C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=500mA
> > I:  If#= 0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=06 Prot=50 Driver=(none)
> > E:  Ad=81(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
> > E:  Ad=05(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms

It's possible that this patch will help.  It adds an unusual_devs entry 
for the IX-30, but there's no guarantee that the camera will work with it.

Alan Stern



--- a/drivers/usb/storage/unusual_devs.h        2005-05-10 09:27:24.000000000 
-0400
+++ b/drivers/usb/storage/unusual_devs.h        2005-06-02 10:33:24.000000000 
-0400
@@ -96,6 +96,13 @@
                US_SC_SCSI, US_PR_DPCM_USB, NULL, 0 ),
 #endif
 
+/* Reported by Roberto <[EMAIL PROTECTED]>
+ * Needed because device reports Class = 0xff */
+UNUSUAL_DEV(  0x0461, 0x081a, 0x0110, 0x0110,
+               "PRIMAX",
+               "ix-30",
+               US_SC_DEVICE, US_PR_DEVICE, NULL, 0 ),
+
 /* Patch submitted by Philipp Friedrich <[EMAIL PROTECTED]> */
 UNUSUAL_DEV(  0x0482, 0x0100, 0x0100, 0x0100,
                "Kyocera",



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Linux-usb-users@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to