/[rdesktop]/sourceforge.net/branches/seamlessrdp-branch/rdesktop/doc/lspci-channel.txt
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /sourceforge.net/branches/seamlessrdp-branch/rdesktop/doc/lspci-channel.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1058 - (hide annotations)
Tue Mar 7 08:17:41 2006 UTC (18 years, 3 months ago) by (unknown author)
File MIME type: text/plain
File size: 934 byte(s)
This commit was manufactured by cvs2svn to create branch
'seamlessrdp-branch'.
1 astrand 1053
2     Protocol overview
3     =================
4    
5     The lspci virtual channel makes it possible for the remote RDP server
6     to enumerate the local PCI devices. The protocol on this channel is
7     text based and line oriented: One single line per request or
8     response. UNIX-style LF line breaks are used. The maximum line length
9     is 1023, newline included.
10    
11     rdesktop acts as a server, with only one request:
12    
13     LSPCI
14    
15     The response is several lines with this syntax:
16    
17     <class>,<vendor>,<device>,<subvendor>,<subdevice>,<revision>,<progif>
18    
19     After the last line, a line with a single dot is sent.
20    
21     Example:
22    
23     0300,102b,0525,102b,0338,04,00
24     0401,8086,24d5,1028,0174,02,8f
25     .
26    
27    
28     Usage
29     =====
30    
31     To enable to lspci virtual channel, run rdesktop with "-r lspci".
32    
33    
34     References
35     ==========
36    
37     http://www.microsoft.com/msj/1099/terminal/terminal.aspx
38     http://msdn.microsoft.com/library/default.asp?url=/library/en-us/termserv/termserv/terminal_services_virtual_channels.asp
39    

  ViewVC Help
Powered by ViewVC 1.1.26