Hi all,

I've bought the above device and I would like to use it with linux.
I suppose it's considered as an usb mass storage.
when I connect it to my desktop (usb connection) usb-storage module is lo=
aded by
the kernel.
In /proc/bus/usb/devices I can read :
T:  Bus=3D01 Lev=3D01 Prnt=3D01 Port=3D01 Cnt=3D02 Dev#=3D  7 Spd=3D12  M=
xCh=3D 0
D:  Ver=3D 1.00 Cls=3D00(>ifc ) Sub=3D00 Prot=3D00 MxPS=3D 8 #Cfgs=3D  1
P:  Vendor=3D132b ProdID=3D0013 Rev=3D 0.01
S:  Manufacturer=3DKONICA MINOLTA
S:  Product=3DDiMAGE CAMERA
C:* #Ifs=3D 1 Cfg#=3D 1 Atr=3Dc0 MxPwr=3D  0mA
I:  If#=3D 0 Alt=3D 0 #EPs=3D 2 Cls=3D08(stor.) Sub=3D06 Prot=3D50 Driver=
=3D(none)
E:  Ad=3D01(O) Atr=3D02(Bulk) MxPS=3D  64 Ivl=3D0ms
E:  Ad=3D82(I) Atr=3D02(Bulk) MxPS=3D  64 Ivl=3D0ms

The Driver usb-storage is not associated with my device !!!

I was thinking that my kernel did not know how to handle this device and =
I've
added the line below in
/usr/src/linux-2.6.7/drivers/usb/storage/unusual_devs.h, but my kernel sa=
ys
"kernel: usb-storage: This device (132b,0013,0001 S 06 P 50) has an unnee=
ded
SubClass entry in unusual_devs.h" and so I think it already knows it.

UNUSUAL_DEV(  0x132b, 0x0013, 0x0001, 0x0001,
                "Minolta",
                "DIMAGE X31",
                US_SC_SCSI, US_PR_DEVICE, NULL, 0 ),

Any help is welcome :-)


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to