OK, adding the HP 618 product and vendor ID's to the 
/usr/src/linux/drivers/usb/dc2xx.c file worked. At 
least it sees the camera as device dc2xx0 under
/dev/usb. However, I'm still having problems communicating with
the camera. I couldn't use gphoto and ODS, for whatever reason, is 
insanely slow. I was able to get the time off the camera. But it
has taken over 12 minutes to download the first of 5 images in
the camera and it's still thinking about it. 

Any ideas as to why this is so slow?

Here's the command output.
 
ks -d /dev/usb/dc2xx0 -u -v download
Executing command: download
5 files in camera...
im000001.jpg: size = 306571, flags = a4000000

Belinda.

> 
> I think the C500 patch I was sent is wrong, byteorder broken.
> 
>    { USB_DEVICE(0x03f0,0x4102) },         // HP PhotoSmart 618
> 
> should do it for you.
> 
> - Dave
> 
> 
> ----- Original Message ----- 
> From: "Belinda Marchand" <[EMAIL PROTECTED]>
> To: "David Brownell" <[EMAIL PROTECTED]>
> Sent: Tuesday, June 05, 2001 8:49 AM
> Subject: Re: [Linux-usb-users] HP Photosmart 618 and USB ...
> 
> 
> > Dave,
> > 
> > One last question, in the /usr/src/linux/drivers/usb/dc2xx.c
> > part of the table looks like this:
> > 
> >         { USB_DEVICE(0x040a, 0x0100) },         // Kodak DC-220
> >         { USB_DEVICE(0x040a, 0x0110) },         // Kodak DC-260
> >         { USB_DEVICE(0x040a, 0x0111) },         // Kodak DC-265
> >         { USB_DEVICE(0x040a, 0x0112) },         // Kodak DC-290
> >         { USB_DEVICE(0xf003, 0x6002) },         // HP PhotoSmart C500
> > 
> > In /proc/bus/usb/devices the Vendor and Product ID appear as:
> > 
> >  Vendor=03f0 ProdID=4102 Rev= 0.02
> > 
> > These look like they're in different formats. Should the new
> > line look like this:
> > 
> >         { USB_DEVICE(03f0,4102) },         // Kodak DC-290
> > 
> > or like this
> > 
> >         { USB_DEVICE(0x03f0,0x4102) },         // Kodak DC-290
> > 
> > or ...?
> > 
> > 
> > Belinda
> > 
> > 
> > > 
> > > Actually just that one module ... easy enough to do,
> > > except maybe the first time!  :)
> > > 
> > > - Dave
> > > 
> > > 
> > > ----- Original Message ----- 
> > > From: "Belinda Marchand" <[EMAIL PROTECTED]>
> > > To: "David Brownell" <[EMAIL PROTECTED]>
> > > Sent: Tuesday, June 05, 2001 8:23 AM
> > > Subject: Re: [Linux-usb-users] HP Photosmart 618 and USB ...
> > > 
> > > 
> > > > In other words, I'd have to recompile the kernel. I was trying to
> > > > avoid that but I guess that's the only way to do it. 
> > > > 
> > > > Thanks,
> > > > 
> > > > Belinda
> > > > 
> > > > > 
> > > > > If you want to use ODS and USB with that you'll need to update
> > > > > the device table in linux/drivers/usb/dc2xx.c to include its vendor
> > > > > and product IDs ...
> > > > > 
> > > > > - Dave
> > > > > 
> > > > > 
> > > > > 
> > > > 
> > > 
> > > 
> > 
> 
> 


_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
http://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to