/[rdesktop]/sourceforge.net/trunk/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

Contents of /sourceforge.net/trunk/rdesktop/doc/lspci-channel.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1053 - (show annotations)
Thu Mar 2 15:22:25 2006 UTC (18 years, 3 months ago) by astrand
File MIME type: text/plain
File size: 934 byte(s)
Added support for a new virtual channel, lspci, which makes it
possible for the remote RDP server to enumerate the local PCI devices.

1
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