diff options
author | Peter Hutterer <peter.hutterer@redhat.com> | 2008-11-21 12:21:45 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@redhat.com> | 2008-11-24 10:07:22 +1000 |
commit | d939f2482e71ad20bac28b7aa4b2e8c8196e9d65 (patch) | |
tree | aee852870d15abf0a1d4b4393ac9548b2a459357 /dix | |
parent | 387563b77743d92be83420d982eaf57f5459a883 (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.c | 2 |
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. * |