summaryrefslogtreecommitdiff
path: root/dix
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@redhat.com>2008-11-21 12:21:45 +1000
committerPeter Hutterer <peter.hutterer@redhat.com>2008-11-24 10:07:22 +1000
commitd939f2482e71ad20bac28b7aa4b2e8c8196e9d65 (patch)
treeaee852870d15abf0a1d4b4393ac9548b2a459357 /dix
parent387563b77743d92be83420d982eaf57f5459a883 (diff)
dix: fix false comment.
VCP and VCK are always present, this comment is a leftover from earlier MPX days. Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
Diffstat (limited to 'dix')
-rw-r--r--dix/devices.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/dix/devices.c b/dix/devices.c
index 904c404f0..b179ce332 100644
--- a/dix/devices.c
+++ b/dix/devices.c
@@ -592,8 +592,6 @@ CorePointerProc(DeviceIntPtr pDev, int what)
* Initialise the two core devices, VCP and VCK (see events.c).
* Both devices are not tied to physical devices, but guarantee that there is
* always a keyboard and a pointer present and keep the protocol semantics.
- * Both core devices are NOT part of the device list and act only as a
- * fallback if no physical device is available.
*
* The devices are activated but not enabled.
*