Oliver Larisch wrote:
>
> Hi, all.
>
> I�ve tried to get my "AIPTEK 3 in one USB-Camera" working. My Kernel is
> 2.2.18 with a incompiled USB-OHCI and Kodak USB-dc2xx-driver.
>
> I added Prod- and Vend-ID�s to my linux/drivers/usb/dc2xx.c like:
> { 0x040a, 0x0120 }, // Kodak DC-240
> { 0x040a, 0x0130 }, // Kodak DC-280
> { 0x553, 0x202 }, // AIPTEK PENCAM 1
This is not going to work, unless the devices are the same, which is not the
case. If you looked at the dc2xx code, you'd see "sanity checks", which make
sure that the device looks "real".
> The command...
> debian: cat /proc/bus/usb/devices
<snip>
> T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=12 MxCh= 0
> D: Ver= 1.10 Cls=ff(vend.) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
> P: Vendor=0553 ProdID=0202 Rev= 0.00
> S: Manufacturer=STMicroelectronics
> S: Product=USB Dual-mode Camera
> C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr= 70mA
> I: If#= 0 Alt= 0 #EPs= 0 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
> I: If#= 0 Alt= 1 #EPs= 1 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
> E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl= 0ms
So no driver is picking up your device. Even though you tried to brute force
it, it didn't work.
What you need to get it to work is the right driver. I think that you will
likely need to contact STMicroelectronics and get the spec, and write it
yourself.
<snip>
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
http://lists.sourceforge.net/lists/listinfo/linux-usb-users