Last change
on this file since 105145 was 99797, checked in by vboxsync, 21 months ago |
Docs: bugref:10302. Merging changes from the docs team. Almost exclusively conkeyref related stuff.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id Revision
|
File size:
1.4 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE topic
|
---|
3 | PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
4 | <topic xml:lang="en-us" id="usb-implementation-notes">
|
---|
5 | <title>Implementation Notes for Windows and Linux Hosts</title>
|
---|
6 |
|
---|
7 | <body>
|
---|
8 | <p>
|
---|
9 | On Windows hosts, a kernel mode device driver provides USB proxy
|
---|
10 | support. It implements both a USB monitor, which enables
|
---|
11 | <ph conkeyref="vbox-conkeyref-phrases/product-name"/> to capture devices when they are plugged in, and
|
---|
12 | a USB device driver to claim USB devices for a particular
|
---|
13 | virtual machine. System reboots are not necessary after
|
---|
14 | installing the driver. Also, you do not need to replug devices
|
---|
15 | for <ph conkeyref="vbox-conkeyref-phrases/product-name"/> to claim them.
|
---|
16 | </p>
|
---|
17 | <p>
|
---|
18 | On supported Linux hosts, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> accesses USB devices
|
---|
19 | through special files in the file system. When <ph conkeyref="vbox-conkeyref-phrases/product-name"/> is
|
---|
20 | installed, these are made available to all users in the
|
---|
21 | <codeph>vboxusers</codeph> system group. In order to be able
|
---|
22 | to access USB from guest systems, make sure that you are a
|
---|
23 | member of this group.
|
---|
24 | </p>
|
---|
25 | </body>
|
---|
26 |
|
---|
27 | </topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.