RE: [linux-usb-devel] How to submit a Vendor Command to a USB device

2001-05-09 Thread Eric HENRY
Title: RE: [linux-usb-devel] How to submit a Vendor Command to a USB device Hi Bas, This is what I use to make vendor interface urb (which is just a simple control message, but you have to have the good parameters...) : result=usb_control_msg(dev,         (in_out_flag

[linux-usb-devel] How to submit a Vendor Command to a USB device

2001-05-08 Thread bvermeul
Hi all, I'm working on writing a driver for the D-Link DWL-120. I've got a driver that can recognize the device, claim it, and release it. I'd like to know how to construct an URB with the following parameters: Function Type: Vendor Interface Flags: IN and SHORT Reserved bits: 0xC1 Re