<br><br><div class="gmail_quote">On Sat, Mar 19, 2011 at 6:45 AM, Huihong Luo <span dir="ltr"><<a href="mailto:huisinro@yahoo.com">huisinro@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<table cellspacing="0" cellpadding="0" border="0"><tbody><tr><td valign="top" style="font:inherit">trying to implement RemoteUSB on Windows, and found the following code in rdpusb.c:<br><br></td></tr></tbody></table></blockquote>
<div>are u saying to implement a extension for MS Windows RDP client to support redirect USB? if so, it is interesting to me.</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<table cellspacing="0" cellpadding="0" border="0"><tbody><tr><td valign="top" style="font:inherit">static void<br>rdpusb_send_reply (uint8_t code, uint8_t status, uint32_t devid)<br>{<br>    STREAM s = rdpusb_init_packet(1, code);<br>
    out_uint8(s, status);<br>    out_uint32_le(s, devid);<br>    s_mark_end(s);<br>    rdpusb_send(s);<br>}<br><br>the first line seems to be incorrect, should it be something like this: (i.e., 1 --> 5 for the length)<br>
<br>STREAM s = rdpusb_init_packet(5, code);  <br></td></tr></tbody></table></blockquote><div>I think you are right. </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<table cellspacing="0" cellpadding="0" border="0"><tbody><tr><td valign="top" style="font:inherit"><br>Tried very hard to play with remote usb using rdesktop-vrdp, it never worked for me. The Windows guest shows some error in Mass Storage Device. The usb was initially detected inside vm, but never worked. It's a flash drive.<br>
<br></td></tr></tbody></table><br>_______________________________________________<br>
vbox-dev mailing list<br>
<a href="mailto:vbox-dev@virtualbox.org">vbox-dev@virtualbox.org</a><br>
<a href="http://vbox.innotek.de/mailman/listinfo/vbox-dev" target="_blank">http://vbox.innotek.de/mailman/listinfo/vbox-dev</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>-Howard<br>