1 2Protocol overview 3================= 4 5The lspci virtual channel makes it possible for the remote RDP server 6to enumerate the local PCI devices. The protocol on this channel is 7text based and line oriented: One single line per request or 8response. UNIX-style LF line breaks are used. The maximum line length 9is 1023, newline included. 10 11rdesktop acts as a server, with only one request: 12 13 LSPCI 14 15The response is several lines with this syntax: 16 17<class>,<vendor>,<device>,<subvendor>,<subdevice>,<revision>,<progif> 18 19After the last line, a line with a single dot is sent. 20 21Example: 22 230300,102b,0525,102b,0338,04,00 240401,8086,24d5,1028,0174,02,8f 25. 26 27 28Usage 29===== 30 31To enable to lspci virtual channel, run rdesktop with "-r lspci". 32 33 34References 35========== 36 37http://www.microsoft.com/msj/1099/terminal/terminal.aspx 38http://msdn.microsoft.com/library/default.asp?url=/library/en-us/termserv/termserv/terminal_services_virtual_channels.asp 39 40