Re: [linux-usb-devel] Help with driver additional info

2001-09-24 Thread Randy.Dunlap
kevin wrote: > > Right, I should have used cut and paste. Here is my pencam_set_camera > function at present (I have cut out all but the first of the vendor > specific codes, since the crash occurs there): > > cut > [snip] > pipe = usb_rcvctrlpi

Re: [linux-usb-devel] Help with driver additional info

2001-09-24 Thread kevin
"Randy.Dunlap" wrote: > > > Do you mean: > pipe = usb_rcvctrlpipe(dev->udev,0); > here? > I'd suggest using cut & paste to correctly show us what you > are using. "usbrcvpipe" isn't a [full] USB macro name. Right, I should have used cut and paste. Here is my pencam_set_camera function at pre

Re: [linux-usb-devel] Help with driver additional info

2001-09-23 Thread Randy.Dunlap
kevin wrote: > > Thanks for the suggestions but so far I am still having the same problem > with the usb_control_msg. I tried kmalloc-ing buf but this made no > difference. I also tried ksymoops on the crash file but I don't > understand the output- it seems to have a lot of messages having nothi

Re: [linux-usb-devel] Help with driver additional info

2001-09-23 Thread kevin
Oliver Neukum wrote: > > > > > if ((i = usb_control_msg(dev->udev, usb_rcvctrlpipe(dev->udev,0), > > Eh... Stupid question, do you really want a receive pipe ? > > Regards > Oliver I believe so, but in any case I already tried the snd pipe. The camera has one config

Re: [linux-usb-devel] Help with driver additional info

2001-09-23 Thread Oliver Neukum
> > > if ((i = usb_control_msg(dev->udev, usb_rcvctrlpipe(dev->udev,0), Eh... Stupid question, do you really want a receive pipe ? Regards Oliver ___ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://li

Re: [linux-usb-devel] Help with driver additional info

2001-09-23 Thread kevin
Thanks for the suggestions but so far I am still having the same problem with the usb_control_msg. I tried kmalloc-ing buf but this made no difference. I also tried ksymoops on the crash file but I don't understand the output- it seems to have a lot of messages having nothing to do with usb. Maybe