summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2002-06-18 07:50:16 +0000
committerdougb <dougb@FreeBSD.org>2002-06-18 07:50:16 +0000
commit293e16b82f4db11e8c50a64edb59e5c6d978a04d (patch)
tree8c814174ffa44475dab6fb97424a1cad76e76a7e /etc
parentcb3347e926b2f55441b5b402a984b3cf1f946ff7 (diff)
downloadFreeBSD-src-293e16b82f4db11e8c50a64edb59e5c6d978a04d.zip
FreeBSD-src-293e16b82f4db11e8c50a64edb59e5c6d978a04d.tar.gz
Do vidcontrol -m on after starting moused for a usb mouse.
PR: conf/39125 Submitted by: Mike Makonnen <makonnen@pacbell.net> Not objected to by: -current and -hackers
Diffstat (limited to 'etc')
-rw-r--r--etc/usbd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/usbd.conf b/etc/usbd.conf
index a969f49..550bd26 100644
--- a/etc/usbd.conf
+++ b/etc/usbd.conf
@@ -46,7 +46,7 @@ device "Handspring Visor"
#
device "Mouse"
devname "ums[0-9]+"
- attach "/usr/sbin/moused -p /dev/${DEVNAME} -I /var/run/moused.${DEVNAME}.pid"
+ attach "/usr/sbin/moused -p /dev/${DEVNAME} -I /var/run/moused.${DEVNAME}.pid ; /usr/sbin/vidcontrol -m on"
# The fallthrough entry: Nothing is specified, nothing is done. And it isn't
# necessary at all :-). Just for pretty printing in debugging mode.
OpenPOWER on IntegriCloud