[ros-bugs] [Bug 6979] USB-Wlan Adapter RTL8187 not working

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Tue Mar 27 18:47:00 UTC 2012


http://www.reactos.org/bugzilla/show_bug.cgi?id=6979


j_anderw <janderwald at reactos.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




--- Comment #4 from j_anderw <janderwald at reactos.org>  2012-03-27 18:47:00 CET ---
ReactOS needs to implement URB_FUNCTION_VENDOR_DEVICE 

and probably also
URB_FUNCTION_VENDOR_INTERFACE
URB_FUNCTION_VENDOR_ENDPOINT 

The code will look like this:

CtrlSetup.bmRequestType.B = 0x40;
CtrlSetup.bRequest = Urb->UrbControlVendorClassRequest.Request;
CtrlSetup.wValue.W = Urb->UrbControlVendorClassRequest.Value;
CtrlSetup.wIndex.W = Urb->UrbControlVendorClassRequest.Index;
CtrlSetup.wLength = Urb->UrbControlVendorClassRequest.TransferBufferLength;


Use CHubController::HandleClassInterface for reference.


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Ros-bugs mailing list