Re: [linux-usb-devel] usb-uhci: problem with special control message

2001-07-06 Thread Wolfgang Mües
On Friday, 6. July 2001 15:41, Wolfgang Mües wrote: > > may I ask for some help with my current problem? > [Problem with usb_control_msg] I have found the source of the problem .. it was a bad device (software)! I have got a new device - and all is up and running! best regards Wolfgang Mües __

[linux-usb-devel] usb-uhci: problem with special control message

2001-07-06 Thread Wolfgang Mües
Hello, may I ask for some help with my current problem? I am doing the following call: ret = usb_control_msg( cp->usbdev, // pointer to device usb_sndctrlpipe( cp->usbdev, 0 ), // pipe to control endpoint 0x03, // message request value USB_DIR_OUT