<table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top" style="font: inherit;"><div> Doing both, a full rdp client and ms rdp plugin. However, couldn't figure out how to make current rdesktop-vrdp to work.<br /></div></td></tr></table>            <div id="_origMsg_">
                <div style="font-family:arial, helvetica, sans-serif:font-size:10pt">
                    <br />
                    <div style="font-family:times new roman, new york, times, serif;font-size:12pt">
                        <font size="2" face="Tahoma">
                            <hr size="1">
                            <b>
                                <span style="font-weight:bold;">From:</span>
                            </b>
                            Howard Su <howard0su@gmail.com>;                            <br>
                            <b>
                                <span style="font-weight:bold:">To:</span>
                            </b>
                            Huihong Luo <huisinro@yahoo.com>;                                                     <br>
                            <b>
                                <span style="font-weight:bold:">Cc:</span>
                            </b>
                             <vbox-dev@virtualbox.org>;                                                                             <br>
                            <b>
                                <span style="font-weight:bold:">Subject:</span>
                            </b>
                            Re: [vbox-dev] is this code correct in rdpusb.c?                            <br>
                            <b>
                                <span style="font-weight:bold;">Sent:</span>
                            </b>
                            Sat, Mar 19, 2011 1:50:56 AM                            <br>
                            </font>
                            <br>
                            <table cellspacing="0" cellpadding="0" border="0">
                                <tbody>
                                    <tr>
                                        <td valign="top" style="font:inherit;"><br><br><div class="gmail_quote">On Sat, Mar 19, 2011 at 6:45 AM, Huihong Luo <span dir="ltr"><<a rel="nofollow" ymailto="mailto:huisinro@yahoo.com" target="_blank" href="javascript:return">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 rel="nofollow" ymailto="mailto:vbox-dev@virtualbox.org" target="_blank" href="javascript:return">vbox-dev@virtualbox.org</a><br>
<a rel="nofollow" target="_blank" href="http://vbox.innotek.de/mailman/listinfo/vbox-dev">http://vbox.innotek.de/mailman/listinfo/vbox-dev</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>-Howard<br>
</td>
                                    </tr>
                                </tbody>
                            </table>
                    </div>
                </div>
            </div>